aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parport (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-30drivers: parport: Kconfig: exclude h8300 for PARPORT_PCChen Gang1-1/+1
2013-08-27parport: amiga: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+1
2013-07-03drivers/parport/share.c: use kzallocAlexandru Gheorghiu1-2/+1
2013-06-16parport: disable PC-style parallel port support on crisGeert Uytterhoeven1-1/+3
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller2-4/+4
2013-06-01parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller1-1/+1
2013-03-25parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu3-9/+6
2013-03-25parport: amiga: use module_platform_driver_probe()Fabio Porcedda1-14/+1
2013-03-15drivers/parport: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2013-02-14parport: disable PC-style parallel port support for s390Heiko Carstens1-1/+1
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+21
2013-01-03Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman4-55/+50
2012-11-15drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook1-8/+8
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-1/+1
2012-10-03parport: disable for xtensa archMax Filippov1-1/+1
2012-09-05parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun1-0/+1
2012-09-05parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin1-1/+10
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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 Porter5-377/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-12drivers/parport/parport_pc.c: fix warningsAndrew Morton1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+2
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-30parport: convert drivers/parport/* to use module_platform_driver()Axel Lin2-24/+2
2011-10-18parport_pc: release IO region properly if unsupported ITE887x card is foundJiri Kosina1-0/+3
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-70/+213
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-07parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière2-54/+163
2011-06-07Basic support for Moschip 9900 family I/O chipsNicos Gollan1-16/+50
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+0
2011-05-25parport: Drop __TIME__ usageMichal Marek1-1/+0
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2011-05-06parport: Use request_muxed_region for IT87 probe and lockAlan Cox1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-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 Marchi3-5/+5
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+4
2011-01-26parport: make lockdep happy with waitlist_lockAlexander Gordeev1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-63/+13
2010-10-12parport: Semaphore cleanupThomas Gleixner1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-33/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-23/+11
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-1/+0