summaryrefslogtreecommitdiffstats
path: root/drivers/dma/nbpfaxi.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: nbpfaxi: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-1/+0
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* dmaengine: nbpfaxi: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-04-111-8/+6
* dmaengine: nbpfaxi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* dmaengine: nbpfaxi: Provide some missing attribute docs and split out slave infoLee Jones2020-07-151-3/+10
* dmaengine: nbpfaxi: Use dev_get_drvdata()Kefeng Wang2019-04-291-2/+2
* Merge branch 'topic/renesas' into for-linusVinod Koul2018-10-241-4/+1
|\
| * dmaengine: use SPDX identifier for Renesas driversWolfram Sang2018-08-291-4/+1
* | dmaengine: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-2/+2
|/
* dmaengine: nbpfaxi: Mark expected switch fall-throughGustavo A. R. Silva2018-07-091-0/+1
* treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+2
* dmaengine: nbpfaxi: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-121-3/+2
* dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-17/+0
* dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel2016-11-141-4/+34
* dmaengine: nbpfaxi: convert callback to helper functionDave Jiang2016-08-081-6/+3
* dmaengine: nbpfaxi: kill the tasklets upon exitVinod Koul2016-07-161-0/+2
* dmaengine: nbpfaxi: explicitly freeup irqVinod Koul2016-07-161-0/+11
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-3/+2
* dmaengine: nbpfaxi: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* dmaengine: nbpfaxi: update the driver commentsVinod Koul2014-12-221-1/+1
* dmaengine: nbpfaxi: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-13/+4
* dmaengine: nbpfaxi: Split device_controlMaxime Ripard2014-12-221-47/+46
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-12-121-1/+0
|\
| * dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* | dmaengine / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-1/+1
|/
* dmaengine: nbpf_error_get_channel() can be staticFengguang Wu2014-08-051-1/+1
* dmaengine: nbpfaxi: convert to taskletGuennadi Liakhovetski2014-08-041-7/+12
* dmaengine: nbpfaxi: fix a theoretical raceGuennadi Liakhovetski2014-08-041-0/+1
* dmaengine: add a driver for AMBA AXI NBPF DMAC IP coresGuennadi Liakhovetski2014-08-041-0/+1511