Re: [U-Boot] [PATCH] power: rk8xx: fix auto-allocation of priv

2017-05-14 Thread Mark Kettenis
> The recent changes to the RK808 driver caused our BSP to sync-abort in > the regulator framework, when setting (or rather 'auto-setting') some > of the LDOs. > > Turns out that the auto-allocation of the priv-structure in the rk8xx > driver was never properly wired up... this commit fixes this i

Re: [U-Boot] [PATCH] power: rk8xx: fix auto-allocation of priv

2017-05-07 Thread Jacob Chen
Hi, 2017-05-06 3:28 GMT+08:00 Philipp Tomsich : > The recent changes to the RK808 driver caused our BSP to sync-abort in > the regulator framework, when setting (or rather 'auto-setting') some > of the LDOs. > > Turns out that the auto-allocation of the priv-structure in the rk8xx > driver was nev

[U-Boot] [PATCH] power: rk8xx: fix auto-allocation of priv

2017-05-05 Thread Philipp Tomsich
The recent changes to the RK808 driver caused our BSP to sync-abort in the regulator framework, when setting (or rather 'auto-setting') some of the LDOs. Turns out that the auto-allocation of the priv-structure in the rk8xx driver was never properly wired up... this commit fixes this issue by sett