summaryrefslogtreecommitdiffstats
path: root/drivers/parport
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-1/+0
* | | parport: Semaphore cleanupThomas Gleixner2010-10-121-1/+1
|/ /
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-2/+2
|\ \
| * | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* | | parport_serial: use the PCI IRQ if offeredFr?d?ric Bri?re2010-08-111-1/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-061-11/+12
|\ \ | |/ |/|
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-031-8/+8
| * pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-031-2/+4
| * pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0
* | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
* | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
|/
* m68k: amiga - Parallel port platform device conversionGeert Uytterhoeven2010-05-261-24/+40
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-10/+3
|\