aboutsummaryrefslogtreecommitdiff
path: root/drivers/parport
AgeCommit message (Expand)AuthorFilesLines
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-4/+4
2011-01-26parport: make lockdep happy with waitlist_lockGravatar Alexander Gordeev 1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 1-63/+13
2010-10-12parport: Semaphore cleanupGravatar Thomas Gleixner 1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsGravatar Dominik Brodowski 1-33/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverGravatar Dominik Brodowski 1-3/+1
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemGravatar Dominik Brodowski 1-23/+11
2010-09-29pcmcia: introduce autoconfiguration featureGravatar Dominik Brodowski 1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceGravatar Dominik Brodowski 1-3/+2
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceGravatar Dominik Brodowski 1-1/+1
2010-09-29pcmcia: simplify IntTypeGravatar Dominik Brodowski 1-1/+0
2010-08-24parport_pc: show the detection of a 2 serial port ITE8874 chipGravatar Niels de Vos 1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-08-11parport_serial: use the PCI IRQ if offeredGravatar Fr?d?ric Bri?re 1-1/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Gravatar Linus Torvalds 1-11/+12
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Gravatar Dominik Brodowski 1-8/+8
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Gravatar Dominik Brodowski 1-2/+4
2010-07-30pcmcia: remove cs_types.hGravatar Dominik Brodowski 1-1/+0
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-1/+1
2010-05-26m68k: amiga - Parallel port platform device conversionGravatar Geert Uytterhoeven 1-24/+40
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 1-10/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-10pcmcia: dev_node removal (write-only drivers)Gravatar Dominik Brodowski 1-5/+0
2010-05-10pcmcia: re-work pcmcia_request_irq()Gravatar Dominik Brodowski 1-5/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 5-0/+5
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-583/+0
2010-03-02serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardGravatar Ira W. Snyder 1-0/+6
2010-02-19Remove drivers/parport/ChangeLogGravatar Jiri Kosina 1-583/+0
2009-12-16parport_pc.c: use correct length in strncmpGravatar Joe Perches 1-1/+1
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-22/+17
2009-12-06m68k: parport_mfc3 - Not makes it a bool before the comparison.Gravatar Roel Kluin 1-1/+1
2009-11-28pcmcia: rework the irq_req_t typedefGravatar Dominik Brodowski 1-1/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-14/+14
2009-11-12sysctl drivers: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-8/+3
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)Gravatar Dominik Brodowski 1-24/+13
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-6/+6
2009-06-30parport/serial: add support for NetMos 9901 Multi-IO cardGravatar Michael Buesch 1-1/+4
2009-06-22parport_pc: set properly the dma_mask for parport_pc deviceGravatar FUJITA Tomonori 1-0/+3
2009-06-22parport_pc: after superio probing restore original register valuesGravatar Jens Rottmann 1-6/+25
2009-06-15parport: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-2/+2
2009-06-11parport_pc: clean up the modified while loops using forGravatar Alan Cox 1-41/+57
2009-06-11parport_pc: Coding styleGravatar Alan Cox 1-830/+916
2009-06-11parport_pc: Fix subscription bugsGravatar Michael Buesch 1-16/+18
2009-06-02parport: quickfix the proc registration bugGravatar Alan Cox 1-3/+10
2009-05-29parport_gsc: fix printk format errorGravatar Alexander Beregalov 1-2/+2
2009-04-07parport: Use the PCI IRQ if offeredGravatar Alan Cox 3-26/+54