aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport/parport_pc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams1-0/+21
2023-07-30parport_pc: add support for ASIX AX99100Jiaqing Zhao1-0/+5
2023-03-23ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flagsOndrej Zary1-4/+16
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
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
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-23parport: Standardize use of printmodeJoe Perches1-8/+6
2020-04-23parport_pc: Convert DPRINTK to pr_debugJoe Perches1-16/+7
2020-04-23parport: Use more comon logging stylesJoe Perches1-34/+28
2020-04-23parport: Convert printk(KERN_<LEVEL> to pr_<level>(Joe Perches1-96/+70
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
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-03-14parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov1-0/+4
2017-08-28parport_pc: use pr_contMikulas Patocka1-12/+12
2017-04-20Annotate hardware config module parameters in drivers/parport/David Howells1-4/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada1-1/+1
2015-06-01parport: add device-model to parport subsystemSudip Mukherjee1-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-11-26parport: parport_pc, do not remove parent devices earlyJiri Slaby1-3/+4
2014-10-20parport: drop owner assignment from platform_driversWolfram Sang1-1/+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
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-10-31DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent()Russell King1-2/+6
2013-01-03Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman1-29/+26
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 Porter1-276/+0
2012-01-12drivers/parport/parport_pc.c: fix warningsAndrew Morton1-2/+2
2011-10-18parport_pc: release IO region properly if unsupported ITE887x card is foundJiri Kosina1-0/+3
2011-06-07parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière1-54/+0
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-05-06parport: Use request_muxed_region for IT87 probe and lockAlan Cox1-1/+1
2011-04-19parport_pc.c: correctly release the requested region for the IT887xNiels de Vos1-5/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-08-24parport_pc: show the detection of a 2 serial port ITE8874 chipNiels de Vos1-1/+1
2010-03-02serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder1-0/+6
2009-12-16parport_pc.c: use correct length in strncmpJoe Perches1-1/+1
2009-06-30parport/serial: add support for NetMos 9901 Multi-IO cardMichael Buesch1-1/+4
2009-06-22parport_pc: set properly the dma_mask for parport_pc deviceFUJITA Tomonori1-0/+3
2009-06-22parport_pc: after superio probing restore original register valuesJens Rottmann1-6/+25
2009-06-11parport_pc: clean up the modified while loops using forAlan Cox1-41/+57
2009-06-11parport_pc: Coding styleAlan Cox1-830/+916
2009-06-11parport_pc: Fix subscription bugsMichael Buesch1-16/+18
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox1-21/+36
2008-10-238250: Oxford Semiconductor DevicesLee Howard1-1/+19
2008-07-26parport_pc: add base_hi BAR for oxsemi_840Bernhard Walle1-1/+1
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-29parport_pc: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas1-0/+4
2008-04-04parport_pc: make sure to release IO ports after probing for IT87XXLinus Torvalds1-2/+1
2008-02-13parport: section fixupDavid Brownell1-2/+2
2008-02-06parport_pc: detection for SuperIO IT87XX POSTPetr Cvek1-6/+39
2008-02-06parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCardLuís P Mendes1-0/+5
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerJeff Garzik1-8/+1
2007-07-31parport_pc locking fixAndrew Morton1-4/+0
2007-07-16parport_pc: it887x fixNiels de Vos1-3/+2
2007-05-16parport_pc needs dma-mapping.hAndrew Morton1-0/+1
2007-05-08legacy PC parports support parport->devJean Delvare1-0/+39
2007-05-08parport->dev driver model supportDavid Brownell1-14/+17
2007-02-20[PATCH] parport_pc: fix parport_pc_probe_port section warningJean Delvare1-3/+3
2006-12-07[PATCH] parport: section mismatches with HOTPLUG=nRandy Dunlap1-4/+4
2006-12-07[PATCH] parport_pc: Add support for OX16PCI952 parallel portRyan Underwood1-0/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-03[PATCH] restore parport_pc probing on powermacOlaf Hering1-4/+0
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk1-1/+1
2006-04-19[PATCH] parport_pc: fix section mismatch warnings (v2)Randy.Dunlap1-10/+10
2006-03-27[PATCH] pnp: parport: adjust pnp_register_driver signatureBjorn Helgaas1-20/+11
2006-01-08[PATCH] parport_pc: arm build fixAndrew Morton1-3/+3
2006-01-06[PATCH] parport: constificationMarko Kohtala1-12/+18
2005-09-10[PATCH] parport: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-09-08[PATCH] PCI: remove pci_find_device from parport_pc.cJiri Slaby1-1/+1
2005-09-07[PATCH] parport: add NetMOS 9805 supportMaximilian Attems1-0/+3
2005-07-01[PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman1-1/+1
2005-06-23[PATCH] parport: NetMos nm9855 fixMartin Schitter1-4/+0
2005-05-04[PATCH] ISA_DMA Kconfig fixes - part 2 (parport_pc)Al Viro1-10/+24
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3415