Re: [PATCH] RX-51: Add missing max_current to rx51_lp5523_led_config

2013-09-19 Thread Pali Rohár
On Thursday 19 September 2013 00:26:43 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130918 15:02]: Without max_current data in board file lp5523 driver does not change current. Hmm is this a regression or are there other reasons to merge this during the -rc cycle? I think

Re: [PATCH] RX-51: Add missing max_current to rx51_lp5523_led_config

2013-09-19 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [130919 14:10]: On Thursday 19 September 2013 00:26:43 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130918 15:02]: Without max_current data in board file lp5523 driver does not change current. Hmm is this a regression or are there other

Re: [PATCH] RX-51: Add missing max_current to rx51_lp5523_led_config

2013-09-19 Thread Pali Rohár
On Thursday 19 September 2013 23:29:22 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130919 14:10]: On Thursday 19 September 2013 00:26:43 Tony Lindgren wrote: * Pali Rohár pali.ro...@gmail.com [130918 15:02]: Without max_current data in board file lp5523 driver does not

[PATCH] RX-51: Add missing max_current to rx51_lp5523_led_config

2013-09-18 Thread Pali Rohár
Without max_current data in board file lp5523 driver does not change current. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c

Re: [PATCH] RX-51: Add missing max_current to rx51_lp5523_led_config

2013-09-18 Thread Tony Lindgren
* Pali Rohár pali.ro...@gmail.com [130918 15:02]: Without max_current data in board file lp5523 driver does not change current. Hmm is this a regression or are there other reasons to merge this during the -rc cycle? Regards, Tony Signed-off-by: Pali Rohár pali.ro...@gmail.com ---