Re: [PATCH v2 7/9] power: domain: apple: Add reset support

2022-02-10 Thread Tom Rini
On Sat, Jan 22, 2022 at 08:38:17PM +0100, Mark Kettenis wrote: > The power management controller found on Apple SoCs als provides > a way to reset all devices within a power domain. This is needed > to cleanly shutdown the NVMe controller before we hand over > control to the OS. > > Signed-off-by

Re: [PATCH v2 7/9] power: domain: apple: Add reset support

2022-01-27 Thread Jaehoon Chung
On 1/27/22 20:48, Mark Kettenis wrote: >> Date: Thu, 27 Jan 2022 08:54:29 +0900 >> From: Jaehoon Chung >> >> Hi, >> >> On 1/23/22 04:38, Mark Kettenis wrote: >>> The power management controller found on Apple SoCs als provides >>> a way to reset all devices within a power domain. This is needed >>

Re: [PATCH v2 7/9] power: domain: apple: Add reset support

2022-01-27 Thread Mark Kettenis
> Date: Thu, 27 Jan 2022 08:54:29 +0900 > From: Jaehoon Chung > > Hi, > > On 1/23/22 04:38, Mark Kettenis wrote: > > The power management controller found on Apple SoCs als provides > > a way to reset all devices within a power domain. This is needed > > to cleanly shutdown the NVMe controller b

Re: [PATCH v2 7/9] power: domain: apple: Add reset support

2022-01-26 Thread Jaehoon Chung
Hi, On 1/23/22 04:38, Mark Kettenis wrote: > The power management controller found on Apple SoCs als provides > a way to reset all devices within a power domain. This is needed > to cleanly shutdown the NVMe controller before we hand over > control to the OS. > > Signed-off-by: Mark Kettenis > R

[PATCH v2 7/9] power: domain: apple: Add reset support

2022-01-22 Thread Mark Kettenis
The power management controller found on Apple SoCs als provides a way to reset all devices within a power domain. This is needed to cleanly shutdown the NVMe controller before we hand over control to the OS. Signed-off-by: Mark Kettenis Reviewed-by: Simon Glass Tested on: Macbook Air M1 Tested-