Re: [PATCH] imx: power-domain: Add i.MX8MP support

2022-04-07 Thread Tim Harvey
On Thu, Apr 7, 2022 at 1:33 AM Marek Vasut wrote: > > On 4/7/22 06:01, Peng Fan (OSS) wrote: > > > > > > On 2022/4/1 9:12, Marek Vasut wrote: > >> Add i.MX8MP power domain handling into the driver. This is based on the > >> Linux GPCv2 driver state which is soon to be in Linux next. > > > > Do we

Re: [PATCH] imx: power-domain: Add i.MX8MP support

2022-04-07 Thread Marek Vasut
On 4/7/22 06:01, Peng Fan (OSS) wrote: On 2022/4/1 9:12, Marek Vasut wrote: Add i.MX8MP power domain handling into the driver. This is based on the Linux GPCv2 driver state which is soon to be in Linux next. Do we really need this in U-Boot? You will also port the blk-ctrl part? That would b

Re: [PATCH] imx: power-domain: Add i.MX8MP support

2022-04-06 Thread Peng Fan (OSS)
On 2022/4/1 9:12, Marek Vasut wrote: Add i.MX8MP power domain handling into the driver. This is based on the Linux GPCv2 driver state which is soon to be in Linux next. Do we really need this in U-Boot? You will also port the blk-ctrl part? That would be lots code! Thanks, Peng. Signed-o

[PATCH] imx: power-domain: Add i.MX8MP support

2022-03-31 Thread Marek Vasut
Add i.MX8MP power domain handling into the driver. This is based on the Linux GPCv2 driver state which is soon to be in Linux next. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic --- drivers/power/domain/imx8m-power-domain.c | 79 +++ include/d