[v3,0/2] Add support for J721S2 CSI BCDMA

Message ID 20230505143929.28131-1-vaishnav.a@ti.com
Headers
Series Add support for J721S2 CSI BCDMA |

Message

Vaishnav Achath May 5, 2023, 2:39 p.m. UTC
  This series adds support for J721S2 BCDMA instance for Camera Serial
Interface (CSI). 

V1 : https://lore.kernel.org/all/20230503065303.16674-1-vaishnav.a@ti.com/
V2 : https://lore.kernel.org/all/20230505082602.31783-1-vaishnav.a@ti.com/

V2->V3:
  * Avoid using if:else:if, instead move ti,am64-dmss-bcdma
  to new if:, also keep entries in alphabetical order.

V1->V2:
  Address Krzysztof's feedback:
     * Move J721S2 BCDMA entry to else condition to avoid failure
     with AM62A BCDMA in binding.
     dtbs_check :
  https://gist.github.com/vaishnavachath/221155d02575e0c5803a62f2ee22e70e

Vaishnav Achath (2):
  dt-bindings: dma: ti: Add J721S2 BCDMA
  dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instance

 .../devicetree/bindings/dma/ti/k3-bcdma.yaml  | 30 ++++++++++++++++++-
 drivers/dma/ti/k3-udma.c                      | 25 ++++++++++++++++
 2 files changed, 54 insertions(+), 1 deletion(-)
  

Comments

Vinod Koul May 16, 2023, 5:56 p.m. UTC | #1
On 05-05-23, 20:09, Vaishnav Achath wrote:
> This series adds support for J721S2 BCDMA instance for Camera Serial
> Interface (CSI). 

Applied, thanks