aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/nbpfaxi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: nbpfaxi: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-15dmaengine: nbpfaxi: Provide some missing attribute docs and split out slave infoLee Jones1-3/+10
2019-04-29dmaengine: nbpfaxi: Use dev_get_drvdata()Kefeng Wang1-2/+2
2018-10-24Merge branch 'topic/renesas' into for-linusVinod Koul1-4/+1
2018-08-29dmaengine: use SPDX identifier for Renesas driversWolfram Sang1-4/+1
2018-08-28dmaengine: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-07-09dmaengine: nbpfaxi: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+2
2017-10-12dmaengine: nbpfaxi: Use of_device_get_match_data() helperGeert Uytterhoeven1-3/+2
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-17/+0
2016-11-14dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel1-4/+34
2016-08-08dmaengine: nbpfaxi: convert callback to helper functionDave Jiang1-6/+3
2016-07-16dmaengine: nbpfaxi: kill the tasklets upon exitVinod Koul1-0/+2
2016-07-16dmaengine: nbpfaxi: explicitly freeup irqVinod Koul1-0/+11
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-3/+2
2015-05-04dmaengine: nbpfaxi: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-12-22dmaengine: nbpfaxi: update the driver commentsVinod Koul1-1/+1
2014-12-22dmaengine: nbpfaxi: Declare slave capabilities for the generic codeMaxime Ripard1-13/+4
2014-12-22dmaengine: nbpfaxi: Split device_controlMaxime Ripard1-47/+46
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-1/+1
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
2014-12-05dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-08-05dmaengine: nbpf_error_get_channel() can be staticFengguang Wu1-1/+1
2014-08-04dmaengine: nbpfaxi: convert to taskletGuennadi Liakhovetski1-7/+12
2014-08-04dmaengine: nbpfaxi: fix a theoretical raceGuennadi Liakhovetski1-0/+1
2014-08-04dmaengine: add a driver for AMBA AXI NBPF DMAC IP coresGuennadi Liakhovetski1-0/+1511