aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2024-03-07parport: sunbpp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-07parport: amiga: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-15parport: parport_serial: Add Brainboxes device IDs and geometryCameron Williams1-0/+56
2023-12-15parport: parport_serial: Add Brainboxes BAR detailsCameron Williams1-0/+8
2023-12-11Merge 6.7-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+21
2023-12-07parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams1-0/+21
2023-12-07parport: Save a few bytes of memoryChristophe JAILLET1-4/+4
2023-11-10parport: gsc: mark init function staticArnd Bergmann1-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-63/+16
2023-10-21parport: Drop even more unneeded NULL or 0 assignmentsAndy Shevchenko1-3/+0
2023-10-21parport: Clean up resources correctly when parport_register_port() failsAndy Shevchenko1-7/+3
2023-10-18parport: Drop unneeded NULL or 0 assignmentsAndy Shevchenko1-4/+0
2023-10-18parport: Use list_for_each() helperAndy Shevchenko1-2/+4
2023-10-18parport: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2-53/+15
2023-10-11parport: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-17/+11
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+5
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2023-08-28parport: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2-31/+4
2023-08-03parport: gsc: remove DMA leftover codeArnd Bergmann2-31/+4
2023-07-30parport_pc: add support for ASIX AX99100Jiaqing Zhao1-0/+5
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-23parport: Removed sysctl related definesJoel Granados1-7/+0
2023-05-23parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados1-17/+1
2023-05-23parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados1-24/+32
2023-05-23parport: Remove register_sysctl_table from parport_proc_registerJoel Granados1-31/+60
2023-05-23parport: 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-21parport: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-06-14treewide: 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
2019-11-13parport: do not check portlist when using device-modelSudip Mukherjee1-3/+2
2019-11-13parport: daisy: avoid hardcoded nameSudip Mukherjee1-1/+1
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+3
2019-09-04parport: parport_serial: Add support for Sunix Multi I/O boardsKai-Heng Feng1-12/+32
2019-08-05parport: parport_serial: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-08-05parport: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-24parport: Fix mem leak in parport_register_dev_modelYueHaibing1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner5-0/+5
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-8/+10
2019-04-25parport: ieee1284: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-08parport_ip32: pass struct device to DMA API functionsChristoph Hellwig1-8/+10
2019-04-01Merge 5.1-rc3 into char-misc-nextGreg Kroah-Hartman3-41/+3
2019-03-28parport_cs: Fix memory leak in parport_configYueHaibing1-2/+3
2019-03-25Revert "parport: daisy: use new parport device model"Linus Torvalds3-41/+3
2019-02-13parport: daisy: use new parport device modelSudip Mukherjee3-3/+41
2019-02-11parport_pc: fix find_superio io compare code, should use equal test.QiaoChong1-1/+1
2018-11-27parport: parport_pc: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+8
2018-07-15parport: ieee1284: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2018-07-15parport: sunbpp: fix error return codeJulia Lawall1-2/+6
2018-07-07parport: parport_serial: Add WCH CH382L PCIe single parallel port supportColin Ian King1-0/+9
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-3/+3
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-81/+53
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+0
2018-03-27parisc/parport_gsc: Use NULL to avoid sparse warningHelge Deller1-1/+1
2018-03-14parport: Replace short License header by SPDX identifierAndy Shevchenko1-7/+1
2018-03-14parport: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2018-03-14parport: Switch to use module_pci_driver() macroAndy Shevchenko1-15/+1
2018-03-14parport: Convert printk(KERN_WARN) to dev_warn()Andy Shevchenko1-6/+5
2018-03-14parport: Don't shadow error codes in ->probe()Andy Shevchenko1-6/+6
2018-03-14parport: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-10/+5
2018-03-14parport: PCI core handles power state for usAndy Shevchenko1-28/+12
2018-03-14parport: Add support for BrainBoxes PX272/PX306 MIO cardAndy Shevchenko1-0/+12
2018-03-14parport: ax88796: Delete an unnecessary variable initialisation in parport_ax...Markus Elfring1-1/+1
2018-03-14parport: ax88796: Improve a size determination in parport_ax88796_probe()Markus Elfring1-1/+1
2018-03-14parport: ax88796: Delete an error message for a failed memory allocation in p...Markus Elfring1-3/+1
2018-03-14parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov1-0/+4
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko1-3/+0
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-20parport: make parport_ip32_ops const and __initconstBhumika Goyal1-1/+1
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook1-14/+7
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-20/+18
2017-08-28parport: use release_mem_region instead of release_resourceAnton Vasilyev1-4/+2
2017-08-28parport: cleanup statics initialization to NULL or 0Carlos Palminha4-4/+4
2017-08-28parport_pc: use pr_contMikulas Patocka1-12/+12
2017-08-22parisc/parport_gsc: Fix section mismatchesHelge Deller1-5/+5
2017-04-20Annotate hardware config module parameters in drivers/parport/David Howells1-4/+4
2017-03-16parport: fix attempt to write duplicate procfilesSudip Mukherjee1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar6-6/+6
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-28parisc, parport_gsc: Fixes for printk continuation linesHelge Deller1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-04-30parport: use subsys_initcallSudip Mukherjee1-1/+1
2016-01-03parport: avoid assignment in ifSudip Mukherjee1-1/+2
2016-01-03parport: remove unneeded spaceSudip Mukherjee1-47/+47
2016-01-03parport: change style of NULL comparisonSudip Mukherjee1-4/+4
2016-01-03parport: remove unnecessary out of memory messageSudip Mukherjee1-10/+3
2016-01-03parport: remove bracesSudip Mukherjee1-4/+2
2016-01-03parport: quoted strings should not be splitSudip Mukherjee1-10/+8
2016-01-03parport: code indent should use tabsSudip Mukherjee1-1/+1
2016-01-03parport: fix coding styleSudip Mukherjee1-25/+44
2016-01-03parport: EXPORT_SYMBOL should follow functionSudip Mukherjee1-16/+13
2016-01-03parport: remove trailing white spaceSudip Mukherjee1-4/+4
2016-01-03parport: fix a trivial typoGeliang Tang1-1/+1
2015-07-25parport: Revert "parport: fix memory leak"Sudip Mukherjee1-1/+0
2015-07-22parport: fix freeing freed memorySudip Mukherjee1-4/+4
2015-07-22parport: fix memory leakSudip Mukherjee1-0/+1
2015-07-22parport: fix error handlingSudip Mukherjee1-1/+2
2015-06-12parport: check exclusive access before registerSudip Mukherjee1-0/+28
2015-06-01parport: add device-model to parport subsystemSudip Mukherjee3-26/+338
2015-01-15parport: parport_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven1-2/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+0
2014-11-26parport: parport_pc, do not remove parent devices earlyJiri Slaby1-3/+4
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin1-0/+10
2014-10-20parport: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-09-23parport: parport_pc: Implement architecture and device check to cut off false...Matwey V. Kornilov1-1/+17
2014-09-23parport: parport_pc: Introduce intel_bug_present function.Matwey V. Kornilov1-12/+26
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-07-25parport: fix menu breakageRandy Dunlap1-6/+6
2014-06-06parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-29/+29
2014-05-28parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia1-0/+9
2014-02-28parport: fix interruptible_sleep_on raceArnd Bergmann1-1/+2
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+0
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+4
2013-12-10parport: parport_pc: remove double PCI ID for NetMosSebastian Andrzej Siewior1-8/+2
2013-12-10parport_pc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10parport: parport_pc: fix id print of a deviceSebastian Andrzej Siewior1-6/+2
2013-12-08parport_serial: remove unnecessary pci_set_drvdata()Jingoo Han1-5/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-1/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-5/+8
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+6
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-10-31DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent()Russell King1-2/+6
2013-10-23Kconfig cleanup (PARPORT_PC dependencies)Mark Salter1-3/+7
2013-08-30drivers: parport: Kconfig: exclude h8300 for PARPORT_PCChen Gang1-1/+1
2013-08-27parport: amiga: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+1
2013-07-03drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2013-06-16parport: disable PC-style parallel port support on crisGeert Uytterhoeven1-1/+3
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller2-4/+4
2013-06-01parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller1-1/+1
2013-03-25parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu3-9/+6
2013-03-25parport: amiga: use module_platform_driver_probe()Fabio Porcedda1-14/+1
2013-03-15drivers/parport: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-02-14parport: disable PC-style parallel port support for s390Heiko Carstens1-1/+1
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+21
2013-01-03Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman4-55/+50
2012-11-15drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-1/+1
2012-10-03parport: disable for xtensa archMax Filippov1-1/+1
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun1-0/+1
2012-09-05parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin1-1/+10
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2012-05-08parport: use KERN_CONT in printk() continuation linesKay Sievers1-8/+8
2012-04-20parport: remove unused dead code from lowlevel driversMatt Porter5-377/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-12drivers/parport/parport_pc.c: fix warningsAndrew Morton1-2/+2