All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] arm: dts: am62a: Update to kernel v6.7-rc1
@ 2023-11-13 14:51 Nishanth Menon
  2023-11-13 14:51 ` [PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list Nishanth Menon
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Nishanth Menon @ 2023-11-13 14:51 UTC (permalink / raw)
  To: Heinrich Schuchardt, Tom Rini
  Cc: Siddharth Vadapalli, Andrew Davis, Neha Malcom Francis,
	Roger Quadros, Bryan Brattlof, Vignesh Raghavendra, Jai Luthra,
	u-boot, Nishanth Menon

Hi,

Please find the series to do the following:
a) Update kernel dts to v6.7-rc1
b) Enable networking
c) switch to stdboot.
d) Add documentation for the AM62A platform.

Bootlog: https://gist.github.com/nmenon/f1d8d9bf79aefc0938a745d3bf5b2d9f

Baseline: master da2e3196e4dc Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA"

Jai Luthra (1):
  doc: board: ti: Add AM62A documentation

Nishanth Menon (6):
  arm: mach-k3: am62a: Add main_timer0 id to the dev list
  arm: dts: k3-am62a*: Sync with kernel v6.7-rc1
  configs: am62ax_evm_a53_defconfig: Enable networking
  board: ti: am62ax: env: Use default findfdt
  board: ti: am62ax: env: Set the boot_targets
  configs: am62ax_evm_a53_defconfig: switch to stdboot

Vignesh Raghavendra (1):
  dma: ti: k3-udma: Introduce DMA support for the am62ax

 arch/arm/dts/k3-am62a-main.dtsi       | 585 +++++++++++++++++++++++++-
 arch/arm/dts/k3-am62a-mcu.dtsi        | 131 ++++++
 arch/arm/dts/k3-am62a-thermal.dtsi    |  47 +++
 arch/arm/dts/k3-am62a-wakeup.dtsi     |  21 +-
 arch/arm/dts/k3-am62a.dtsi            |   5 +-
 arch/arm/dts/k3-am62a7-r5-sk.dts      |  74 +---
 arch/arm/dts/k3-am62a7-sk-u-boot.dtsi | 139 ++++--
 arch/arm/dts/k3-am62a7-sk.dts         | 347 ++++++++++++++-
 arch/arm/dts/k3-am62a7.dtsi           |   3 +-
 arch/arm/mach-k3/am62ax/dev-data.c    |   1 +
 board/ti/am62ax/am62ax.env            |   6 +-
 configs/am62ax_evm_a53_defconfig      |  12 +-
 doc/board/ti/am62ax_sk.rst            | 213 ++++++++++
 doc/board/ti/k3.rst                   |   1 +
 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 +
 18 files changed, 1650 insertions(+), 135 deletions(-)
 create mode 100644 arch/arm/dts/k3-am62a-thermal.dtsi
 create mode 100644 doc/board/ti/am62ax_sk.rst
 create mode 100644 drivers/dma/ti/k3-psil-am62a.c

-- 
2.40.0


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

end of thread, other threads:[~2023-11-22 20:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 14:51 [PATCH 0/8] arm: dts: am62a: Update to kernel v6.7-rc1 Nishanth Menon
2023-11-13 14:51 ` [PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list Nishanth Menon
2023-11-15  5:49   ` Neha Malcom Francis
2023-11-22 20:49   ` Tom Rini
2023-11-13 14:51 ` [PATCH 2/8] arm: dts: k3-am62a*: Sync with kernel v6.7-rc1 Nishanth Menon
2023-11-13 14:51 ` [PATCH 3/8] dma: ti: k3-udma: Introduce DMA support for the am62ax Nishanth Menon
2023-11-13 14:51 ` [PATCH 4/8] configs: am62ax_evm_a53_defconfig: Enable networking Nishanth Menon
2023-11-15 11:15   ` Roger Quadros
2023-11-13 14:51 ` [PATCH 5/8] board: ti: am62ax: env: Use default findfdt Nishanth Menon
2023-11-13 14:51 ` [PATCH 6/8] board: ti: am62ax: env: Set the boot_targets Nishanth Menon
2023-11-13 14:51 ` [PATCH 7/8] configs: am62ax_evm_a53_defconfig: switch to stdboot Nishanth Menon
2023-11-13 14:51 ` [PATCH 8/8] doc: board: ti: Add AM62A documentation Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.