Re: [PATCH 08/11 v2] ARM: OMAP1: constify gpio_led

2018-07-02 Thread Tony Lindgren
* Arvind Yadav [171225 22:40]: > gpio_led are not supposed to change at runtime. > struct gpio_led_platform_data working with const gpio_led > provided by . So mark the non-const structs > as const. > > Signed-off-by: Arvind Yadav > --- > changes in v2: > The GPIO LED driver can be

Re: [PATCH 08/11 v2] ARM: OMAP1: constify gpio_led

2018-01-09 Thread Aaro Koskinen
On Tue, Dec 26, 2017 at 12:07:11PM +0530, Arvind Yadav wrote: > gpio_led are not supposed to change at runtime. > struct gpio_led_platform_data working with const gpio_led > provided by . So mark the non-const structs > as const. > > Signed-off-by: Arvind Yadav Acked-by: Aaro Koskinen A. > --

[PATCH 08/11 v2] ARM: OMAP1: constify gpio_led

2017-12-25 Thread Arvind Yadav
gpio_led are not supposed to change at runtime. struct gpio_led_platform_data working with const gpio_led provided by . So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- changes in v2: The GPIO LED driver can be built as a module, it can be loaded