Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | FB: sa1100: use inf members directly | Russell King | 2012-02-21 | 2 | -29/+12 | |
| | | | | * | | | | FB: sa1100: remove assabet specific initialization | Russell King | 2012-02-21 | 1 | -8/+0 | |
| | | | | * | | | | FB: sa1100: remove global sa1100fb_.*_power function pointers | Russell King | 2012-02-21 | 8 | -64/+79 | |
| | | | | * | | | | FB: sa1100: move platform data to platform files | Russell King | 2012-02-21 | 9 | -238/+218 | |
| | | | | * | | | | FB: sa1100: move machine inf structures to <video/sa1100fb.h> | Russell King | 2012-02-21 | 3 | -43/+64 | |
| | | | | * | | | | FB: sa1100: combine RGB bitfield overrides into sa1100fb_mach_info | Russell King | 2012-02-21 | 2 | -19/+24 | |
| | | | | * | | | | FB: sa1100: convert printks to dev_xxx() | Russell King | 2012-02-21 | 2 | -47/+34 | |
| | | | | * | | | | FB: sa1100: constify rgb structures | Russell King | 2012-02-21 | 2 | -5/+5 | |
| | | | | * | | | | FB: sa1100: add .owner initializer to driver structure | Russell King | 2012-02-21 | 1 | -0/+1 | |
| | | | | * | | | | FB: sa1100: avoid section mismatch warnings | Russell King | 2012-02-21 | 1 | -14/+14 | |
| | | | * | | | | | Merge branch 'sa11x0-mtd' into sa11x0 | Russell King | 2012-03-25 | 1 | -112/+0 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | MTD: sa11x0: remove definitions and code left for documentation purposes | Russell King | 2012-02-09 | 1 | -100/+0 | |
| | | | | * | | | | | MTD: sa11x0: Remove shutdown handler | Russell King | 2012-02-09 | 1 | -12/+0 | |
| | | | | |/ / / / | ||||||
| | | | * | | | | | ARM: sa11x0: remove unused DMA controller definitions | Russell King | 2012-03-25 | 2 | -218/+3 | |
| | | | * | | | | | ARM: sa11x0: remove old SoC private DMA driver | Russell King | 2012-03-25 | 3 | -466/+1 | |
| | | | * | | | | | 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 |