aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/parport (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07parport: sunbpp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-07parport: amiga: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-15parport: parport_serial: Add Brainboxes device IDs and geometryCameron Williams1-0/+56
2023-12-15parport: parport_serial: Add Brainboxes BAR detailsCameron Williams1-0/+8
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+21
2023-12-07parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams1-0/+21
2023-12-07parport: Save a few bytes of memoryChristophe JAILLET1-4/+4
2023-11-10parport: gsc: mark init function staticArnd Bergmann1-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-63/+16
2023-10-21parport: Drop even more unneeded NULL or 0 assignmentsAndy Shevchenko1-3/+0
2023-10-21parport: 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/gregkh/ttyLinus Torvalds1-0/+5
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus 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/pub/scm/linux/kernel/git/gregkh/tty") into tty-nextGreg 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/git/gregkh/char-miscLinus 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-23parport: Removed sysctl related definesJoel Granados1-7/+0
2023-05-23parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados1-17/+1
2023-05-23parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados1-24/+32
2023-05-23parport: Remove register_sysctl_table from parport_proc_registerJoel Granados1-31/+60
2023-05-23parport: 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/git/gregkh/char-miscLinus 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/deller/parisc-linuxLinus 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