aboutsummaryrefslogtreecommitdiff
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-14/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-20parport: make parport_ip32_ops const and __initconstGravatar Bhumika Goyal 1-1/+1
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Gravatar Kees Cook 1-14/+7
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-20/+18
2017-08-28parport: use release_mem_region instead of release_resourceGravatar Anton Vasilyev 1-4/+2
2017-08-28parport: cleanup statics initialization to NULL or 0Gravatar Carlos Palminha 4-4/+4
2017-08-28parport_pc: use pr_contGravatar Mikulas Patocka 1-12/+12
2017-08-22parisc/parport_gsc: Fix section mismatchesGravatar Helge Deller 1-5/+5
2017-04-20Annotate hardware config module parameters in drivers/parport/Gravatar David Howells 1-4/+4
2017-03-16parport: fix attempt to write duplicate procfilesGravatar Sudip Mukherjee 1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 6-6/+6
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-01-28parisc, parport_gsc: Fixes for printk continuation linesGravatar Helge Deller 1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 5-5/+5
2016-04-30parport: use subsys_initcallGravatar Sudip Mukherjee 1-1/+1
2016-01-03parport: avoid assignment in ifGravatar Sudip Mukherjee 1-1/+2
2016-01-03parport: remove unneeded spaceGravatar Sudip Mukherjee 1-47/+47
2016-01-03parport: change style of NULL comparisonGravatar Sudip Mukherjee 1-4/+4
2016-01-03parport: remove unnecessary out of memory messageGravatar Sudip Mukherjee 1-10/+3
2016-01-03parport: remove bracesGravatar Sudip Mukherjee 1-4/+2
2016-01-03parport: quoted strings should not be splitGravatar Sudip Mukherjee 1-10/+8
2016-01-03parport: code indent should use tabsGravatar Sudip Mukherjee 1-1/+1
2016-01-03parport: fix coding styleGravatar Sudip Mukherjee 1-25/+44
2016-01-03parport: EXPORT_SYMBOL should follow functionGravatar Sudip Mukherjee 1-16/+13
2016-01-03parport: remove trailing white spaceGravatar Sudip Mukherjee 1-4/+4
2016-01-03parport: fix a trivial typoGravatar Geliang Tang 1-1/+1
2015-07-25parport: Revert "parport: fix memory leak"Gravatar Sudip Mukherjee 1-1/+0
2015-07-22parport: fix freeing freed memoryGravatar Sudip Mukherjee 1-4/+4
2015-07-22parport: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2015-07-22parport: fix error handlingGravatar Sudip Mukherjee 1-1/+2
2015-06-12parport: check exclusive access before registerGravatar Sudip Mukherjee 1-0/+28
2015-06-01parport: add device-model to parport subsystemGravatar Sudip Mukherjee 3-26/+338
2015-01-15parport: parport_atari: Remove obsolete IRQ_TYPE_SLOWGravatar Geert Uytterhoeven 1-2/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-4/+0
2014-11-26parport: parport_pc, do not remove parent devices earlyGravatar Jiri Slaby 1-3/+4
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardGravatar Sergej Pupykin 1-0/+10
2014-10-20parport: drop owner assignment from platform_driversGravatar Wolfram Sang 4-4/+0
2014-09-23parport: parport_pc: Implement architecture and device check to cut off false...Gravatar Matwey V. Kornilov 1-1/+17
2014-09-23parport: parport_pc: Introduce intel_bug_present function.Gravatar Matwey V. Kornilov 1-12/+26
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROGravatar Fabian Frederick 1-1/+1
2014-07-25parport: fix menu breakageGravatar Randy Dunlap 1-6/+6
2014-06-06parport: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-29/+29
2014-05-28parport: Add support for the WCH353 1S/1P multi-IO cardGravatar Ezequiel Garcia 1-0/+9
2014-02-28parport: fix interruptible_sleep_on raceGravatar Arnd Bergmann 1-1/+2
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-5/+0
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+4