Re: [RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-02 Thread Marek Behun
Hi On Tue, 2 Apr 2019 06:53:30 -0500 Dan Murphy wrote: > I agree there are other solutions. Better not so sure. > We keep kicking a solution down the road we have been talking about adding > something to the kernel > for almost 5 months now, but no one can decide what to do. > > How do we

Re: [RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-02 Thread Dan Murphy
Pavel Thanks for the comments On 4/1/19 4:27 PM, Pavel Machek wrote: > Hi! > >> +Under the "colors" directory there are two files created "sync" and >> +"sync_enable". The sync_enable file controls whether the LED brightness >> +value is set real time or if the LED brightness value setting is

Re: [RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-01 Thread Marek Behun
On Mon, 1 Apr 2019 23:27:10 +0200 Pavel Machek wrote: > One was discussed before -- have single file which contains > coefficients for r/g/b channels. That would somehow break the rule one file/one value. Although you could consider the whole color one value, that way it would not be broken...

Re: [RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-01 Thread Pavel Machek
Hi! > +Under the "colors" directory there are two files created "sync" and > +"sync_enable". The sync_enable file controls whether the LED brightness > +value is set real time or if the LED brightness value setting is deferred > until > +the "sync" file is written. If sync_enable is set then

Re: [RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-01 Thread Randy Dunlap
Hi, On 4/1/19 10:33 AM, Dan Murphy wrote: > Add the support documentation on the multicolor LED framework. > This document defines the directores and file generated by the directories and files > multicolor framework. It also documents usage. > > Signed-off-by: Dan

[RFC PATCH 3/5] documention: leds: Add multicolor class documentation

2019-04-01 Thread Dan Murphy
Add the support documentation on the multicolor LED framework. This document defines the directores and file generated by the multicolor framework. It also documents usage. Signed-off-by: Dan Murphy --- Documentation/leds/leds-class-multicolor.txt | 99 1 file changed, 99