Re: [PATCH v3 04/16] regulator: rk8xx: add indirection level for some ldo callbacks

2024-03-11 Thread Kever Yang
On 2024/3/4 19:29, Quentin Schulz wrote: From: Quentin Schulz By passing a rk8xx_reg_info directly to the internal get_value, it'd be possible to call this same function with a logic for getting the rk8xx_reg_info different from the current get_ldo_reg, e.g. for NLDO and PLDO support for RK80

[PATCH v3 04/16] regulator: rk8xx: add indirection level for some ldo callbacks

2024-03-04 Thread Quentin Schulz
From: Quentin Schulz By passing a rk8xx_reg_info directly to the internal get_value, it'd be possible to call this same function with a logic for getting the rk8xx_reg_info different from the current get_ldo_reg, e.g. for NLDO and PLDO support for RK806. No logic change is expected. Cc: Quentin