aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/timb_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: timb_dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-06-15dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-01-20dmaengine: timb_dma: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2018-10-02dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor1-1/+1
2017-12-11dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"Colin Ian King1-1/+1
2016-08-08dmaengine: timb_dma: convert callback to helper functionDave Jiang1-6/+3
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-6/+2
2015-07-06dmaengine: Remove remaining FSF mailing addressesJarkko Nikula1-4/+0
2014-12-22dmaengine: td: Rename device_controlMaxime Ripard1-6/+2
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-36/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-08-13dma: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-05dma: timb_dma: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-15dma: timb_dma: Fix compiler warningMaxin B. John1-1/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+2
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul1-5/+1
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-3/+2
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-9/+2
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-6/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-4/+3
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-28dmaengine: timb_dma: fix the spare wariningsVinod Koul1-4/+4
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-9/+9
2011-10-07dma/timberdale: free_irq() on an error pathDan Carpenter1-1/+1
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song1-2/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon1-1/+2
2011-03-01Remove one to many n's in a wordJustin P. Mattock1-1/+1
2010-10-19dma/timberdale: simplify conditionalNicolas Kaiser1-1/+1
2010-07-01drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+2
2010-07-01dma/timb_dma: compile warning on 32 bitDan Carpenter1-2/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-03-29async_tx: use of kzalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-7/+8
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+7
2010-03-26dma: timb-dma: Update comment and fix compiler warningRichard Röjfors1-2/+5
2010-03-25dma: Add timb-dmaRichard Röjfors1-0/+853