summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2021-08-02dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...Pandith N
2021-08-02dmaengine: usb-dmac: make usb_dmac_get_current_residue unsignedJordy Zomer
2021-07-29dmaengine: idxd: fix abort status checkDave Jiang
2021-07-28dmanegine: idxd: add software command statusDave Jiang
2021-07-28dmaengine: idxd: rotate portal address for better performanceDave Jiang
2021-07-28dmaengine: idxd: fix wq slot allocation index checkDave Jiang
2021-07-28dmaengine: idxd: fix uninit var for alt_drvDave Jiang
2021-07-28dmaengine: idxd: Set defaults for GRPCFG traffic classDave Jiang
2021-07-28dmaengine: at_xdmac: use platform_driver_registerClément Léger
2021-07-28dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi
2021-07-28dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open codingZhang Qilong
2021-07-28ppc4xx: replace sscanf() by kstrtoul()Salah Triki
2021-07-28dmaengine: stm32-dma: add alternate REQ/ACK protocol managementAmelie Delaunay
2021-07-28dmaengine: altera-msgdma: make response port optionalOlivier Dautricourt
2021-07-28dmaengine: hisi_dma: Remove some useless codeChristophe JAILLET
2021-07-28dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-07-28dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-07-28dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tailBaokun Li
2021-07-28dmaengine: stm32-dmamux: Fix PM usage counter unbalance in stm32 dmamux opsZhang Qilong
2021-07-28dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma opsZhang Qilong
2021-07-27Merge tag 'bus_remove_return_void-5.15' into nextVinod Koul
2021-07-27dmaengine: uniphier-xdmac: Use readl_poll_timeout_atomic() in atomic stateKunihiko Hayashi
2021-07-23dmaengine: imx-sdma: add terminated list for freed descriptor in workerRobin Gong
2021-07-23dmaengine: imx-sdma: add uart rom scriptRobin Gong
2021-07-23dmaengine: imx-sdma: remove ERR009165 on i.mx6ulRobin Gong
2021-07-23dmaengine: imx-sdma: add mcu_2_ecspi scriptRobin Gong
2021-07-23dmaengine: dma: imx-sdma: add fw_loaded and is_ram_scriptRobin Gong
2021-07-23dmaengine: imx-sdma: remove duplicated sdma_load_contextRobin Gong
2021-07-23Revert "dmaengine: imx-sdma: refine to load context only once"Robin Gong
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-21dmaengine: idxd: remove fault processing codeDave Jiang
2021-07-21dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang
2021-07-21dmaengine: dsa: move dsa_bus_type out of idxd driver to standaloneDave Jiang
2021-07-21dmaengine: idxd: create user driver for wq 'device'Dave Jiang
2021-07-21dmaengine: idxd: create dmaengine driver for wq 'device'Dave Jiang
2021-07-21dmaengine: idxd: create idxd_device sub-driverDave Jiang
2021-07-21dmaengine: idxd: add type to driver in order to allow device matchingDave Jiang
2021-07-21dmanegine: idxd: open code the dsa_drv registrationDave Jiang
2021-07-21dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.cDave Jiang
2021-07-21dmaengine: idxd: move probe() bits for idxd 'struct device' to device.cDave Jiang
2021-07-21dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_busDave Jiang
2021-07-21dmaengine: idxd: remove iax_bus_type prototypeDave Jiang
2021-07-21dmaengine: idxd: remove bus shutdownDave Jiang
2021-07-21dmaengine: idxd: move wq_disable() to device.cDave Jiang
2021-07-21dmaengine: idxd: move wq_enable() to device.cDave Jiang
2021-07-21dmaengine: idxd: remove IDXD_DEV_CONF_READYDave Jiang
2021-07-21dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_devDave Jiang
2021-07-21dmaengine: idxd: add driver nameDave Jiang
2021-07-21dmaengine: idxd: add driver register helperDave Jiang
2021-07-21Merge branch 'fixes' into nextVinod Koul