summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * parport: Fix mem leak in parport_register_dev_modelYueHaibing2019-05-241-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-29/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-215-0/+5
|/
* Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-05-091-8/+10
|\
| * parport_ip32: pass struct device to DMA API functionsChristoph Hellwig2019-04-081-8/+10
* | parport: ieee1284: mark expected switch fall-throughGustavo A. R. Silva2019-04-251-1/+1
* | Merge 5.1-rc3 into char-misc-nextGreg Kroah-Hartman2019-04-013-41/+3
|\|
| * Revert "parport: daisy: use new parport device model"Linus Torvalds2019-03-253-41/+3
* | parport_cs: Fix memory leak in parport_configYueHaibing2019-03-281-2/+3
|/
* parport: daisy: use new parport device modelSudip Mukherjee2019-02-133-3/+41
* parport_pc: fix find_superio io compare code, should use equal test.QiaoChong2019-02-111-1/+1