Re: [PATCH v30 04/16] leds: Add multicolor ID to the color ID list

2020-07-15 Thread Marek Behún
On Wed, 15 Jul 2020 19:36:10 +0200 Pavel Machek wrote: > Thanks for patches, thanks for reviews, 1-4 applied. > Pavel The most important one is 5th, though :D

Re: [PATCH v30 04/16] leds: Add multicolor ID to the color ID list

2020-07-15 Thread Pavel Machek
On Wed 2020-07-15 15:20:56, Marek Behún wrote: > On Mon, 13 Jul 2020 10:45:32 -0500 > Dan Murphy wrote: > > > Add a new color ID that is declared as MULTICOLOR as with the > > multicolor framework declaring a definitive color is not accurate > > as the node can contain multiple colors. > > > > S

Re: [PATCH v30 04/16] leds: Add multicolor ID to the color ID list

2020-07-15 Thread Marek Behún
On Mon, 13 Jul 2020 10:45:32 -0500 Dan Murphy wrote: > Add a new color ID that is declared as MULTICOLOR as with the > multicolor framework declaring a definitive color is not accurate > as the node can contain multiple colors. > > Signed-off-by: Dan Murphy > --- > drivers/leds/led-core.c | 1

[PATCH v30 04/16] leds: Add multicolor ID to the color ID list

2020-07-13 Thread Dan Murphy
Add a new color ID that is declared as MULTICOLOR as with the multicolor framework declaring a definitive color is not accurate as the node can contain multiple colors. Signed-off-by: Dan Murphy --- drivers/leds/led-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/leds/led-core