Re: [PATCH 0/3] rockchip: rk8xx: fix broken [np]ldo callbacks

2024-06-05 Thread Quentin Schulz
Hi Anand, On 6/5/24 3:11 PM, Anand Moon wrote: Hi Quentin, On Wed, 5 Jun 2024 at 15:03, Quentin Schulz wrote: This is for master branch, merge ASAP as it's known to break at least Chromebook Jerry. @Simon, can you please check that this fixes your CB? The wrong udevice was passed to the fu

Re: [PATCH 0/3] rockchip: rk8xx: fix broken [np]ldo callbacks

2024-06-05 Thread Anand Moon
Hi Quentin, On Wed, 5 Jun 2024 at 15:03, Quentin Schulz wrote: > > This is for master branch, merge ASAP as it's known to break at least > Chromebook Jerry. > > @Simon, can you please check that this fixes your CB? > > The wrong udevice was passed to the functions, making them call the > pmic cal

[PATCH 0/3] rockchip: rk8xx: fix broken [np]ldo callbacks

2024-06-05 Thread Quentin Schulz
This is for master branch, merge ASAP as it's known to break at least Chromebook Jerry. @Simon, can you please check that this fixes your CB? The wrong udevice was passed to the functions, making them call the pmic callbacks on the parent of the pmic udevice instead of the pmic udevice itself. W