summaryrefslogtreecommitdiff
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2023-08-03parport: gsc: remove DMA leftover codeArnd Bergmann2-31/+4
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
2020-04-23parport: remove use of devmodelSudip Mukherjee1-53/+28
2020-04-23parport: remove unused parport_register_device()Sudip Mukherjee1-192/+0
2020-04-23parport: Add comments for parport_register_dev_model()Sudip Mukherjee1-0/+62
2020-04-23parport: Standardize use of printmodeJoe Perches3-11/+17
2020-04-23parport_pc: Convert DPRINTK to pr_debugJoe Perches1-16/+7
2020-04-23parport_mfc3: Convert DPRINTK to pr_debugJoe Perches1-12/+7
2020-04-23parport_amiga: Convert DPRINTK to pr_debugJoe Perches1-13/+7
2020-04-23parport: daisy: Convert DPRINTK to pr_debugJoe Perches1-17/+6
2020-04-23parport: Use more comon logging stylesJoe Perches6-117/+108
2020-04-23parport: Convert printk(KERN_<LEVEL> to pr_<level>(Joe Perches13-146/+110
2020-04-23parport: fix if-statement empty body warningsJoe Perches2-100/+57
2019-11-13parport: daisy: use new parport device modelSudip Mukherjee1-1/+39
2019-11-13parport: load lowlevel driver if ports not foundSudip Mukherjee1-0/+21