Re: [PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-19 Thread Hans de Goede
Hi, On 18-10-15 21:57, Mark Brown wrote: On Wed, Oct 14, 2015 at 01:31:52PM +0200, Hans de Goede wrote: I like your idea in your other mail where you suggest to actually use foo-supply and bar-supply names in the simplefb node, and then have some code simple iterate over all the properties and

Re: [PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-18 Thread Mark Brown
On Wed, Oct 14, 2015 at 01:31:52PM +0200, Hans de Goede wrote: > I like your idea in your other mail where you suggest to actually > use foo-supply and bar-supply names in the simplefb node, and then have > some code simple iterate over all the properties and check for *-supply > properties, so th

Re: [PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-14 Thread Hans de Goede
Hi, On 14-10-15 12:55, Mark Brown wrote: On Tue, Oct 13, 2015 at 09:16:56AM +0200, Hans de Goede wrote: On 12-10-15 19:04, Chen-Yu Tsai wrote: Now the DT bindings don't support a list of regulators directly, so I'm working around it by having a "num-supplies" property to specify the number o

Re: [PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-14 Thread Mark Brown
On Tue, Oct 13, 2015 at 09:16:56AM +0200, Hans de Goede wrote: > On 12-10-15 19:04, Chen-Yu Tsai wrote: > >Now the DT bindings don't support a list of regulators directly, so > >I'm working around it by having a "num-supplies" property to specify > >the number of supply properties to check, and na

Re: [PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-13 Thread Hans de Goede
Hi, On 12-10-15 19:04, Chen-Yu Tsai wrote: Hi everyone, This series adds regulator claiming and enabling support for simplefb. Sometimes the simplefb display output path consits of external conversion chips and/or LCD drivers and backlights. These devices normally have GPIOs to turn them on an

[PATCH RFC 0/2] simplefb: Add regulator handling support

2015-10-12 Thread Chen-Yu Tsai
Hi everyone, This series adds regulator claiming and enabling support for simplefb. Sometimes the simplefb display output path consits of external conversion chips and/or LCD drivers and backlights. These devices normally have GPIOs to turn them on and/or bring them out of reset, and regulators s