Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Thierry Reding
On Mon, Apr 08, 2013 at 03:16:57PM -0700, Tony Lindgren wrote: * Thierry Reding thierry.red...@avionic-design.de [130408 15:01]: On Mon, Apr 08, 2013 at 02:46:24PM -0700, Tony Lindgren wrote: * Andrew Chew ac...@nvidia.com [130313 15:37]: The pwm-backlight driver now takes a mandatory

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Tony Lindgren
* Thierry Reding thierry.red...@avionic-design.de [130409 01:00]: On Mon, Apr 08, 2013 at 03:16:57PM -0700, Tony Lindgren wrote: * Thierry Reding thierry.red...@avionic-design.de [130408 15:01]: On Mon, Apr 08, 2013 at 02:46:24PM -0700, Tony Lindgren wrote: * Andrew Chew ac...@nvidia.com

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Thierry Reding
On Tue, Apr 09, 2013 at 09:40:04AM -0700, Tony Lindgren wrote: [...] But then the regulator is not found and the driver should just exit, or do nothing. If this is an optional regulator, then that should be indicated in some platform data flags? Yes, if the regulator isn't found then the

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Tony Lindgren
* Thierry Reding thierry.red...@avionic-design.de [130409 12:45]: On Tue, Apr 09, 2013 at 09:40:04AM -0700, Tony Lindgren wrote: [...] But then the regulator is not found and the driver should just exit, or do nothing. If this is an optional regulator, then that should be indicated in some

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Thierry Reding
On Tue, Apr 09, 2013 at 01:17:46PM -0700, Tony Lindgren wrote: * Thierry Reding thierry.red...@avionic-design.de [130409 12:45]: On Tue, Apr 09, 2013 at 09:40:04AM -0700, Tony Lindgren wrote: [...] But then the regulator is not found and the driver should just exit, or do nothing. If

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-09 Thread Tony Lindgren
* Thierry Reding thierry.red...@avionic-design.de [130409 14:01]: On Tue, Apr 09, 2013 at 01:17:46PM -0700, Tony Lindgren wrote: * Thierry Reding thierry.red...@avionic-design.de [130409 12:45]: On Tue, Apr 09, 2013 at 09:40:04AM -0700, Tony Lindgren wrote: [...] But then the

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-08 Thread Tony Lindgren
* Andrew Chew ac...@nvidia.com [130313 15:37]: The pwm-backlight driver now takes a mandatory regulator that is gotten during driver probe. Initialize a dummy regulator to satisfy this requirement. Signed-off-by: Andrew Chew ac...@nvidia.com --- Changed the device name of the backlight

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-08 Thread Thierry Reding
On Mon, Apr 08, 2013 at 02:46:24PM -0700, Tony Lindgren wrote: * Andrew Chew ac...@nvidia.com [130313 15:37]: The pwm-backlight driver now takes a mandatory regulator that is gotten during driver probe. Initialize a dummy regulator to satisfy this requirement. Signed-off-by: Andrew

Re: [PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-04-08 Thread Tony Lindgren
* Thierry Reding thierry.red...@avionic-design.de [130408 15:01]: On Mon, Apr 08, 2013 at 02:46:24PM -0700, Tony Lindgren wrote: * Andrew Chew ac...@nvidia.com [130313 15:37]: The pwm-backlight driver now takes a mandatory regulator that is gotten during driver probe. Initialize a dummy

[PATCH V3 1/2] ARM: OMAP: board-4430sdp: Provide regulator to pwm-backlight

2013-03-13 Thread Andrew Chew
The pwm-backlight driver now takes a mandatory regulator that is gotten during driver probe. Initialize a dummy regulator to satisfy this requirement. Signed-off-by: Andrew Chew ac...@nvidia.com --- Changed the device name of the backlight regulator supply to pwm-backlight, per Peter's comment.