Re: [PATCH] backlight: lp855x: use private data for regulator control

2015-07-09 Thread Sean Paul
On Mon, Jul 6, 2015 at 2:54 AM, Lee Jones wrote: > On Sun, 05 Jul 2015, Jingoo Han wrote: > >> On Tuesday, June 30, 2015 3:16 PM, Milo Kim wrote: >> > >> > LP855x backlight device can be enabled by external VDD input. >> > The 'supply' data is used for this purpose. >> > It's kind of private data

Re: [PATCH] backlight: lp855x: use private data for regulator control

2015-07-06 Thread Jingoo Han
On 2015. 7. 6., at PM 3:54, Lee Jones wrote: > >> On Sun, 05 Jul 2015, Jingoo Han wrote: >> >>> On Tuesday, June 30, 2015 3:16 PM, Milo Kim wrote: >>> >>> LP855x backlight device can be enabled by external VDD input. >>> The 'supply' data is used for this purpose. >>> It's kind of private data

Re: [PATCH] backlight: lp855x: use private data for regulator control

2015-07-05 Thread Lee Jones
On Sun, 05 Jul 2015, Jingoo Han wrote: > On Tuesday, June 30, 2015 3:16 PM, Milo Kim wrote: > > > > LP855x backlight device can be enabled by external VDD input. > > The 'supply' data is used for this purpose. > > It's kind of private data which runs internally, so there is no reason to > > expos

Re: [PATCH] backlight: lp855x: use private data for regulator control

2015-07-05 Thread Jingoo Han
On Tuesday, June 30, 2015 3:16 PM, Milo Kim wrote: > > LP855x backlight device can be enabled by external VDD input. > The 'supply' data is used for this purpose. > It's kind of private data which runs internally, so there is no reason to > expose to the platform data. > > And LP855x DT property,

[PATCH] backlight: lp855x: use private data for regulator control

2015-06-29 Thread Milo Kim
LP855x backlight device can be enabled by external VDD input. The 'supply' data is used for this purpose. It's kind of private data which runs internally, so there is no reason to expose to the platform data. And LP855x DT property, 'power-supply' is unnecessary. If a regulator is registered corre