Re: [PATCH v5 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-16 Thread Jacek Anaszewski
On 9/16/19 8:34 PM, Dan Murphy wrote: > Jacek > > On 9/15/19 11:20 AM, Jacek Anaszewski wrote: >> >>> + >>> +static int led_multicolor_init_color(struct led_classdev_mc_data *data, >>> + struct led_classdev_mc *mcled_cdev, >>> + int color_id, int

Re: [PATCH v5 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-16 Thread Dan Murphy
Jacek On 9/15/19 11:20 AM, Jacek Anaszewski wrote: + +static int led_multicolor_init_color(struct led_classdev_mc_data *data, +struct led_classdev_mc *mcled_cdev, +int color_id, int color_index) +{ + struct

Re: [PATCH v5 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-16 Thread Dan Murphy
Jacek On 9/15/19 11:20 AM, Jacek Anaszewski wrote: Dan, On 9/11/19 8:01 PM, Dan Murphy wrote: Introduce a multicolor class that groups colored LEDs within a LED node. The framework allows for dynamically setting individual LEDs or setting brightness levels of LEDs and updating them virtually

Re: [PATCH v5 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-15 Thread Jacek Anaszewski
Dan, On 9/11/19 8:01 PM, Dan Murphy wrote: > Introduce a multicolor class that groups colored LEDs > within a LED node. > > The framework allows for dynamically setting individual LEDs > or setting brightness levels of LEDs and updating them virtually > simultaneously. > > Signed-off-by: Dan

[PATCH v5 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-11 Thread Dan Murphy
Introduce a multicolor class that groups colored LEDs within a LED node. The framework allows for dynamically setting individual LEDs or setting brightness levels of LEDs and updating them virtually simultaneously. Signed-off-by: Dan Murphy --- drivers/leds/Kconfig | 10 +