summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | MTD: sa11x0: Remove shutdown handlerRussell King2012-02-091-12/+0
| | | | |/ / /
| | | * | | | Merge branch 'sa11x0-ir' into sa11x0Russell King2012-03-265-423/+1651
| | | |\ \ \ \
| | | | * | | | NET: sa11x0-ir: add DMA support for SIR transmit modeRussell King2012-03-071-44/+59
| | | | * | | | NET: sa11x0-ir: convert sa11x0-ir driver to use DMA engine APIRussell King2012-03-072-30/+92
| | | | * | | | Merge branch 'sa11x0-dma' into sa11x0-irRussell King2012-03-073-0/+1119
| | | | |\ \ \ \
| | | | | * | | | DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-073-0/+1119
| | | | | |/ / /
| | | | * | | | NET: sa11x0-ir: split si->dev for IrDA transmit and receive buffersRussell King2012-02-091-7/+11
| | | | * | | | NET: sa11x0-ir: fix size of SIR transmit bufferRussell King2012-02-091-1/+1
| | | | * | | | NET: sa11x0-ir: convert to use scatterlist DMA APIRussell King2012-02-091-21/+21
| | | | * | | | NET: sa11x0-ir: get rid of si->hscr0Russell King2012-02-091-8/+5
| | | | * | | | NET: sa11x0-ir: move sa1100_irda_txdma_irqRussell King2012-02-091-55/+53
| | | | * | | | NET: sa11x0-ir: move SIR and FIR interrupt supportRussell King2012-02-091-149/+141
| | | | * | | | NET: sa11x0-ir: indirect handling of SIR and FIR interruptsRussell King2012-02-091-26/+24
| | | | * | | | NET: sa11x0-ir: split SIR and FIR tx functionsRussell King2012-02-091-52/+66
| | | | * | | | NET: sa11x0-ir: factor out speed checksRussell King2012-02-091-12/+13
| | | | * | | | NET: sa11x0-ir: move sa1100_irda_{startup,shutdown,suspend,resume}Russell King2012-02-091-131/+131
| | | | * | | | NET: sa11x0-ir: fix leak of tx skbRussell King2012-02-091-10/+19
| | | | * | | | NET: sa11x0-ir: containerize DMA dataRussell King2012-02-091-46/+48
| | | | * | | | NET: sa11x0-ir: obtain interrupt number from platform resourcesRussell King2012-02-091-3/+6
| | | | * | | | NET: sa11x0-ir: set netdev's parent struct deviceRussell King2012-02-091-0/+2
| | | | * | | | NET: sa11x0-ir: handle DMA mapping errors properlyRussell King2012-02-091-2/+14
| | | | * | | | NET: sa11x0-ir: fix documentation bugRussell King2012-02-091-1/+1
| | | | |/ / /
| | | * | | | Merge branch 'sa1111' into sa11x0Russell King2012-03-263-179/+232
| | | |\ \ \ \
| | | | * | | | USB: sa1111: add hcd .reset methodRussell King2012-03-241-9/+11
| | | | * | | | USB: sa1111: add OHCI shutdown methodsRussell King2012-03-241-0/+12
| | | | * | | | USB: sa1111: reorganize ohci-sa1111.cRussell King2012-03-241-134/+93
| | | | * | | | USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King2012-03-241-4/+2
| | | | * | | | USB: sa1111: sparse and checkpatch cleanupsRussell King2012-03-241-16/+17
| | | | * | | | ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King2012-03-241-5/+24
| | | | * | | | ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King2012-03-241-5/+39
| | | | * | | | ARM: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King2012-03-241-16/+36
| | | | * | | | ARM: sa11x0: badge4: move board specific ohci initialization to badge4.cRussell King2012-02-091-14/+0
| | | | * | | | ARM: sa1111: add platform enable/disable functionsRussell King2012-02-093-8/+28
| | | | * | | | ARM: sa1111: add .owner initializer to sa1111 driver structuresRussell King2012-02-092-0/+2
| | | | |/ / /
| | | * / / / ARM: sa11x0: neponset: provide function to manipulate NCR_0Russell King2012-02-092-7/+2
| | | |/ / /
| * | | | | ARM: ecard: get rid of NO_IRQ madnessRussell King2012-03-243-7/+3
| * | | | | ARM: riscpc: pass IRQ resources into keyboard driverRussell King2012-03-241-7/+37
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-2814-50/+72
|\ \ \ \ \
| * | | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-255-6/+10
| * | | | | gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
| * | | | | USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | | USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)2012-03-251-2/+4
| * | | | | USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | | qlcnic: Bug fix for LROAnirban Chakraborty2012-03-232-3/+5
| * | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-233-6/+9
| |\ \ \ \ \
| | * | | | | vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-283-6/+7
| | * | | | | vhost: don't forget to schedule()Nadav Har'El2012-02-281-0/+2
* | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-2811-143/+275
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-0860-240/+548
| |\ \ \ \ \ \ \
| | * | | | | | | i2c: pxa: add OF supportHaojian Zhuang2012-03-071-21/+74