public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] enable DMA and CPSW nodes for am62ax SoC family
@ 2023-03-27 18:40 Bryan Brattlof
  2023-03-27 18:40 ` [PATCH 1/5] dma: ti: k3-udma: Introduce DMA support for the am62ax Bryan Brattlof
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bryan Brattlof @ 2023-03-27 18:40 UTC (permalink / raw)
  To: Tom Rini
  Cc: Vignesh Raghavendra, Andrew Davis, UBoot Mailing List,
	Bryan Brattlof

Hello everyone!

This patch series syncs TI's am62ax device tree files with what has been
merged in the v6.3-rc4 of the Linux Kernel. This series will also enable
YMODEM support to make automated testing (which uses the UART boot
method to load the bootloaders)

Thanks for reviewing
~Bryan

Bryan Brattlof (5):
  dma: ti: k3-udma: Introduce DMA support for the am62ax
  arm: dts: sync am62ax dtbs with linux v6.3-rc4
  arm: dts: add DMA and CPSW nodes for uboot
  configs: enable net features for am62ax
  configs: am62ax: enable ymodem support for a53 spl

 arch/arm/dts/k3-am62a-main.dtsi       | 365 ++++++++++++++++++++++++++
 arch/arm/dts/k3-am62a-mcu.dtsi        |  51 ++++
 arch/arm/dts/k3-am62a-wakeup.dtsi     |   2 +-
 arch/arm/dts/k3-am62a7-r5-sk.dts      |   8 +
 arch/arm/dts/k3-am62a7-sk-u-boot.dtsi |  26 +-
 arch/arm/dts/k3-am62a7-sk.dts         |  70 +++++
 arch/arm/dts/k3-am62a7.dtsi           |   1 +
 configs/am62ax_evm_a53_defconfig      |   7 +-
 drivers/dma/ti/Makefile               |   1 +
 drivers/dma/ti/k3-psil-am62a.c        | 196 ++++++++++++++
 drivers/dma/ti/k3-psil-priv.h         |   1 +
 drivers/dma/ti/k3-psil.c              |   2 +
 12 files changed, 727 insertions(+), 3 deletions(-)
 create mode 100644 drivers/dma/ti/k3-psil-am62a.c


base-commit: 8be7b4629e87ff8db08dd087c81d58129d029bad
-- 
2.40.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-02 21:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27 18:40 [PATCH 0/5] enable DMA and CPSW nodes for am62ax SoC family Bryan Brattlof
2023-03-27 18:40 ` [PATCH 1/5] dma: ti: k3-udma: Introduce DMA support for the am62ax Bryan Brattlof
2023-03-27 18:40 ` [PATCH 2/5] arm: dts: sync am62ax dtbs with linux v6.3-rc4 Bryan Brattlof
2023-03-27 18:40 ` [PATCH 3/5] arm: dts: add DMA and CPSW nodes for uboot Bryan Brattlof
2023-03-31  7:15   ` Ravi Gunasekaran
2023-04-02 21:26     ` Bryan Brattlof
2023-03-27 18:40 ` [PATCH 4/5] configs: enable net features for am62ax Bryan Brattlof
2023-03-27 18:40 ` [PATCH 5/5] configs: am62ax: enable ymodem support for a53 spl Bryan Brattlof

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox