Re: [PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-04-04 Thread Pavel Machek
> > > > > +- function: LED functon. Use one of the LED_FUNCTION_* prefixed > > > > > definitions > > > > > +    from the header include/dt-bindings/leds/common.h. > > > > > +    If there is no matching LED_FUNCTION available, add a new > > > > > one. > > > > > +- color : Color of the

Re: [PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-03-27 Thread Rob Herring
On Tue, Mar 12, 2019 at 05:43:11PM +0100, Jacek Anaszewski wrote: > On 3/11/19 6:24 PM, Jacek Anaszewski wrote: > > Dan, > > > > On 3/11/19 1:26 PM, Dan Murphy wrote: > > > On 3/10/19 1:28 PM, Jacek Anaszewski wrote: > > > > Introduce dedicated properties for conveying information about > > > >

Re: [PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-03-12 Thread Jacek Anaszewski
On 3/11/19 6:24 PM, Jacek Anaszewski wrote: Dan, On 3/11/19 1:26 PM, Dan Murphy wrote: On 3/10/19 1:28 PM, Jacek Anaszewski wrote: Introduce dedicated properties for conveying information about LED function and color. Mark old "label" property as deprecated. Signed-off-by: Jacek Anaszewski

Re: [PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-03-11 Thread Jacek Anaszewski
Dan, On 3/11/19 1:26 PM, Dan Murphy wrote: On 3/10/19 1:28 PM, Jacek Anaszewski wrote: Introduce dedicated properties for conveying information about LED function and color. Mark old "label" property as deprecated. Signed-off-by: Jacek Anaszewski Cc: Baolin Wang Cc: Daniel Mack Cc: Dan

Re: [PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-03-11 Thread Dan Murphy
On 3/10/19 1:28 PM, Jacek Anaszewski wrote: > Introduce dedicated properties for conveying information about > LED function and color. Mark old "label" property as deprecated. > > Signed-off-by: Jacek Anaszewski > Cc: Baolin Wang > Cc: Daniel Mack > Cc: Dan Murphy > Cc: Linus Walleij > Cc:

[PATCH 05/25] dt-bindings: leds: Add function and color properties

2019-03-10 Thread Jacek Anaszewski
Introduce dedicated properties for conveying information about LED function and color. Mark old "label" property as deprecated. Signed-off-by: Jacek Anaszewski Cc: Baolin Wang Cc: Daniel Mack Cc: Dan Murphy Cc: Linus Walleij Cc: Oleh Kravchenko Cc: Sakari Ailus Cc: Simon Shields ---