U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Add AVS support for J721S2
@ 2024-05-28  8:12 Manorit Chawdhry
  2024-05-28  8:13 ` [PATCH v2 1/7] power: pmic: tps65941: Add DM_PMIC dependency Manorit Chawdhry
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Manorit Chawdhry @ 2024-05-28  8:12 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: u-boot, Neha Malcom Francis, Keerthy J, Udit Kumar, Aniket Limaye,
	Tom Rini, Vignesh Raghavendra, Andrew Davis, Nishanth Menon,
	Manorit Chawdhry

This series adds support for AVS on J721S2.

AVS Test for J721S2: https://gist.github.com/manorit2001/d7690ded6ef685aa8ffa5b16746cc529
Boot Test results: https://gist.github.com/manorit2001/6775d721b3df5a690497d94d012b93c4

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
Changes in v2:
- Move AVS Initialization point to after do_dt_magic
  ( Otherwise AM68 unknowingly ends up probing AVS and fails )
- Rebase on top of OF_UPSTREAM Support
- Link to v1: https://lore.kernel.org/r/20240206-b4-upstream-j721s2-avs-v1-0-b75043c59969@ti.com

---
Manorit Chawdhry (7):
      power: pmic: tps65941: Add DM_PMIC dependency
      drivers: misc: k3_avs: Use soc_match_device instead of compatible.
      drivers: misc: k3_avs: Check return code while programming AVS
      drivers: misc: k3_avs: Add AVS Support for J721S2.
      arm: mach-k3: j721s2_init: Initialize AVS Class 0
      arm: dts: j721s2: Add VTM node in R5
      configs: j721s2_evm_r5_defconfig: Add AVS Configs

 arch/arm/dts/k3-j721s2-r5-common-proc-board.dts |   9 +
 arch/arm/mach-k3/j721s2/j721s2_init.c           |  10 ++
 configs/am68_sk_r5_defconfig                    |   4 +
 configs/j721s2_evm_r5_defconfig                 |   6 +
 drivers/misc/k3_avs.c                           | 216 ++++++++++++++----------
 drivers/power/pmic/Kconfig                      |   1 +
 6 files changed, 159 insertions(+), 87 deletions(-)
---
base-commit: 377e91c162ab09ec20f96f966f380cb55c590edd
change-id: 20240130-b4-upstream-j721s2-avs-8c187d3fe26a

Best regards,
-- 
Manorit Chawdhry <m-chawdhry@ti.com>


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

end of thread, other threads:[~2024-06-13 14:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28  8:12 [PATCH v2 0/7] Add AVS support for J721S2 Manorit Chawdhry
2024-05-28  8:13 ` [PATCH v2 1/7] power: pmic: tps65941: Add DM_PMIC dependency Manorit Chawdhry
2024-05-28  9:03   ` Neha Malcom Francis
2024-05-28  8:13 ` [PATCH v2 2/7] drivers: misc: k3_avs: Use soc_match_device instead of compatible Manorit Chawdhry
2024-05-29  4:21   ` Kumar, Udit
2024-06-13 14:20   ` Tom Rini
2024-05-28  8:13 ` [PATCH v2 3/7] drivers: misc: k3_avs: Check return code while programming AVS Manorit Chawdhry
2024-05-29  4:23   ` Kumar, Udit
2024-05-28  8:13 ` [PATCH v2 4/7] drivers: misc: k3_avs: Add AVS Support for J721S2 Manorit Chawdhry
2024-05-28  8:13 ` [PATCH v2 5/7] arm: mach-k3: j721s2_init: Initialize AVS Class 0 Manorit Chawdhry
2024-05-28  8:13 ` [PATCH v2 6/7] arm: dts: j721s2: Add VTM node in R5 Manorit Chawdhry
2024-05-28  8:13 ` [PATCH v2 7/7] configs: j721s2_evm_r5_defconfig: Add AVS Configs Manorit Chawdhry
2024-05-29  4:29   ` Kumar, Udit

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