Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-04-05 Thread Felipe Balbi
On Tue, Apr 05, 2011 at 03:00:11PM +0300, Ameya Palande wrote: > Hi Felipe, > > On 03/31/2011 06:44 PM, ext Felipe Balbi wrote: > >On Thu, Mar 31, 2011 at 06:30:32PM +0300, Ameya Palande wrote: > >>Hi Felipe, > >> > >>On 03/31/2011 05:26 PM, ext Felipe Balbi wrote: > >>>Hi, > >>> > >>>On Thu, Mar

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-04-05 Thread Ameya Palande
Hi Felipe, On 03/31/2011 06:44 PM, ext Felipe Balbi wrote: On Thu, Mar 31, 2011 at 06:30:32PM +0300, Ameya Palande wrote: Hi Felipe, On 03/31/2011 05:26 PM, ext Felipe Balbi wrote: Hi, On Thu, Mar 31, 2011 at 04:38:12PM +0300, Ameya Palande wrote: +static int rx51_lp5523_setup(void) +{ +

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-04-01 Thread Ameya Palande
Hi Felipe, On 03/31/2011 06:44 PM, ext Felipe Balbi wrote: On Thu, Mar 31, 2011 at 06:30:32PM +0300, Ameya Palande wrote: Hi Felipe, On 03/31/2011 05:26 PM, ext Felipe Balbi wrote: Hi, On Thu, Mar 31, 2011 at 04:38:12PM +0300, Ameya Palande wrote: +static int rx51_lp5523_setup(void) +{ +

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-03-31 Thread Felipe Balbi
On Thu, Mar 31, 2011 at 06:30:32PM +0300, Ameya Palande wrote: > Hi Felipe, > > On 03/31/2011 05:26 PM, ext Felipe Balbi wrote: > >Hi, > > > >On Thu, Mar 31, 2011 at 04:38:12PM +0300, Ameya Palande wrote: > >>+static int rx51_lp5523_setup(void) > >>+{ > >>+ int err; > >>+ > >>+ err = gpio_requ

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-03-31 Thread Ameya Palande
Hi Felipe, On 03/31/2011 05:26 PM, ext Felipe Balbi wrote: Hi, On Thu, Mar 31, 2011 at 04:38:12PM +0300, Ameya Palande wrote: +static int rx51_lp5523_setup(void) +{ + int err; + + err = gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT, + "lp5523_enable

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-03-31 Thread Felipe Balbi
Hi, On Thu, Mar 31, 2011 at 04:38:12PM +0300, Ameya Palande wrote: > +static int rx51_lp5523_setup(void) > +{ > + int err; > + > + err = gpio_request_one(RX51_LP5523_CHIP_EN_GPIO, GPIOF_DIR_OUT, > + "lp5523_enable"); > + if (err < 0) { > + pr_err("Unable

Re: [PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-03-31 Thread Jarkko Nikula
On Thu, 31 Mar 2011 16:38:12 +0300 Ameya Palande wrote: > Signed-off-by: Ameya Palande > Signed-off-by: Mathias Nyman > --- > arch/arm/mach-omap2/board-rx51-peripherals.c | 74 > ++ > 1 files changed, 74 insertions(+), 0 deletions(-) > Nice keyboard and rgb led blin

[PATCHv2] omap: rx51: Platform support for lp5523 led chip

2011-03-31 Thread Ameya Palande
Signed-off-by: Ameya Palande Signed-off-by: Mathias Nyman --- arch/arm/mach-omap2/board-rx51-peripherals.c | 74 ++ 1 files changed, 74 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals