summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-2/+1
|\
| * drivers/parport/share.c: use kzallocAlexandru Gheorghiu2013-07-031-2/+1
* | parport: disable PC-style parallel port support on crisGeert Uytterhoeven2013-06-161-1/+3
|/
* parisc: parport0: fix this legacy no-device port driver!Helge Deller2013-06-012-4/+4
* parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller2013-06-011-1/+1
* parport: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu2013-03-253-9/+6
* parport: amiga: use module_platform_driver_probe()Fabio Porcedda2013-03-251-14/+1
* drivers/parport: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-211-1/+1
|\
| * parport: disable PC-style parallel port support for s390Heiko Carstens2013-02-141-1/+1
* | serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers2013-01-301-0/+21
|/
* Drivers: parport: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-55/+50
* drivers/parport: remove depends on CONFIG_EXPERIMENTALKees Cook2012-11-151-8/+8
* Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds2012-10-091-1/+1
|\
| * parport: disable for xtensa archMax Filippov2012-10-031-1/+1
* | parport: fix possible memory leak in parport_gsc_probe_port()Wei Yongjun2012-09-051-0/+1
* | parport_serial: Add support for the WCH353 2S/1P multi-IO cardGuainluca Anzolin2012-09-051-1/+10
|/
* Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-8/+8
|\
| * parport: use KERN_CONT in printk() continuation linesKay Sievers2012-05-081-8/+8
* | parport: remove unused dead code from lowlevel driversMatt Porter2012-04-205-377/+0
|/
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-1/+1
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* | drivers/parport/parport_pc.c: fix warningsAndrew Morton2012-01-121-2/+2
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-092-24/+2
|\
| * parport: convert drivers/parport/* to use module_platform_driver()Axel Lin2011-11-302-24/+2
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* parport_pc: release IO region properly if unsupported ITE887x card is foundJiri Kosina2011-10-181-0/+3
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-252-70/+213
|\
| * parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière2011-06-072-54/+163
| * Basic support for Moschip 9900 family I/O chipsNicos Gollan2011-06-071-16/+50
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+0
|\
| * parport: Drop __TIME__ usageMichal Marek2011-05-251-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-1/+1
|\ \ \ | |/ / |/| |
| * | parport: Use request_muxed_region for IT87 probe and lockAlan Cox2011-05-061-1/+1
* | | parport_pc.c: correctly release the requested region for the IT887xNiels de Vos2011-04-191-5/+3
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-313-5/+5
|/
* dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+4
* parport: make lockdep happy with waitlist_lockAlexander Gordeev2011-01-261-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * parport_pc: show the detection of a 2 serial port ITE8874 chipNiels de Vos2010-08-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-211-63/+13
|\ \
| * | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-33/+0
| * | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1
| * | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-291-23/+11
| * | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-291-1/+0
| * | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-3/+2
| * | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-1/+1