Re: [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-30 Thread Varadarajan Narayanan
On Mon, Apr 28, 2025 at 04:22:47PM +0200, Casey Connolly wrote: > > > On 4/10/25 14:02, Varadarajan Narayanan wrote: > > Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx > > requests in sysreset_qcom-psci.c. > > To be honest, I'm not really excited about this. Copying the entire

Re: [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-29 Thread Sam Day
Hey Casey, Varadarajan, On Tuesday, April 29th, 2025 at 12:22 AM, Casey Connolly wrote: > > > > > On 4/10/25 14:02, Varadarajan Narayanan wrote: > > > Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx > > requests in sysreset_qcom-psci.c. > > > To be honest, I'm not re

Re: [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-29 Thread Varadarajan Narayanan
On Mon, Apr 28, 2025 at 04:22:47PM +0200, Casey Connolly wrote: > > > On 4/10/25 14:02, Varadarajan Narayanan wrote: > > Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx > > requests in sysreset_qcom-psci.c. > > To be honest, I'm not really excited about this. Copying the entire

Re: [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-28 Thread Casey Connolly
On 4/10/25 14:02, Varadarajan Narayanan wrote: Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx requests in sysreset_qcom-psci.c. To be honest, I'm not really excited about this. Copying the entire PSCI reset code and polluting the global sysreset reason enum with entire

Re: [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-28 Thread Sumit Garg
On Thu, Apr 10, 2025 at 05:32:07PM +0530, Varadarajan Narayanan wrote: > Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx > requests in sysreset_qcom-psci.c. Kindly add ellborative commit message as to what problem you are trying to address here and what is actually EDL mode? I

[PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

2025-04-10 Thread Varadarajan Narayanan
Add SYSRESET_EDL to sysreset_t and handle the different SYSRESET_xxx requests in sysreset_qcom-psci.c. Signed-off-by: Varadarajan Narayanan --- drivers/sysreset/Kconfig | 5 +++ drivers/sysreset/Makefile | 1 + drivers/sysreset/sysreset-uclass.c| 7 ++-- drivers/s