Re: [PATCH 05/11] rockchip: io-domain: Add support for RK3399

2024-03-11 Thread Kever Yang
On 2024/2/18 02:35, Jonas Karlman wrote: Port the RK3399 part of the Rockchip IO-domain driver from linux. This differs from linux version in that pmu io iodomain bit is enabled in the write ops instead of in an init ops as in linux, this way we can avoid keeping a full state of all supply tha

Re: [PATCH 05/11] rockchip: io-domain: Add support for RK3399

2024-02-22 Thread Quentin Schulz
Hi Jonas, On 2/21/24 20:05, Jonas Karlman wrote: Hi Quentin, On 2024-02-21 19:18, Quentin Schulz wrote: Hi Jonas, On 2/17/24 19:35, Jonas Karlman wrote: Port the RK3399 part of the Rockchip IO-domain driver from linux. This differs from linux version in that pmu io iodomain bit is enabled i

Re: [PATCH 05/11] rockchip: io-domain: Add support for RK3399

2024-02-21 Thread Jonas Karlman
Hi Quentin, On 2024-02-21 19:18, Quentin Schulz wrote: > Hi Jonas, > > On 2/17/24 19:35, Jonas Karlman wrote: >> Port the RK3399 part of the Rockchip IO-domain driver from linux. >> >> This differs from linux version in that pmu io iodomain bit is enabled >> in the write ops instead of in an init

Re: [PATCH 05/11] rockchip: io-domain: Add support for RK3399

2024-02-21 Thread Quentin Schulz
Hi Jonas, On 2/17/24 19:35, Jonas Karlman wrote: Port the RK3399 part of the Rockchip IO-domain driver from linux. This differs from linux version in that pmu io iodomain bit is enabled in the write ops instead of in an init ops as in linux, this way we can avoid keeping a full state of all sup

[PATCH 05/11] rockchip: io-domain: Add support for RK3399

2024-02-17 Thread Jonas Karlman
Port the RK3399 part of the Rockchip IO-domain driver from linux. This differs from linux version in that pmu io iodomain bit is enabled in the write ops instead of in an init ops as in linux, this way we can avoid keeping a full state of all supply that have been configured. Signed-off-by: Jonas