Re: [PATCH RESEND 0/4] regulator: debugging and fixing supply deps

2020-11-13 Thread Ahmad Fatoum
CC += linux-stm32 as other STM32MP1 boards are also affected. On 11/13/20 12:19 PM, Ahmad Fatoum wrote: > Hello Michał, > > On 11/13/20 1:20 AM, Michał Mirosław wrote: >> It turns out that commit aea6cb99703e ("regulator: resolve supply >> after creating regulator") exposed a number of issues in

Re: [PATCH RESEND 0/4] regulator: debugging and fixing supply deps

2020-11-13 Thread Ahmad Fatoum
Hello Michał, On 11/13/20 1:20 AM, Michał Mirosław wrote: > It turns out that commit aea6cb99703e ("regulator: resolve supply > after creating regulator") exposed a number of issues in regulator > initialization and introduced a memory leak of its own. One uncovered > problem was already fixed by

[PATCH RESEND 0/4] regulator: debugging and fixing supply deps

2020-11-12 Thread Michał Mirosław
It turns out that commit aea6cb99703e ("regulator: resolve supply after creating regulator") exposed a number of issues in regulator initialization and introduced a memory leak of its own. One uncovered problem was already fixed by cf1ad559a20d ("regulator: defer probe when trying to get voltage