| Commit message (Expand) | Author | Age | Files | Lines |
* | parport: parport_atari: Remove obsolete IRQ_TYPE_SLOW | Geert Uytterhoeven | 2015-01-15 | 1 | -2/+2 |
* | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-14 | 1 | -3/+4 |
|\ |
|
| * | parport: parport_pc, do not remove parent devices early | Jiri Slaby | 2014-11-26 | 1 | -3/+4 |
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 4 | -4/+0 |
|\ \ |
|
| * | | parport: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 4 | -4/+0 |
| |/ |
|
* | | parport: Add support for the WCH382 2S/1P multi-IO card | Sergej Pupykin | 2014-11-06 | 1 | -0/+10 |
|/ |
|
* | parport: parport_pc: Implement architecture and device check to cut off false... | Matwey V. Kornilov | 2014-09-23 | 1 | -1/+17 |
* | parport: parport_pc: Introduce intel_bug_present function. | Matwey V. Kornilov | 2014-09-23 | 1 | -12/+26 |
* | drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZERO | Fabian Frederick | 2014-08-08 | 1 | -1/+1 |
* | parport: fix menu breakage | Randy Dunlap | 2014-07-25 | 1 | -6/+6 |
* | parport: convert use of typedef ctl_table to struct ctl_table | Joe Perches | 2014-06-06 | 1 | -29/+29 |
* | parport: Add support for the WCH353 1S/1P multi-IO card | Ezequiel Garcia | 2014-05-28 | 1 | -0/+9 |
* | parport: fix interruptible_sleep_on race | Arnd Bergmann | 2014-02-28 | 1 | -1/+2 |
* | Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-01-20 | 1 | -5/+0 |
|\ |
|
| * | parport_serial: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-08 | 1 | -5/+0 |
* | | Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-01-20 | 1 | -16/+4 |
|\ \ |
|
| * | | parport: parport_pc: remove double PCI ID for NetMos | Sebastian Andrzej Siewior | 2013-12-10 | 1 | -8/+2 |
| * | | parport_pc: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-10 | 1 | -2/+0 |
| * | | parport: parport_pc: fix id print of a device | Sebastian Andrzej Siewior | 2013-12-10 | 1 | -6/+2 |
| |/ |
|
* | | zorro: ZTWO_VADDR() should return "void __iomem *" | Geert Uytterhoeven | 2013-11-26 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2013-11-15 | 1 | -5/+8 |
|\ |
|
| * | Kconfig cleanup (PARPORT_PC dependencies) | Mark Salter | 2013-10-23 | 1 | -3/+7 |
* | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -2/+2 |
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-14 | 1 | -2/+6 |
|\ \ |
|
| * | | DMA-API: parport: parport_pc.c: use dma_coerce_mask_and_coherent() | Russell King | 2013-10-31 | 1 | -2/+6 |
| |/ |
|
* | | Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-12 | 1 | -1/+1 |
|/ |
|
* | drivers: parport: Kconfig: exclude h8300 for PARPORT_PC | Chen Gang | 2013-08-30 | 1 | -1/+1 |
* | parport: amiga: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-27 | 1 | -1/+0 |
* | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-03 | 1 | -2/+1 |
|\ |
|
| * | drivers/parport/share.c: use kzalloc | Alexandru Gheorghiu | 2013-07-03 | 1 | -2/+1 |
* | | parport: disable PC-style parallel port support on cris | Geert Uytterhoeven | 2013-06-16 | 1 | -1/+3 |
|/ |
|
* | parisc: parport0: fix this legacy no-device port driver! | Helge Deller | 2013-06-01 | 2 | -4/+4 |
* | parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture | Helge Deller | 2013-06-01 | 1 | -1/+1 |
* | parport: use kmemdup instead of kmalloc + memcpy | Silviu-Mihai Popescu | 2013-03-25 | 3 | -9/+6 |
* | parport: amiga: use module_platform_driver_probe() | Fabio Porcedda | 2013-03-25 | 1 | -14/+1 |
* | drivers/parport: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 1 | -13/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ |
|
| * | parport: disable PC-style parallel port support for s390 | Heiko Carstens | 2013-02-14 | 1 | -1/+1 |
* | | serial/8250: Add suport for later SUNIX (TIMEDIA) boards. | Stephen Chivers | 2013-01-30 | 1 | -0/+21 |
|/ |
|
* | Drivers: parport: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 4 | -55/+50 |
* | drivers/parport: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2012-11-15 | 1 | -8/+8 |
* | Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2012-10-09 | 1 | -1/+1 |
|\ |
|
| * | parport: disable for xtensa arch | Max Filippov | 2012-10-03 | 1 | -1/+1 |
* | | parport: fix possible memory leak in parport_gsc_probe_port() | Wei Yongjun | 2012-09-05 | 1 | -0/+1 |
* | | parport_serial: Add support for the WCH353 2S/1P multi-IO card | Guainluca Anzolin | 2012-09-05 | 1 | -1/+10 |
|/ |
|
* | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-22 | 1 | -8/+8 |
|\ |
|
| * | parport: use KERN_CONT in printk() continuation lines | Kay Sievers | 2012-05-08 | 1 | -8/+8 |
* | | parport: remove unused dead code from lowlevel drivers | Matt Porter | 2012-04-20 | 5 | -377/+0 |
|/ |
|
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ |
|
| * | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |