Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-29 Thread Tony Lindgren
* Linus Walleij [181114 12:51]: > On Tue, Nov 6, 2018 at 12:22 AM Janusz Krzysztofik > wrote: > > > Global GPIO numbers no longer have to be passed to leds-gpio driver, > > replace their assignment with a lookup table. > > > > Signed-off-by: Janusz Krzysztofik > > Excellent Janusz! :) >

Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-29 Thread Tony Lindgren
* Linus Walleij [181114 12:51]: > On Tue, Nov 6, 2018 at 12:22 AM Janusz Krzysztofik > wrote: > > > Global GPIO numbers no longer have to be passed to leds-gpio driver, > > replace their assignment with a lookup table. > > > > Signed-off-by: Janusz Krzysztofik > > Excellent Janusz! :) >

Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-14 Thread Linus Walleij
On Tue, Nov 6, 2018 at 12:22 AM Janusz Krzysztofik wrote: > Global GPIO numbers no longer have to be passed to leds-gpio driver, > replace their assignment with a lookup table. > > Signed-off-by: Janusz Krzysztofik Excellent Janusz! :) Reviewed-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-14 Thread Linus Walleij
On Tue, Nov 6, 2018 at 12:22 AM Janusz Krzysztofik wrote: > Global GPIO numbers no longer have to be passed to leds-gpio driver, > replace their assignment with a lookup table. > > Signed-off-by: Janusz Krzysztofik Excellent Janusz! :) Reviewed-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-11 Thread Pavel Machek
On Tue 2018-11-06 00:23:49, Janusz Krzysztofik wrote: > Global GPIO numbers no longer have to be passed to leds-gpio driver, > replace their assignment with a lookup table. > > Signed-off-by: Janusz Krzysztofik Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek

Re: [PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-11 Thread Pavel Machek
On Tue 2018-11-06 00:23:49, Janusz Krzysztofik wrote: > Global GPIO numbers no longer have to be passed to leds-gpio driver, > replace their assignment with a lookup table. > > Signed-off-by: Janusz Krzysztofik Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek

[PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-05 Thread Janusz Krzysztofik
Global GPIO numbers no longer have to be passed to leds-gpio driver, replace their assignment with a lookup table. Signed-off-by: Janusz Krzysztofik --- arch/arm/mach-omap1/board-ams-delta.c | 95 ++- 1 file changed, 26 insertions(+), 69 deletions(-) diff --git

[PATCH] ARM: OMAP1: ams-delta: Provide GPIO lookup table for LED device

2018-11-05 Thread Janusz Krzysztofik
Global GPIO numbers no longer have to be passed to leds-gpio driver, replace their assignment with a lookup table. Signed-off-by: Janusz Krzysztofik --- arch/arm/mach-omap1/board-ams-delta.c | 95 ++- 1 file changed, 26 insertions(+), 69 deletions(-) diff --git