Re: [PATCH v4 1/2] regulator: implement basic reference counter

2023-04-12 Thread Jonas Karlman
Hi Eugen, On 2023-04-03 11:59, Eugen Hristev wrote: > On 4/2/23 13:45, Jonas Karlman wrote: >> Hi Eugen, >> >> On 2023-03-31 11:15, Eugen Hristev wrote: >>> Some devices share a regulator supply, when the first one will request >>> regulator disable, the second device will have it's supply cut off

Re: [PATCH v4 1/2] regulator: implement basic reference counter

2023-04-03 Thread Eugen Hristev
On 4/2/23 13:45, Jonas Karlman wrote: Hi Eugen, On 2023-03-31 11:15, Eugen Hristev wrote: Some devices share a regulator supply, when the first one will request regulator disable, the second device will have it's supply cut off before graciously shutting down. Hence there will be timeouts and o

Re: [PATCH v4 1/2] regulator: implement basic reference counter

2023-04-02 Thread Jonas Karlman
Hi Eugen, On 2023-03-31 11:15, Eugen Hristev wrote: > Some devices share a regulator supply, when the first one will request > regulator disable, the second device will have it's supply cut off before > graciously shutting down. Hence there will be timeouts and other failed > operations. > Impleme

[PATCH v4 1/2] regulator: implement basic reference counter

2023-03-31 Thread Eugen Hristev
Some devices share a regulator supply, when the first one will request regulator disable, the second device will have it's supply cut off before graciously shutting down. Hence there will be timeouts and other failed operations. Implement a reference counter mechanism similar with what is done in L