summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-6/+6
|\
| * sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-6/+6
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \ | |/ |/|
| * parport: make parport_bus_type constRicardo B. Marliere2024-06-181-1/+1
* | dev/parport: fix the array out-of-bounds risktuhaowen2024-07-101-12/+12
* | parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-031-1/+0
* | parport: Remove 'drivers' listDr. David Alan Gilbert2024-07-031-9/+0
* | Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-171-1/+7
|\|
| * parport: amiga: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-06-041-1/+7
* | parport: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-041-0/+1
|/
* parport: mfc3: avoid empty-body warningArnd Bergmann2024-04-111-2/+1
* 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