| Commit message (Expand) | Author | Age | Files | Lines |
* | IRDA: remove double inclusion of module.h | Alexander Beregalov | 2008-11-01 | 2 | -2/+0 |
* | USB: remove info() macro from usb network drivers | Greg Kroah-Hartman | 2008-10-17 | 4 | -6/+11 |
* | USB: remove warn() macro from usb net drivers | Greg Kroah-Hartman | 2008-10-17 | 1 | -5/+5 |
* | remove CONFIG_KMOD from drivers | Johannes Berg | 2008-10-17 | 1 | -2/+0 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-11 | 1 | -4/+4 |
|\ |
|
| * | [ARM] pxa: simplify DMA register definitions | Eric Miao | 2008-10-07 | 1 | -4/+4 |
* | | irda: follow lspci device/vendor style | Bjorn Helgaas | 2008-09-22 | 1 | -1/+1 |
|/ |
|
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 3 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Russell King | 2008-08-07 | 23 | -521/+528 |
|\ |
|
| * | irda: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-30 | 22 | -519/+520 |
| * | nsc-ircc: default to dongle type 9 on IBM hardware | Matthew Garrett | 2008-07-30 | 2 | -2/+8 |
* | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 2 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 6 | -11/+1 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 2 | -30/+6 |
| |\ |
|
| * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-08 | 2 | -0/+4 |
| |\ \ |
|
| * | | | irda: Remove useless pm_dev references | Rafael J. Wysocki | 2008-07-08 | 3 | -4/+0 |
| * | | | irda: remove CVS keywords | Adrian Bunk | 2008-06-11 | 3 | -7/+1 |
* | | | | tty: Ldisc revamp | Alan Cox | 2008-07-20 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 | Linus Torvalds | 2008-07-14 | 1 | -6/+6 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2008-07-14 | 1 | -6/+6 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | irda-usb: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -6/+6 |
| | |/ |
|
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-14 | 1 | -24/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | [ARM] Merge most of the PXA work for initial merge | Russell King | 2008-07-14 | 1 | -24/+0 |
| |\ \
| | |/
| |/| |
|
| | * | [ARM] 5147/1: pxaficp_ir: drop pxa_gpio_mode calls, as pin setting | Dmitry Baryshkov | 2008-07-09 | 1 | -9/+0 |
| | * | [ARM] 5144/1: pxaficp_ir: cleanup includes | Dmitry Baryshkov | 2008-07-09 | 1 | -15/+0 |
* | | | irda: New device ID for nsc-ircc | Ville Syrjala | 2008-07-08 | 1 | -0/+1 |
* | | | irda: via-ircc proper dma freeing | Wang Chen | 2008-07-08 | 1 | -0/+3 |
|/ / |
|
* | | irda: net/irda build fix: mcs7780 | Ingo Molnar | 2008-06-09 | 1 | -0/+1 |
* | | irda-usb endianness annotations and fixes | Al Viro | 2008-05-21 | 2 | -3/+3 |
|/ |
|
* | irda: fix !PNP support for drivers/net/irda/smsc-ircc2.c | Ingo Molnar | 2008-05-05 | 1 | -1/+4 |
* | irda: fix !PNP support in drivers/net/irda/nsc-ircc.c | Ingo Molnar | 2008-05-05 | 1 | -0/+6 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -68/+27 |
* | net: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 2 | -2/+2 |
* | netdev: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-25 | 3 | -0/+6 |
|\ |
|
| * | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 3 | -0/+6 |
* | | [ARM] 4971/1: pxaficp_ir: provide startup and shutdown hooks | Dmitry Baryshkov | 2008-04-19 | 1 | -0/+10 |
* | | [ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h | eric miao | 2008-04-19 | 1 | -0/+1 |
|/ |
|
* | Spelling fixes: lenght->length | Paulius Zaleckas | 2008-02-03 | 3 | -6/+6 |
* | [IrDA]: Irport removal - part 2 | Adrian Bunk | 2008-01-28 | 10 | -2328/+0 |
* | [IrDA]: Irport removal - part 1 | Adrian Bunk | 2008-01-28 | 4 | -1359/+2 |
* | [netdrvr] irq handler minor cleanups in several drivers | Jeff Garzik | 2008-01-28 | 3 | -23/+8 |
* | [IRDA]: stir4200 fixes. | Olaf Hartmann | 2007-12-16 | 1 | -4/+6 |
* | [IRDA]: mcs7780 needs to free allocated rx buffer. | Hinko Kocevar | 2007-12-16 | 1 | -0/+2 |
* | [IRDA]: Race between open and disconnect in irda-usb. | Oliver Neukum | 2007-12-16 | 1 | -0/+5 |
* | [TTY]: Use tty_mode_ioctl() in network drivers. | Alan Cox | 2007-11-07 | 1 | -6/+1 |
* | drivers/net/irda/au1k_ir: fix obvious irq handler bugs | Jeff Garzik | 2007-10-29 | 1 | -7/+4 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 11 | -11/+11 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-15 | 1 | -8/+43 |
|\ |
|