Re: [PATCH 3/4] power: axp: Avoid do_poweroff conflict with sysreset

2021-10-24 Thread Samuel Holland
On 10/24/21 7:38 PM, Andre Przywara wrote: > On Sun, 22 Aug 2021 18:18:05 -0500 > Samuel Holland wrote: > > Hi Samuel, > >> The sysreset uclass has an option to provide the do_poweroff() function. >> When that option is enabled, the AXP power drivers should not provide >> their own definition.

Re: [PATCH 3/4] power: axp: Avoid do_poweroff conflict with sysreset

2021-10-24 Thread Andre Przywara
On Sun, 22 Aug 2021 18:18:05 -0500 Samuel Holland wrote: Hi Samuel, > The sysreset uclass has an option to provide the do_poweroff() function. > When that option is enabled, the AXP power drivers should not provide > their own definition. > > For the AXP305, which is paired with 64-bit systems

[PATCH 3/4] power: axp: Avoid do_poweroff conflict with sysreset

2021-08-22 Thread Samuel Holland
The sysreset uclass has an option to provide the do_poweroff() function. When that option is enabled, the AXP power drivers should not provide their own definition. For the AXP305, which is paired with 64-bit systems where TF-A provides PSCI, there is another possible conflict with the PSCI