Show patches with: Submitter = Radhey Shyam Pandey       |    Archived = No       |   68 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,1/6] dt-bindings: dma: xilinx_dma: Add optional property has_axieth_connected - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[RFC,2/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[RFC,3/6] dmaengine: xilinx_dma: Increase AXI DMA transaction segment count - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[RFC,4/6] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[RFC,5/6] dmaengine: xilinx_dma: Program interrupt delay timeout - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[RFC,6/6] dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase - - - --- 2018-04-02 Radhey Shyam Pandey Changes Requested
[1/2] dt-bindings: dmaengine: xilinx_dma: Add VDMA vertical flip property 1 1 - --- 2018-06-13 Radhey Shyam Pandey Accepted
[2/2] dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip support 1 - - --- 2018-06-13 Radhey Shyam Pandey Accepted
[1/3] dmaengine: xilinx_dma: Refactor axidma channel allocation dmaengine: xilinx_dma: Minor fix and refactoring - - - --- 2018-07-27 Radhey Shyam Pandey Changes Requested
[2/3] dmaengine: xilinx_dma: Refactor axidma channel validation dmaengine: xilinx_dma: Minor fix and refactoring - - - --- 2018-07-27 Radhey Shyam Pandey Changes Requested
[3/3] dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer dmaengine: xilinx_dma: Minor fix and refactoring - - - --- 2018-07-27 Radhey Shyam Pandey Changes Requested
[RFC,1/2] dt-bindings: dmaengine: xilinx_dma: Add binding for Xilinx MCDMA IP dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - - - --- 2018-07-31 Radhey Shyam Pandey Changes Requested
[RFC,2/2] dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - - - --- 2018-07-31 Radhey Shyam Pandey Changes Requested
[v2,1/4] dmaengine: xilinx_dma: Refactor axidma channel allocation dmaengine: xilinx_dma: Minor fix and refactoring - - - --- 2018-09-29 Radhey Shyam Pandey Accepted
[v2,2/4] dmaengine: xilinx_dma: Refactor axidma channel validation dmaengine: xilinx_dma: Minor fix and refactoring - - - --- 2018-09-29 Radhey Shyam Pandey Changes Requested
[v2,3/4] dmaengine: xilinx_dma: Introduce helper macro for preparing dma address dmaengine: xilinx_dma: Minor fix and refactoring - 1 - --- 2018-09-29 Radhey Shyam Pandey Accepted
[v2,4/4] dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer dmaengine: xilinx_dma: Minor fix and refactoring - 1 - --- 2018-09-29 Radhey Shyam Pandey Accepted
[-next,1/8] dmaengine: xilinx_dma: Remove desc_callback_valid check AXI DMA driver improvements - 1 - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,2/8] dmaengine: xilinx_dma: Merge get_callback and _invoke AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,3/8] dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,4/8] dmaengine: xilinx_dma: Add callback_result support AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,5/8] dmaengine: xilinx_dma: Remove residue from channel data AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,6/8] dmaengine: xilinx_dma: Print debug message when no free tx segments AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,7/8] dmaengine: xilinx_dma: Check for both idle and halted state in axidma stop_transfer AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,8/8] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset AXI DMA driver improvements - - - --- 2019-09-05 Radhey Shyam Pandey Changes Requested
[-next,1/4] dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer dmaengine: xilinx_dma: Minor functional fixes - - - --- 2019-09-26 Radhey Shyam Pandey Accepted
[-next,2/4] dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config dmaengine: xilinx_dma: Minor functional fixes 1 - - --- 2019-09-26 Radhey Shyam Pandey Accepted
[-next,3/4] dmaengine: xilinx_dma: use devm_platform_ioremap_resource() dmaengine: xilinx_dma: Minor functional fixes - - - --- 2019-09-26 Radhey Shyam Pandey Accepted
[-next,4/4] dmaengine: xilinx_dma: Remove clk_get error message for probe defer dmaengine: xilinx_dma: Minor functional fixes - - - --- 2019-09-26 Radhey Shyam Pandey Accepted
[v2,-next,1/7] dmaengine: xilinx_dma: Remove desc_callback_valid check dmaengine: xilinx_dma: AXI DMA driver improvements - 1 - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,2/7] dmaengine: xilinx_dma: Merge get_callback and _invoke dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,3/7] dmaengine: xilinx_dma: Remove residue from channel data dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,4/7] dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,5/7] dmaengine: xilinx_dma: Add callback_result support dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,6/7] dmaengine: xilinx_dma: Print debug message when no free tx segments dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[v2,-next,7/7] dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset dmaengine: xilinx_dma: AXI DMA driver improvements - - - --- 2019-10-15 Radhey Shyam Pandey Accepted
[-next,1/6] dt-bindings: dmaengine: xilinx_dma: Remove axidma multichannel support dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support 1 - - --- 2019-10-22 Radhey Shyam Pandey Accepted
[-next,2/6] dt-bindings: dmaengine: xilinx_dma: Fix formatting and style dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support 1 - - --- 2019-10-22 Radhey Shyam Pandey Accepted
[-next,3/6] dt-bindings: dmaengine: xilinx_dma: Add binding for Xilinx MCDMA IP dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - 1 - --- 2019-10-22 Radhey Shyam Pandey Accepted
[-next,4/6] dmaengine: xilinx_dma: Remove axidma multichannel mode support dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - - - --- 2019-10-22 Radhey Shyam Pandey Accepted
[-next,5/6] dmaengine: xilinx_dma: Extend dma_config struct to store irq routine handle dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - - - --- 2019-10-22 Radhey Shyam Pandey Accepted
[-next,6/6] dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support - - - --- 2019-10-22 Radhey Shyam Pandey Accepted
dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all - - - --- 2019-11-25 Radhey Shyam Pandey Changes Requested
[v2,-next] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all [v2,-next] dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all - - - --- 2020-01-29 Radhey Shyam Pandey Accepted
[-next,1/2] dmaengine: xilinx_dma: Extend dma_config structure to store max channel count dmaengine: xilinx_dma: In dma channel probe fix node order dependency - - - --- 2020-01-30 Radhey Shyam Pandey Accepted
[-next,2/2] dmaengine: xilinx_dma: In dma channel probe fix node order dependency dmaengine: xilinx_dma: In dma channel probe fix node order dependency - - - --- 2020-01-30 Radhey Shyam Pandey Accepted
[1/3] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant dmaengine: xilinx_dma: mcdma fixes - - - --- 2020-11-04 Radhey Shyam Pandey Accepted
[2/3] dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segment dmaengine: xilinx_dma: mcdma fixes - - - --- 2020-11-04 Radhey Shyam Pandey Accepted
[3/3] dmaengine: xilinx_dma: Fix SG capability check for MCDMA dmaengine: xilinx_dma: mcdma fixes - - - --- 2020-11-04 Radhey Shyam Pandey Accepted
[1/3] dmaengine: xilinx_dma: check dma_async_device_register return value dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-17 Radhey Shyam Pandey Changes Requested
[2/3] dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-17 Radhey Shyam Pandey Changes Requested
[3/3] dmaengine: xilinx_dma: fix mixed_enum_type coverity warning dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-17 Radhey Shyam Pandey Changes Requested
[v2,1/3] dmaengine: xilinx_dma: check dma_async_device_register return value dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-23 Radhey Shyam Pandey Accepted
[v2,2/3] dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-23 Radhey Shyam Pandey Accepted
[v2,3/3] dmaengine: xilinx_dma: fix mixed_enum_type coverity warning dmaengine: xilinx_dma: coverity fixes - - - --- 2020-12-23 Radhey Shyam Pandey Accepted
[RFC,v2,1/7] dt-bindings: dmaengine: xilinx_dma: Add xlnx,axistream-connected property Xilinx DMA enhancements and optimization 1 - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,2/7] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property Xilinx DMA enhancements and optimization 1 - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,3/7] dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client Xilinx DMA enhancements and optimization - - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,4/7] dmaengine: xilinx_dma: Increase AXI DMA transaction segment count Xilinx DMA enhancements and optimization - - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,5/7] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit Xilinx DMA enhancements and optimization - - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,6/7] dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase Xilinx DMA enhancements and optimization - - - --- 2021-04-09 Radhey Shyam Pandey RFC
[RFC,v2,7/7] dmaengine: xilinx_dma: Program interrupt delay timeout Xilinx DMA enhancements and optimization - - - --- 2021-04-09 Radhey Shyam Pandey RFC
dmaengine: xilinx_dma: Set DMA mask for coherent APIs dmaengine: xilinx_dma: Set DMA mask for coherent APIs - 1 - --- 2021-08-19 Radhey Shyam Pandey Accepted
dmaengine: xilinx_dma: Fix kernel-doc warnings dmaengine: xilinx_dma: Fix kernel-doc warnings - - - --- 2021-09-13 Radhey Shyam Pandey Accepted
dt-bindings: dmaengine: xilinx_dma: Add MCMDA channel ID index description dt-bindings: dmaengine: xilinx_dma: Add MCMDA channel ID index description 1 - - --- 2022-04-14 Radhey Shyam Pandey Accepted
[1/3] dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type dmaengine: zynqmp_dma: coverity fixes - - - --- 2022-05-10 Radhey Shyam Pandey Accepted
[2/3] dmaengine: zynqmp_dma: check dma_async_device_register return value dmaengine: zynqmp_dma: coverity fixes - - - --- 2022-05-10 Radhey Shyam Pandey Accepted
[3/3] dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync() dmaengine: zynqmp_dma: coverity fixes - - - --- 2022-05-10 Radhey Shyam Pandey Accepted