Re: [PATCH v4 2/5] leds: Add helper for getting default pattern from Device Tree

2018-12-27 Thread Jacek Anaszewski
On 12/27/18 9:47 AM, Krzysztof Kozlowski wrote: On Tue, 18 Dec 2018 at 16:27, Krzysztof Kozlowski wrote: Multiple LED triggers might need to access default pattern so add a helper for that. Signed-off-by: Krzysztof Kozlowski --- drivers/leds/led-class.c | 42 +++

Re: [PATCH v4 2/5] leds: Add helper for getting default pattern from Device Tree

2018-12-27 Thread Krzysztof Kozlowski
On Tue, 18 Dec 2018 at 16:27, Krzysztof Kozlowski wrote: > > Multiple LED triggers might need to access default pattern so add a > helper for that. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/leds/led-class.c | 42 ++ As pointed out by 0day-ci t

[PATCH v4 2/5] leds: Add helper for getting default pattern from Device Tree

2018-12-18 Thread Krzysztof Kozlowski
Multiple LED triggers might need to access default pattern so add a helper for that. Signed-off-by: Krzysztof Kozlowski --- drivers/leds/led-class.c | 42 ++ include/linux/leds.h | 3 +++ 2 files changed, 45 insertions(+) diff --git a/drivers/leds/le