Re: [PATCH RFC v2 2/2] simplefb: Claim and enable regulators

2015-10-21 Thread Hans de Goede
Hi, On 21-10-15 10:04, Chen-Yu Tsai wrote: Hi, On Wed, Oct 21, 2015 at 3:54 PM, Hans de Goede wrote: Hi, On 21-10-15 07:59, Chen-Yu Tsai wrote: This claims and enables regulators listed in the simple framebuffer dt node. This is needed so that regulators powering the display pipeline and

Re: [PATCH RFC v2 2/2] simplefb: Claim and enable regulators

2015-10-21 Thread Chen-Yu Tsai
Hi, On Wed, Oct 21, 2015 at 3:54 PM, Hans de Goede wrote: > Hi, > > > On 21-10-15 07:59, Chen-Yu Tsai wrote: >> >> This claims and enables regulators listed in the simple framebuffer dt >> node. This is needed so that regulators powering the display pipeline >> and external hardware, described in

Re: [PATCH RFC v2 2/2] simplefb: Claim and enable regulators

2015-10-21 Thread Hans de Goede
Hi, On 21-10-15 07:59, Chen-Yu Tsai wrote: This claims and enables regulators listed in the simple framebuffer dt node. This is needed so that regulators powering the display pipeline and external hardware, described in the device node and known by the kernel code, will remain properly enabled.

[PATCH RFC v2 2/2] simplefb: Claim and enable regulators

2015-10-20 Thread Chen-Yu Tsai
This claims and enables regulators listed in the simple framebuffer dt node. This is needed so that regulators powering the display pipeline and external hardware, described in the device node and known by the kernel code, will remain properly enabled. Signed-off-by: Chen-Yu Tsai --- drivers/vid