summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | dmaengine: PL08x: convert to use vchan done listRussell King2012-07-011-81/+54
| | * | | | | | | | | | dmaengine: PL08x: convert to use vchan submitted/issued listsRussell King2012-07-011-47/+17
| | * | | | | | | | | | dmaengine: PL08x: use vchan's spinlockRussell King2012-07-012-25/+21
| | * | | | | | | | | | dmaengine: PL08x: convert to use virt-dma structsRussell King2012-07-011-28/+29
| | * | | | | | | | | | dmaengine: PL08x: rejig physical channel allocationRussell King2012-07-011-156/+112
| | * | | | | | | | | | dmaengine: PL08x: start next descriptor from irq contextRussell King2012-07-011-4/+5
| | * | | | | | | | | | dmaengine: PL08x: split the pend_list in twoRussell King2012-07-011-13/+28
| | * | | | | | | | | | dmaengine: PL08x: re-jig the starting of txdsRussell King2012-07-011-20/+17
| | * | | | | | | | | | dmaengine: PL08x: remove waiting descriptor pointerRussell King2012-07-011-7/+1
| | * | | | | | | | | | dmaengine: PL08x: move DMA signal muxing into slave prepare codeRussell King2012-07-011-47/+32
| | * | | | | | | | | | dmaengine: PL08x: convert to a list of completed descriptorsRussell King2012-07-011-10/+20
| | * | | | | | | | | | dmaengine: PL08x: track mux usage on a per-channel basis.Russell King2012-07-011-5/+13
| | * | | | | | | | | | dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan structRussell King2012-07-011-14/+15
| | * | | | | | | | | | dmaengine: PL08x: split DMA signal muxing from channel allocRussell King2012-07-011-7/+36
| | * | | | | | | | | | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King2012-07-011-28/+13
| | * | | | | | | | | | dmaengine: PL08x: ignore 'direction' argument in dma_slave_configRussell King2012-07-011-38/+18
| | * | | | | | | | | | dmaengine: PL08x: extract function to to generate cctl valuesRussell King2012-07-011-21/+32
| | * | | | | | | | | | dmaengine: PL08x: move the bus and increment selection to dma prepare functionRussell King2012-07-011-12/+14
| | * | | | | | | | | | dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chanRussell King2012-07-011-7/+1
| | * | | | | | | | | | dmaengine: PL08x: get src/dst addr direct from dma_slave_config structRussell King2012-07-011-8/+7
| | * | | | | | | | | | dmaengine: PL08x: constify channel names and bus_id stringsRussell King2012-07-011-1/+1
| | * | | | | | | | | | dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King2012-07-011-0/+136
| | * | | | | | | | | | dmaengine: PL08x: clean up get_signal/put_signalRussell King2012-07-011-2/+2
| | * | | | | | | | | | dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King2012-07-011-7/+0
| | * | | | | | | | | | dmaengine: PL08x: remove redundant spinlockRussell King2012-07-011-3/+0
| | * | | | | | | | | | dmaengine: PL08x: fix missed dma_transfer_direction fixupRussell King2012-07-011-1/+1
| | * | | | | | | | | | dmaengine: PL08x: remove runtime PM supportRussell King2012-07-011-10/+0
| | |/ / / / / / / / /
| * | | | | | | | | | ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman2012-07-311-0/+2
| * | | | | | | | | | mtd: omap2: remove private DMA API implementationRussell King2012-07-311-110/+26
| * | | | | | | | | | mtd: omap2: add DMA engine supportRussell King2012-07-311-1/+91
| * | | | | | | | | | spi: omap2-mcspi: remove private DMA API implementationRussell King2012-07-311-99/+5
| * | | | | | | | | | spi: omap2-mcspi: add DMA engine supportRussell King2012-07-311-31/+150
| * | | | | | | | | | mmc: omap: remove private DMA API implementationRussell King2012-07-311-229/+6
| * | | | | | | | | | mmc: omap: add DMA engine supportRussell King2012-07-312-12/+190
| * | | | | | | | | | mmc: omap_hsmmc: remove private DMA API implementationRussell King2012-07-311-200/+63
| * | | | | | | | | | mmc: omap_hsmmc: add DMA engine supportRussell King2012-07-311-27/+165
| * | | | | | | | | | dmaengine: omap: add support for cyclic DMARussell King2012-07-311-4/+89
| * | | | | | | | | | dmaengine: omap: add support for setting fiRussell King2012-07-311-2/+3
| * | | | | | | | | | dmaengine: omap: add support for returning residue in tx_state methodRussell King2012-07-311-5/+64
| * | | | | | | | | | dmaengine: add OMAP DMA engine driverRussell King2012-07-313-0/+531
| |/ / / / / / / / /
| * | | | | | | | | dmaengine: virt-dma: add support for cyclic DMA periodic callbacksRussell King2012-07-012-4/+29
| * | | | | | | | | dmaengine: virt-dma: vchan_find_desc()Russell King2012-07-012-1/+14
| * | | | | | | | | dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King2012-07-015-171/+320
* | | | | | | | | | Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-08-0148-1089/+2468
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | da8xx-fb: fix compile issue due to missing includeFlorian Tobias Schandinat2012-07-291-0/+1
| * | | | | | | | | | fbdev: Make pixel_to_pat() failure mode more friendlyBenjamin Herrenschmidt2012-07-291-2/+5
| * | | | | | | | | | da8xx-fb: do not turn ON LCD backlight unless LCDC is enabledManjunathappa, Prakash2012-07-291-4/+5
| * | | | | | | | | | fbdev: sh_mobile_lcdc: Fix vertical panning stepLaurent Pinchart2012-07-291-6/+6
| * | | | | | | | | | video: exynos mipi dsi: Fix mipi dsi regulators handling issueDonghwa Lee2012-07-291-1/+1
| * | | | | | | | | | video: da8xx-fb: do clock reset of revision 2 LCDC before enablingManjunathappa, Prakash2012-07-291-4/+8