| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sa11x0-ir' into sa11x0 | Russell King | 2012-03-25 | 7 | -423/+1700 |
|\ |
|
| * | NET: sa11x0-ir: add DMA support for SIR transmit mode | Russell King | 2012-03-07 | 1 | -44/+59 |
| * | NET: sa11x0-ir: convert sa11x0-ir driver to use DMA engine API | Russell King | 2012-03-07 | 2 | -30/+92 |
| * | Merge branch 'sa11x0-dma' into sa11x0-ir | Russell King | 2012-03-07 | 5 | -0/+1168 |
| |\ |
|
| | * | ARM: sa11x0: add SA-11x0 DMA device | Russell King | 2012-03-07 | 1 | -0/+25 |
| | * | DMA: sa11x0: add SA-11x0 DMA driver | Russell King | 2012-03-07 | 4 | -0/+1143 |
| * | | NET: sa11x0-ir: split si->dev for IrDA transmit and receive buffers | Russell King | 2012-02-09 | 1 | -7/+11 |
| * | | NET: sa11x0-ir: fix size of SIR transmit buffer | Russell King | 2012-02-09 | 1 | -1/+1 |
| * | | NET: sa11x0-ir: convert to use scatterlist DMA API | Russell King | 2012-02-09 | 1 | -21/+21 |
| * | | NET: sa11x0-ir: get rid of si->hscr0 | Russell King | 2012-02-09 | 1 | -8/+5 |
| * | | NET: sa11x0-ir: move sa1100_irda_txdma_irq | Russell King | 2012-02-09 | 1 | -55/+53 |
| * | | NET: sa11x0-ir: move SIR and FIR interrupt support | Russell King | 2012-02-09 | 1 | -149/+141 |
| * | | NET: sa11x0-ir: indirect handling of SIR and FIR interrupts | Russell King | 2012-02-09 | 1 | -26/+24 |
| * | | NET: sa11x0-ir: split SIR and FIR tx functions | Russell King | 2012-02-09 | 1 | -52/+66 |
| * | | NET: sa11x0-ir: factor out speed checks | Russell King | 2012-02-09 | 1 | -12/+13 |
| * | | NET: sa11x0-ir: move sa1100_irda_{startup,shutdown,suspend,resume} | Russell King | 2012-02-09 | 1 | -131/+131 |
| * | | NET: sa11x0-ir: fix leak of tx skb | Russell King | 2012-02-09 | 1 | -10/+19 |
| * | | NET: sa11x0-ir: containerize DMA data | Russell King | 2012-02-09 | 1 | -46/+48 |
| * | | NET: sa11x0-ir: obtain interrupt number from platform resources | Russell King | 2012-02-09 | 1 | -3/+6 |
| * | | NET: sa11x0-ir: set netdev's parent struct device | Russell King | 2012-02-09 | 1 | -0/+2 |
| * | | NET: sa11x0-ir: handle DMA mapping errors properly | Russell King | 2012-02-09 | 1 | -2/+14 |
| * | | NET: sa11x0-ir: fix documentation bug | Russell King | 2012-02-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'sa1111' into sa11x0 | Russell King | 2012-03-25 | 10 | -445/+459 |
|\ \ |
|
| * | | USB: sa1111: add hcd .reset method | Russell King | 2012-03-24 | 1 | -9/+11 |
| * | | USB: sa1111: add OHCI shutdown methods | Russell King | 2012-03-24 | 1 | -0/+12 |
| * | | USB: sa1111: reorganize ohci-sa1111.c | Russell King | 2012-03-24 | 1 | -134/+93 |
| * | | USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__) | Russell King | 2012-03-24 | 1 | -4/+2 |
| * | | USB: sa1111: sparse and checkpatch cleanups | Russell King | 2012-03-24 | 1 | -16/+17 |
| * | | ARM: sa11x0: don't static map sa1111 | Russell King | 2012-03-24 | 3 | -15/+0 |
| * | | ARM: sa1111: use dev_err() rather than printk() | Russell King | 2012-03-24 | 1 | -1/+1 |
| * | | ARM: sa1111: cleanup sub-device registration and unregistration | Russell King | 2012-03-24 | 1 | -11/+16 |
| * | | ARM: sa1111: only setup DMA for DMA capable devices | Russell King | 2012-03-24 | 1 | -3/+6 |
| * | | ARM: sa1111: register sa1111 devices with dmabounce in bus notifier | Russell King | 2012-03-24 | 1 | -55/+74 |
| * | | ARM: sa1111: move USB interface register definitions to ohci-sa1111.c | Russell King | 2012-03-24 | 2 | -30/+25 |
| * | | ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.c | Russell King | 2012-03-24 | 2 | -48/+41 |
| * | | ARM: sa1111: move PS/2 interface register definitions to sa1111p2.c | Russell King | 2012-03-24 | 2 | -54/+37 |
| * | | ARM: sa1111: delete unused physical GPIO register definitions | Russell King | 2012-03-24 | 1 | -16/+0 |
| * | | ARM: sa1111: provide a generic way to prevent devices from registering | Russell King | 2012-03-24 | 6 | -5/+7 |
| * | | ARM: sa1111: change devid to be a bitmask | Russell King | 2012-02-09 | 2 | -15/+17 |
| * | | ARM: sa11x0: badge4: move board specific ohci initialization to badge4.c | Russell King | 2012-02-09 | 2 | -14/+15 |
| * | | ARM: sa1111: add platform enable/disable functions | Russell King | 2012-02-09 | 5 | -15/+51 |
| * | | ARM: sa1111: add shutdown hook to sa1111_driver structure | Russell King | 2012-02-09 | 2 | -0/+10 |
| * | | ARM: sa1111: implement support for sparse IRQs | Russell King | 2012-02-09 | 1 | -11/+32 |
| * | | ARM: sa1111: finish "allow cascaded IRQs to be used by platforms" | Russell King | 2012-02-09 | 1 | -4/+15 |
| * | | ARM: sa1111: add .owner initializer to sa1111 driver structures | Russell King | 2012-02-09 | 2 | -0/+2 |
| * | | ARM: sa1111: add sa1111 core driver .owner initializer | Russell King | 2012-02-09 | 1 | -0/+1 |
| * | | ARM: sa1111: fix PWM state on suspend | Russell King | 2012-02-09 | 1 | -2/+3 |
| * | | ARM: sa1111: fix memory request/grant setup on PM events | Russell King | 2012-02-09 | 1 | -1/+11 |
| |/ |
|
* | | ARM: sa11x0: neponset: don't static map neponset registers | Russell King | 2012-02-09 | 1 | -6/+1 |
* | | ARM: sa11x0: neponset: move register definitions to neponset.c | Russell King | 2012-02-09 | 2 | -71/+91 |