summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-23parport_pc: fix find_superio io compare code, should use equal test.QiaoChong1-1/+1
2018-09-26parport: sunbpp: fix error return codeJulia Lawall1-2/+6
2018-04-08parport_pc: Add support for WCH CH382L PCI-E single parallel port card.Alexander Gerasiov1-0/+4
2017-06-17parisc, parport_gsc: Fixes for printk continuation linesHelge Deller1-4/+4
2017-03-30parport: fix attempt to write duplicate procfilesSudip Mukherjee1-2/+4
2016-04-30parport: use subsys_initcallSudip Mukherjee1-1/+1
2016-01-04parport: avoid assignment in ifSudip Mukherjee1-1/+2
2016-01-04parport: remove unneeded spaceSudip Mukherjee1-47/+47
2016-01-04parport: change style of NULL comparisonSudip Mukherjee1-4/+4
2016-01-04parport: remove unnecessary out of memory messageSudip Mukherjee1-10/+3
2016-01-04parport: remove bracesSudip Mukherjee1-4/+2
2016-01-04parport: quoted strings should not be splitSudip Mukherjee1-10/+8
2016-01-04parport: code indent should use tabsSudip Mukherjee1-1/+1
2016-01-04parport: fix coding styleSudip Mukherjee1-25/+44
2016-01-04parport: EXPORT_SYMBOL should follow functionSudip Mukherjee1-16/+13
2016-01-04parport: remove trailing white spaceSudip Mukherjee1-4/+4
2016-01-04parport: fix a trivial typoGeliang Tang1-1/+1
2015-07-25parport: Revert "parport: fix memory leak"Sudip Mukherjee1-1/+0
2015-07-23parport: fix freeing freed memorySudip Mukherjee1-4/+4
2015-07-23parport: fix memory leakSudip Mukherjee1-0/+1
2015-07-23parport: fix error handlingSudip Mukherjee1-1/+2
2015-06-12parport: check exclusive access before registerSudip Mukherjee1-0/+28
2015-05-31parport: add device-model to parport subsystemSudip Mukherjee4-28/+379
2015-01-15parport: parport_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven1-2/+2
2014-12-15Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds93-1177/+9174
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1692-2137/+1439
2014-11-27parport: parport_pc, do not remove parent devices earlyJiri Slaby1-3/+4
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin2-0/+31
2014-10-20parport: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-09-24parport: parport_pc: Implement architecture and device check to cut off false...Matwey V. Kornilov1-1/+17
2014-09-24parport: 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-26parport: 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 Garcia2-0/+19
2014-03-01parport: fix interruptible_sleep_on raceArnd Bergmann1-1/+2
2014-01-21Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds52-1368/+752
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds82-675/+9170
2013-12-11parport: parport_pc: remove double PCI ID for NetMosSebastian Andrzej Siewior1-8/+2
2013-12-11parport_pc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-11parport: parport_pc: fix id print of a deviceSebastian Andrzej Siewior1-6/+2
2013-12-09parport_serial: remove unnecessary pci_set_drvdata()Jingoo Han1-5/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven17-22/+22
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds14-12/+20
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang86-138/+138
2013-11-13Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds91-448/+447
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds195-11743/+9
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
[next]