summaryrefslogtreecommitdiff
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-12/+0
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-175-5/+0
* parport: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0715-636/+368
|\
| * parport: remove use of devmodelSudip Mukherjee2020-04-231-53/+28
| * parport: remove unused parport_register_device()Sudip Mukherjee2020-04-231-192/+0
| * parport: Add comments for parport_register_dev_model()Sudip Mukherjee2020-04-231-0/+62
| * parport: Standardize use of printmodeJoe Perches2020-04-233-11/+17
| * parport_pc: Convert DPRINTK to pr_debugJoe Perches2020-04-231-16/+7
| * parport_mfc3: Convert DPRINTK to pr_debugJoe Perches2020-04-231-12/+7
| * parport_amiga: Convert DPRINTK to pr_debugJoe Perches2020-04-231-13/+7
| * parport: daisy: Convert DPRINTK to pr_debugJoe Perches2020-04-231-17/+6
| * parport: Use more comon logging stylesJoe Perches2020-04-236-117/+108
| * parport: Convert printk(KERN_<LEVEL> to pr_<level>(Joe Perches2020-04-2313-146/+110
| * parport: fix if-statement empty body warningsJoe Perches2020-04-232-100/+57
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-21/+18
|/
* parport: daisy: use new parport device modelSudip Mukherjee2019-11-131-1/+39
* parport: load lowlevel driver if ports not foundSudip Mukherjee2019-11-131-0/+21
* parport: do not check portlist when using device-modelSudip Mukherjee2019-11-131-3/+2
* parport: daisy: avoid hardcoded nameSudip Mukherjee2019-11-131-1/+1
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-182-5/+3
|\
| * parport: parport_serial: Use dev_get_drvdataChuhong Yuan2019-08-051-4/+2
| * parport: Add missing newline at end of fileGeert Uytterhoeven2019-08-051-1/+1
* | parport: parport_serial: Add support for Sunix Multi I/O boardsKai-Heng Feng2019-09-041-12/+32
|/
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-081-0/+2
|\