Re: [RFC] regulator: Shared regulators (configured by bootloader)

2017-06-19 Thread Mark Brown
On Fri, Jun 16, 2017 at 03:29:17PM +0530, Viresh Kumar wrote: > Yes, but there can be weird dependencies between different components that > want > to interact. For example a supply shared between LCD and I2C controller (Not > sure if such configurations are there in any of the hardware we have),

Re: [RFC] regulator: Shared regulators (configured by bootloader)

2017-06-16 Thread Viresh Kumar
On 14-06-17, 18:13, Mark Brown wrote: > On Mon, May 15, 2017 at 04:17:13PM +0530, Viresh Kumar wrote: > > > I think you need to be looking at some combination of getting the > > > devices you're interested in started up early and more precisely > > > describing the end result you're trying to achi

Re: [RFC] regulator: Shared regulators (configured by bootloader)

2017-06-14 Thread Mark Brown
On Mon, May 15, 2017 at 04:17:13PM +0530, Viresh Kumar wrote: > On 14-05-17, 18:30, Mark Brown wrote: > > On Mon, May 08, 2017 at 03:51:02PM +0530, Viresh Kumar wrote: > > > I am looking to solve a problem faced by some of the Qualcomm > > > platforms and want your suggestions on how should we fix

Re: [RFC] regulator: Shared regulators (configured by bootloader)

2017-05-15 Thread Viresh Kumar
On 14-05-17, 18:30, Mark Brown wrote: > On Mon, May 08, 2017 at 03:51:02PM +0530, Viresh Kumar wrote: > > > I am looking to solve a problem faced by some of the Qualcomm > > platforms and want your suggestions on how should we fix it. One of my > > ex-colleague tried to solve [1] this problem but

Re: [RFC] regulator: Shared regulators (configured by bootloader)

2017-05-15 Thread Mark Brown
On Mon, May 08, 2017 at 03:51:02PM +0530, Viresh Kumar wrote: > I am looking to solve a problem faced by some of the Qualcomm > platforms and want your suggestions on how should we fix it. One of my > ex-colleague tried to solve [1] this problem but that thread never > concluded (and I don't reall

[RFC] regulator: Shared regulators (configured by bootloader)

2017-05-08 Thread Viresh Kumar
Hi Mark/Liam, I am looking to solve a problem faced by some of the Qualcomm platforms and want your suggestions on how should we fix it. One of my ex-colleague tried to solve [1] this problem but that thread never concluded (and I don't really agree with the solution it offered). Problem stateme