Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-15 Thread Jingoo Han
On Tuesday, April 16, 2013 8:07 AM, Andrew Morton wrote: > > On Thu, 11 Apr 2013 13:24:50 -0700 Andrew Bresticker > wrote: > > > Platform LCD devices may need to do some device-specific > > initialization before they can be used (regulator or GPIO setup, > > for example), but currently the

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-15 Thread Andrew Morton
On Thu, 11 Apr 2013 13:24:50 -0700 Andrew Bresticker wrote: > Platform LCD devices may need to do some device-specific > initialization before they can be used (regulator or GPIO setup, > for example), but currently the driver does not support any way of > doing this. This patch adds a probe()

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-15 Thread Andrew Morton
On Thu, 11 Apr 2013 13:24:50 -0700 Andrew Bresticker abres...@chromium.org wrote: Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this. This

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-15 Thread Jingoo Han
On Tuesday, April 16, 2013 8:07 AM, Andrew Morton wrote: On Thu, 11 Apr 2013 13:24:50 -0700 Andrew Bresticker abres...@chromium.org wrote: Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-14 Thread Jingoo Han
On Friday, April 12, 2013 5:25 AM, Andrew Bresticker wrote: > > Platform LCD devices may need to do some device-specific > initialization before they can be used (regulator or GPIO setup, > for example), but currently the driver does not support any way of > doing this. This patch adds a probe()

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-14 Thread Jingoo Han
On Friday, April 12, 2013 5:25 AM, Andrew Bresticker wrote: Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this. This patch adds a probe()

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Doug Anderson
Andrew, On Thu, Apr 11, 2013 at 1:24 PM, Andrew Bresticker wrote: > Platform LCD devices may need to do some device-specific > initialization before they can be used (regulator or GPIO setup, > for example), but currently the driver does not support any way of > doing this. This patch adds a

[PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Andrew Bresticker
Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this. This patch adds a probe() callback to plat_lcd_data which platform LCD devices can set to

[PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Andrew Bresticker
Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this. This patch adds a probe() callback to plat_lcd_data which platform LCD devices can set to

Re: [PATCH v2] backlight: platform_lcd: introduce probe callback

2013-04-11 Thread Doug Anderson
Andrew, On Thu, Apr 11, 2013 at 1:24 PM, Andrew Bresticker abres...@chromium.org wrote: Platform LCD devices may need to do some device-specific initialization before they can be used (regulator or GPIO setup, for example), but currently the driver does not support any way of doing this.