summaryrefslogtreecommitdiff
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2023-11-10parport: gsc: mark init function staticArnd Bergmann1-1/+1
2023-11-04Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-63/+16
2023-10-22parport: Drop even more unneeded NULL or 0 assignmentsAndy Shevchenko1-3/+0
2023-10-22parport: Clean up resources correctly when parport_register_port() failsAndy Shevchenko1-7/+3
2023-10-18parport: Drop unneeded NULL or 0 assignmentsAndy Shevchenko1-4/+0
2023-10-18parport: Use list_for_each() helperAndy Shevchenko1-2/+4
2023-10-18parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2-53/+15
2023-10-11parport: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-17/+11
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+5
2023-08-31Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-08-28parport: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2-31/+4
2023-08-03parport: gsc: remove DMA leftover codeArnd Bergmann2-31/+4
2023-07-30parport_pc: add support for ASIX AX99100Jiaqing Zhao1-0/+5
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2023-06-18sysctl: replace child with an enumerationJoel Granados1-1/+0
2023-06-18parport: plug a sysctl register leakJoel Granados1-10/+12
2023-05-31parport: PC style parport depends on HAS_IOPORTNiklas Schnelle1-1/+2
2023-05-24parport: Removed sysctl related definesJoel Granados1-7/+0
2023-05-24parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados1-17/+1
2023-05-24parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados1-24/+32
2023-05-24parport: Remove register_sysctl_table from parport_proc_registerJoel Granados1-31/+60
2023-05-24parport: Move magic number "15" to a defineJoel Granados1-1/+1
2023-03-23ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flagsOndrej Zary1-4/+16
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+86
2023-01-20parport_pc: Limit the number of PCI BAR pairs to 2Maciej W. Rozycki1-1/+1
2023-01-20parport_pc: Set up mode and ECR masks for Oxford Semiconductor devicesMaciej W. Rozycki1-6/+13
2023-01-20parport_pc: Add an ECR mask field for PCI devicesMaciej W. Rozycki1-1/+6
2023-01-20parport_pc: Add a mode mask field for PCI devicesMaciej W. Rozycki1-3/+7
2023-01-20parport_pc: Let chipset drivers mask ECR bits on writesMaciej W. Rozycki1-17/+29
2023-01-20parport_pc: Let chipset drivers mask unsupported modesMaciej W. Rozycki1-12/+33
2023-01-20parport_pc: Remove stale `parport_pc_ecp_read_block_pio' referenceMaciej W. Rozycki1-2/+0
2023-01-16parport: remove ax88796 driverArnd Bergmann3-430/+0
2022-11-09parport_pc: Avoid FIFO port location truncationMaciej W. Rozycki1-1/+1
2022-09-01parport: add support for Netmos device 9900Alexander Baehr1-0/+4
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-2/+2
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+3
2021-08-30parisc/parport_gsc: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-3/+2
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-2/+1
2021-08-27parport: remove non-zero check on countColin Ian King1-1/+1
2021-07-29parport: serial: Retrieve IRQ vector with help of special getterAndy Shevchenko1-1/+3
2021-07-29parport: serial: Get rid of IRQ_NONE abuseAndy Shevchenko1-2/+3
2021-05-21parport: Use string_upper() instead of open coded variantAndy Shevchenko1-8/+3
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-12/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky5-5/+0
2021-01-22parport: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-636/+368
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-21/+18