summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-161-1/+1
|\
| * parport: make parport_ip32_ops const and __initconstBhumika Goyal2017-10-201-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-14/+7Star
|\ \
| * | timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-051-14/+7Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-056-20/+18Star
|\
| * parport: use release_mem_region instead of release_resourceAnton Vasilyev2017-08-281-4/+2Star
| * parport: cleanup statics initialization to NULL or 0Carlos Palminha2017-08-284-4/+4
| * parport_pc: use pr_contMikulas Patocka2017-08-281-12/+12
* | parisc/parport_gsc: Fix section mismatchesHelge Deller2017-08-221-5/+5
|/
* Annotate hardware config module parameters in drivers/parport/David Howells2017-04-201-4/+4
* parport: fix attempt to write duplicate procfilesSudip Mukherjee2017-03-161-2/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-026-6/+6
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* parisc, parport_gsc: Fixes for printk continuation linesHelge Deller2017-01-281-4/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* parport: use subsys_initcallSudip Mukherjee2016-04-301-1/+1
* parport: avoid assignment in ifSudip Mukherjee2016-01-041-1/+2
* parport: remove unneeded spaceSudip Mukherjee2016-01-041-47/+47
* parport: change style of NULL comparisonSudip Mukherjee2016-01-041-4/+4
* parport: remove unnecessary out of memory messageSudip Mukherjee2016-01-041-10/+3Star
* parport: remove bracesSudip Mukherjee2016-01-041-4/+2Star
* parport: quoted strings should not be splitSudip Mukherjee2016-01-041-10/+8Star
* parport: code indent should use tabsSudip Mukherjee2016-01-041-1/+1
* parport: fix coding styleSudip Mukherjee2016-01-041-25/+44
* parport: EXPORT_SYMBOL should follow functionSudip Mukherjee2016-01-041-16/+13Star
* parport: remove trailing white spaceSudip Mukherjee2016-01-041-4/+4
* parport: fix a trivial typoGeliang Tang2016-01-041-1/+1
* parport: Revert "parport: fix memory leak"Sudip Mukherjee2015-07-251-1/+0Star
* parport: fix freeing freed memorySudip Mukherjee2015-07-231-4/+4
* parport: fix memory leakSudip Mukherjee2015-07-231-0/+1
* parport: fix error handlingSudip Mukherjee2015-07-231-1/+2
* parport: check exclusive access before registerSudip Mukherjee2015-06-131-0/+28
* parport: add device-model to parport subsystemSudip Mukherjee2015-06-013-26/+338
* parport: parport_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven2015-01-151-2/+2
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-151-3/+4
|\
| * parport: parport_pc, do not remove parent devices earlyJiri Slaby2014-11-271-3/+4
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-154-4/+0Star
|\ \
| * | parport: drop owner assignment from platform_driversWolfram Sang2014-10-204-4/+0Star
| |/
* / parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin2014-11-061-0/+10
|/
* parport: parport_pc: Implement architecture and device check to cut off false...Matwey V. Kornilov2014-09-241-1/+17
* parport: parport_pc: Introduce intel_bug_present function.Matwey V. Kornilov2014-09-241-12/+26
* drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick2014-08-091-1/+1
* parport: fix menu breakageRandy Dunlap2014-07-261-6/+6
* parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-29/+29
* parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia2014-05-281-0/+9
* parport: fix interruptible_sleep_on raceArnd Bergmann2014-03-011-1/+2
* Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-211-5/+0Star
|\
| * parport_serial: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-5/+0Star