| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ |
|
| * | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | | drivers/parport/parport_pc.c: fix warnings | Andrew Morton | 2012-01-12 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | 2 | -24/+2 |
|\ |
|
| * | parport: convert drivers/parport/* to use module_platform_driver() | Axel Lin | 2011-11-30 | 2 | -24/+2 |
* | | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 1 | -1/+1 |
|/ |
|
* | parport_pc: release IO region properly if unsupported ITE887x card is found | Jiri Kosina | 2011-10-18 | 1 | -0/+3 |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-07-25 | 2 | -70/+213 |
|\ |
|
| * | parport/serial: add support for Timedia/SUNIX cards to parport_serial | Frédéric Brière | 2011-06-07 | 2 | -54/+163 |
| * | Basic support for Moschip 9900 family I/O chips | Nicos Gollan | 2011-06-07 | 1 | -16/+50 |
* | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-05-26 | 1 | -1/+0 |
|\ |
|
| * | parport: Drop __TIME__ usage | Michal Marek | 2011-05-25 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 | 1 | -1/+1 |
* | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | parport: Use request_muxed_region for IT87 probe and lock | Alan Cox | 2011-05-06 | 1 | -1/+1 |
* | | | parport_pc.c: correctly release the requested region for the IT887x | Niels de Vos | 2011-04-19 | 1 | -5/+3 |
|/ / |
|
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -5/+5 |
|/ |
|
* | dt/sparc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -4/+4 |
* | parport: make lockdep happy with waitlist_lock | Alexander Gordeev | 2011-01-26 | 1 | -2/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
|\ |
|
| * | parport_pc: show the detection of a 2 serial port ITE8874 chip | Niels de Vos | 2010-08-24 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-10-21 | 1 | -63/+13 |
|\ \ |
|
| * | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 | 1 | -33/+0 |
| * | | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 | 1 | -3/+1 |
| * | | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 | 1 | -23/+11 |
| * | | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
| * | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 1 | -3/+2 |
| * | | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 | 1 | -1/+1 |
| * | | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
* | | | parport: Semaphore cleanup | Thomas Gleixner | 2010-10-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 1 | -2/+2 |
|\ \ |
|
| * | | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -2/+2 |
* | | | parport_serial: use the PCI IRQ if offered | Fr?d?ric Bri?re | 2010-08-11 | 1 | -1/+0 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 1 | -11/+12 |
|\ \
| |/
|/| |
|
| * | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -8/+8 |
| * | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 2010-08-03 | 1 | -2/+4 |
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 1 | -2/+2 |
* | | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 2010-06-28 | 1 | -1/+1 |
|/ |
|
* | m68k: amiga - Parallel port platform device conversion | Geert Uytterhoeven | 2010-05-26 | 1 | -24/+40 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 1 | -10/+3 |
|\ |
|
| * | pcmcia: dev_node removal (write-only drivers) | Dominik Brodowski | 2010-05-10 | 1 | -5/+0 |
| * | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski | 2010-05-10 | 1 | -5/+3 |
* | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -2/+5 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -0/+5 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -583/+0 |
|\ |
|
| * | Remove drivers/parport/ChangeLog | Jiri Kosina | 2010-02-19 | 1 | -583/+0 |
* | | serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port Card | Ira W. Snyder | 2010-03-02 | 1 | -0/+6 |
|/ |
|