summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* parport: sunbpp: Convert to platform remove callback returning voidUwe Kleine-König2024-03-071-4/+2
* parport: amiga: Convert to platform remove callback returning voidUwe Kleine-König2024-03-071-3/+2
* parport: parport_serial: Add Brainboxes device IDs and geometryCameron Williams2023-12-151-0/+56
* parport: parport_serial: Add Brainboxes BAR detailsCameron Williams2023-12-151-0/+8
* Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman2023-12-111-0/+21
|\
| * parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams2023-12-071-0/+21
* | parport: Save a few bytes of memoryChristophe JAILLET2023-12-071-4/+4
|/
* parport: gsc: mark init function staticArnd Bergmann2023-11-101-1/+1
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-032-63/+16
|\
| * parport: Drop even more unneeded NULL or 0 assignmentsAndy Shevchenko2023-10-211-3/+0
| * parport: Clean up resources correctly when parport_register_port() failsAndy Shevchenko2023-10-211-7/+3
| * parport: Drop unneeded NULL or 0 assignmentsAndy Shevchenko2023-10-181-4/+0
| * parport: Use list_for_each() helperAndy Shevchenko2023-10-181-2/+4
| * parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2023-10-182-53/+15
* | parport: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-17/+11
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-0/+5
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-202-31/+4
| |\
| * | parport_pc: add support for ASIX AX99100Jiaqing Zhao2023-07-301-0/+5
* | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-301-1/+1
|\ \ \ | |_|/ |/| |
| * | parport: Explicitly include correct DT includesRob Herring2023-08-281-1/+1
| |/
* / parport: gsc: remove DMA leftover codeArnd Bergmann2023-08-032-31/+4
|/
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-1/+2
|\
| * parport: PC style parport depends on HAS_IOPORTNiklas Schnelle2023-05-311-1/+2
* | sysctl: replace child with an enumerationJoel Granados2023-06-181-1/+0
* | parport: plug a sysctl register leakJoel Granados2023-06-181-10/+12
* | parport: Removed sysctl related definesJoel Granados2023-05-231-7/+0
* | parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados2023-05-231-17/+1
* | parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados2023-05-231-24/+32
* | parport: Remove register_sysctl_table from parport_proc_registerJoel Granados2023-05-231-31/+60
* | parport: Move magic number "15" to a defineJoel Granados2023-05-231-1/+1
|/
* ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flagsOndrej Zary2023-03-231-4/+16
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-39/+86
|\
| * parport_pc: Limit the number of PCI BAR pairs to 2Maciej W. Rozycki2023-01-201-1/+1
| * parport_pc: Set up mode and ECR masks for Oxford Semiconductor devicesMaciej W. Rozycki2023-01-201-6/+13
| * parport_pc: Add an ECR mask field for PCI devicesMaciej W. Rozycki2023-01-201-1/+6
| * parport_pc: Add a mode mask field for PCI devicesMaciej W. Rozycki2023-01-201-3/+7
| * parport_pc: Let chipset drivers mask ECR bits on writesMaciej W. Rozycki2023-01-201-17/+29
| * parport_pc: Let chipset drivers mask unsupported modesMaciej W. Rozycki2023-01-201-12/+33
| * parport_pc: Remove stale `parport_pc_ecp_read_block_pio' referenceMaciej W. Rozycki2023-01-201-2/+0
* | parport: remove ax88796 driverArnd Bergmann2023-01-163-430/+0
|/
* parport_pc: Avoid FIFO port location truncationMaciej W. Rozycki2022-11-091-1/+1
* parport: add support for Netmos device 9900Alexander Baehr2022-09-011-0/+4
* parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-2/+2
* Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-5/+3
|\
| * parisc/parport_gsc: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-301-3/+2
| * parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+1
* | parport: remove non-zero check on countColin Ian King2021-08-271-1/+1
* | parport: serial: Retrieve IRQ vector with help of special getterAndy Shevchenko2021-07-291-1/+3
* | parport: serial: Get rid of IRQ_NONE abuseAndy Shevchenko2021-07-291-2/+3
|/
* parport: Use string_upper() instead of open coded variantAndy Shevchenko2021-05-211-8/+3