Re: [PATCH v14 04/19] leds: multicolor: Introduce a multicolor class definition

2019-10-23 Thread Dan Murphy
On 10/18/19 4:44 PM, Jacek Anaszewski wrote: Dan, Thank you for the update. On 10/18/19 2:25 PM, Dan Murphy wrote: Introduce a multicolor class that groups colored LEDs within a LED node. The multi color class groups monochrome LEDs and allows controlling two aspects of the final combined c

Re: [PATCH v14 04/19] leds: multicolor: Introduce a multicolor class definition

2019-10-18 Thread Jacek Anaszewski
Dan, Thank you for the update. On 10/18/19 2:25 PM, Dan Murphy wrote: > Introduce a multicolor class that groups colored LEDs > within a LED node. > > The multi color class groups monochrome LEDs and allows controlling two > aspects of the final combined color: hue and lightness. The former is >

[PATCH v14 04/19] leds: multicolor: Introduce a multicolor class definition

2019-10-18 Thread Dan Murphy
Introduce a multicolor class that groups colored LEDs within a LED node. The multi color class groups monochrome LEDs and allows controlling two aspects of the final combined color: hue and lightness. The former is controlled via _intensity files and the latter is controlled via brightness file.