summaryrefslogtreecommitdiffstats
path: root/drivers/dma/timb_dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: timb_dma: convert callback to helper functionDave Jiang2016-08-081-6/+3
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-6/+2
* dmaengine: Remove remaining FSF mailing addressesJarkko Nikula2015-07-061-4/+0
* dmaengine: td: Rename device_controlMaxime Ripard2014-12-221-6/+2
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-36/+0
* dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* dma: use dev_get_platdata()Jingoo Han2013-08-131-1/+1
* dma: timb_dma: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-051-2/+0
* dma: timb_dma: Fix compiler warningMaxin B. John2013-04-151-1/+1
* Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+2
* dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-5/+1
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-3/+2
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-9/+2
* dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-6/+1
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-4/+3
* dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-051-11/+1
* dmaengine: timb_dma: fix the spare wariningsVinod Koul2011-11-281-4/+4
* dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-9/+9
* dma/timberdale: free_irq() on an error pathDan Carpenter2011-10-071-1/+1
* dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song2011-09-201-2/+1
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1
* mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
* Remove one to many n's in a wordJustin P. Mattock2011-03-011-1/+1
* dma/timberdale: simplify conditionalNicolas Kaiser2010-10-191-1/+1
* drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall2010-07-011-2/+2
* dma/timb_dma: compile warning on 32 bitDan Carpenter2010-07-011-2/+2
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
* DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+2
* async_tx: use of kzalloc/kfree requires the include of slab.hStephen Rothwell2010-03-291-0/+1
* dmaengine: provide helper for setting txstateDan Williams2010-03-261-5/+1
* DMAENGINE: generic channel status v2Linus Walleij2010-03-261-7/+8
* DMAENGINE: generic slave control v2Linus Walleij2010-03-261-2/+7
* dma: timb-dma: Update comment and fix compiler warningRichard Röjfors2010-03-261-2/+5
* dma: Add timb-dmaRichard Röjfors2010-03-251-0/+853