| Commit message (Expand) | Author | Age | Files | Lines |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -1/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2009-09-21 | 1 | -6/+41 |
|\ |
|
| * | [ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.c | Marek Vasut | 2009-09-10 | 1 | -6/+41 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | pxaficp-ir: remove incorrect net_device_ops | Marek Vasut | 2009-08-23 | 1 | -3/+1 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -2/+2 |
|/ |
|
* | irda: include etherdevice.h for eth_*() functions | Alexander Beregalov | 2009-04-17 | 1 | -0/+1 |
* | irda/pxaficp_ir: convert to net_device_ops | Alexander Beregalov | 2009-04-16 | 1 | -4/+11 |
* | [ARM] pxa: separate definitions from pxa-regs.h and remove it finally | Eric Miao | 2009-03-09 | 1 | -2/+1 |
* | irda: convert to internal stats | Stephen Hemminger | 2009-01-06 | 1 | -30/+22 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-12-30 | 1 | -1/+45 |
|\ |
|
| * | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia... | Russell King | 2008-12-02 | 1 | -0/+43 |
| |\ |
|
| | * | [ARM] pxa: move UART register definitions into dedicated regs-uart.h | Eric Miao | 2008-12-02 | 1 | -0/+1 |
| | * | [ARM] pxa: move FICP register definitions into pxaficp_ir.c | Eric Miao | 2008-12-02 | 1 | -0/+42 |
| * | | [ARM] Hide ISA DMA API when ISA_DMA_API is unset | Russell King | 2008-11-29 | 1 | -1/+1 |
| * | | [ARM] pxa: avoid polluting the kernel's namespace | Russell King | 2008-11-28 | 1 | -0/+1 |
| |/ |
|
* | | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 1 | -4/+0 |
|/ |
|
* | [ARM] pxa: simplify DMA register definitions | Eric Miao | 2008-10-07 | 1 | -4/+4 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -2/+2 |
* | [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 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-25 | 1 | -0/+2 |
|\ |
|
| * | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 1 | -0/+2 |
* | | [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 |
|/ |
|
* | [ARM] pxa: update pxa irda driver to use clk support | Russell King | 2007-10-12 | 1 | -8/+43 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-06 | 1 | -6/+6 |
|\ |
|
| * | [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX | Eric Miao | 2007-04-21 | 1 | -6/+6 |
* | | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
|/ |
|
* | [ARM] 4295/2: Fix error-handling in pxaficp_ir.c (version 2) | Guennadi Liakhovetski | 2007-04-01 | 1 | -5/+25 |
* | [IrDA]: PXA FIR code device model conversion | Paul Sokolovsky | 2006-12-06 | 1 | -13/+13 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -4/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 1 | -0/+1 |
|\ |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -0/+1 |
* | | [ARM] 3066/1: Fix PXA irda driver suspend/resume functions | Richard Purdie | 2005-10-30 | 1 | -10/+4 |
|/ |
|
* | [ARM] 2897/2: PXA2xx IRDA support | Nicolas Pitre | 2005-10-28 | 1 | -0/+871 |