RE: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-10-30 Thread Svyatoslav Ryhel
which was dropped as well. You have missed a 3 or 4 month of discussion. >> -Original Message- >> From: Simon Glass >> Sent: Wednesday, July 19, 2023 10:08 AM >> To: Svyatoslav Ryhel >> Cc: Jaehoon Chung ; Patrick Delaunay >> ; u- >> b...@list

RE: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-10-30 Thread Jaehoon Chung
u- > b...@lists.denx.de > Subject: Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour > > Hi Svyatoslav, > > On Sun, 16 Jul 2023 at 07:20, Svyatoslav Ryhel wrote: > > > > > > > > 16 липня 2023 р. 16:08:10 GMT+03:00, Simon Glass > > написав(-ла):

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-10-30 Thread Svyatoslav Ryhel
31 жовтня 2023 р. 07:03:17 GMT+02:00, Jaehoon Chung написав(-ла): >On 7/16/23 03:34, Svyatoslav Ryhel wrote: >> Currently device tree entries of regulators are completely >> ignored and regulators are probed only if they are called >> by the device which uses it. This results into two issues:

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-10-30 Thread Jaehoon Chung
On 7/16/23 03:34, Svyatoslav Ryhel wrote: > Currently device tree entries of regulators are completely > ignored and regulators are probed only if they are called > by the device which uses it. This results into two issues: > regulators which must run under boot-on or always-on mode > are ignored a

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-18 Thread Simon Glass
Hi Svyatoslav, On Sun, 16 Jul 2023 at 07:20, Svyatoslav Ryhel wrote: > > > > 16 липня 2023 р. 16:08:10 GMT+03:00, Simon Glass > написав(-ла): > >Hi Svyatoslav, > > > >On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote: > >> > >> > >> > >> 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass >

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-16 Thread Svyatoslav Ryhel
16 липня 2023 р. 16:08:10 GMT+03:00, Simon Glass написав(-ла): >Hi Svyatoslav, > >On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote: >> >> >> >> 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass >> написав(-ла): >> >Hi Svyatoslav, >> > >> >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel w

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-16 Thread Simon Glass
Hi Svyatoslav, On Sat, 15 Jul 2023 at 22:08, Svyatoslav Ryhel wrote: > > > > 16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass > написав(-ла): > >Hi Svyatoslav, > > > >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel wrote: > >> > >> Currently device tree entries of regulators are completely > >>

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-15 Thread Svyatoslav Ryhel
16 липня 2023 р. 02:40:37 GMT+03:00, Simon Glass написав(-ла): >Hi Svyatoslav, > >On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel wrote: >> >> Currently device tree entries of regulators are completely >> ignored and regulators are probed only if they are called >> by the device which uses it.

Re: [PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-15 Thread Simon Glass
Hi Svyatoslav, On Sat, 15 Jul 2023 at 12:34, Svyatoslav Ryhel wrote: > > Currently device tree entries of regulators are completely > ignored and regulators are probed only if they are called > by the device which uses it. This results into two issues: > regulators which must run under boot-on or

[PATCH v2 2/2] power: pmic: fix regulators behaviour

2023-07-15 Thread Svyatoslav Ryhel
Currently device tree entries of regulators are completely ignored and regulators are probed only if they are called by the device which uses it. This results into two issues: regulators which must run under boot-on or always-on mode are ignored and not enabled; dts props like voltage are not appli