| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | dmaengine: dw: Simplify DT property parser | Andy Shevchenko | 2021-08-06 | 1 | -28/+16 |
| * | dmaengine: dw: Remove error message from DT parsing code | Andy Shevchenko | 2021-08-06 | 1 | -5/+0 |
| * | dmaengine: idxd: Remove unused status variable in irq_process_work_list() | Nathan Chancellor | 2021-08-06 | 1 | -2/+0 |
| * | dmaengine: idxd: Fix a possible NULL pointer dereference | Christophe JAILLET | 2021-08-02 | 1 | -11/+4 |
| * | Merge branch 'fixes' into next | Vinod Koul | 2021-08-02 | 4 | -9/+14 |
| |\ |
|
| * | | dma: imx-dma: configure the generic DMA type to make it work | Juergen Borleis | 2021-08-02 | 1 | -0/+2 |
| * | | dmaengine: ep93xx: Prepare clock before using it | Alexander Sverdlin | 2021-08-02 | 1 | -3/+3 |
| * | | dmaengine: dw-axi-dmac: Burst length settings | Pandith N | 2021-08-02 | 1 | -1/+2 |
| * | | dmaengine: dw-axi-dmac: support parallel memory <--> peripheral transfers | Pandith N | 2021-08-02 | 2 | -0/+6 |
| * | | dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw... | Pandith N | 2021-08-02 | 2 | -30/+21 |
| * | | dmaengine: usb-dmac: make usb_dmac_get_current_residue unsigned | Jordy Zomer | 2021-08-02 | 1 | -1/+1 |
| * | | dmaengine: idxd: fix abort status check | Dave Jiang | 2021-07-29 | 1 | -2/+10 |
| * | | dmanegine: idxd: add software command status | Dave Jiang | 2021-07-28 | 5 | -6/+38 |
| * | | dmaengine: idxd: rotate portal address for better performance | Dave Jiang | 2021-07-28 | 3 | -1/+22 |
| * | | dmaengine: idxd: fix wq slot allocation index check | Dave Jiang | 2021-07-28 | 1 | -1/+1 |
| * | | dmaengine: idxd: fix uninit var for alt_drv | Dave Jiang | 2021-07-28 | 1 | -1/+1 |
| * | | dmaengine: idxd: Set defaults for GRPCFG traffic class | Dave Jiang | 2021-07-28 | 4 | -2/+21 |
| * | | dmaengine: at_xdmac: use platform_driver_register | Clément Léger | 2021-07-28 | 1 | -1/+7 |
| * | | dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open coding | Zhang Qilong | 2021-07-28 | 1 | -5/+2 |
| * | | ppc4xx: replace sscanf() by kstrtoul() | Salah Triki | 2021-07-28 | 1 | -3/+9 |
| * | | dmaengine: stm32-dma: add alternate REQ/ACK protocol management | Amelie Delaunay | 2021-07-28 | 1 | -2/+6 |
| * | | dmaengine: altera-msgdma: make response port optional | Olivier Dautricourt | 2021-07-28 | 1 | -11/+26 |
| * | | dmaengine: hisi_dma: Remove some useless code | Christophe JAILLET | 2021-07-28 | 1 | -9/+1 |
| * | | dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tail | Baokun Li | 2021-07-28 | 1 | -2/+1 |
| * | | dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead of list_del/list_add_tail | Baokun Li | 2021-07-28 | 1 | -5/+3 |
| * | | dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tail | Baokun Li | 2021-07-28 | 1 | -2/+1 |
| * | | Merge tag 'bus_remove_return_void-5.15' into next | Vinod Koul | 2021-07-27 | 4 | -2/+5 |
| |\ \ |
|
| * | | | dmaengine: idxd: remove fault processing code | Dave Jiang | 2021-07-21 | 1 | -91/+4 |
| * | | | dmaengine: idxd: move dsa_drv support to compatible mode | Dave Jiang | 2021-07-21 | 9 | -48/+146 |
| * | | | dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone | Dave Jiang | 2021-07-21 | 6 | -73/+103 |
| * | | | dmaengine: idxd: create user driver for wq 'device' | Dave Jiang | 2021-07-21 | 4 | -14/+61 |
| * | | | dmaengine: idxd: create dmaengine driver for wq 'device' | Dave Jiang | 2021-07-21 | 4 | -35/+92 |
| * | | | dmaengine: idxd: create idxd_device sub-driver | Dave Jiang | 2021-07-21 | 3 | -0/+23 |
| * | | | dmaengine: idxd: add type to driver in order to allow device matching | Dave Jiang | 2021-07-21 | 3 | -1/+21 |
| * | | | dmanegine: idxd: open code the dsa_drv registration | Dave Jiang | 2021-07-21 | 3 | -17/+8 |
| * | | | dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c | Dave Jiang | 2021-07-21 | 3 | -19/+24 |
| * | | | dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c | Dave Jiang | 2021-07-21 | 3 | -38/+40 |
| * | | | dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus | Dave Jiang | 2021-07-21 | 2 | -63/+69 |
| * | | | dmaengine: idxd: remove iax_bus_type prototype | Dave Jiang | 2021-07-21 | 1 | -1/+0 |
| * | | | dmaengine: idxd: remove bus shutdown | Dave Jiang | 2021-07-21 | 1 | -6/+0 |
| * | | | dmaengine: idxd: move wq_disable() to device.c | Dave Jiang | 2021-07-21 | 3 | -37/+39 |
| * | | | dmaengine: idxd: move wq_enable() to device.c | Dave Jiang | 2021-07-21 | 3 | -123/+126 |
| * | | | dmaengine: idxd: remove IDXD_DEV_CONF_READY | Dave Jiang | 2021-07-21 | 4 | -19/+2 |
| * | | | dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev | Dave Jiang | 2021-07-21 | 6 | -185/+251 |
| * | | | dmaengine: idxd: add driver name | Dave Jiang | 2021-07-21 | 3 | -3/+3 |
| * | | | dmaengine: idxd: add driver register helper | Dave Jiang | 2021-07-21 | 3 | -5/+26 |
| * | | | Merge branch 'fixes' into next | Vinod Koul | 2021-07-21 | 3 | -17/+99 |
| |\ \ \ |
|
| * | | | | dmaengine: idxd: fix sequence for pci driver remove() and shutdown() | Dave Jiang | 2021-07-20 | 2 | -11/+17 |
| * | | | | Merge branch 'fixes' into next | Vinod Koul | 2021-07-15 | 3 | -2/+16 |
| |\ \ \ \ |
|
| * | | | | | dmaengine: sprd: Add missing MODULE_DEVICE_TABLE | Zou Wei | 2021-07-15 | 1 | -0/+1 |