Re: [PATCH v2] led: add function naming option from linux

2025-01-22 Thread Heiko Schocher
Hi Tom, On 22.01.25 15:14, Tom Rini wrote: On Wed, Jan 22, 2025 at 01:12:01PM +0100, Heiko Schocher wrote: in linux we have the option to create the name of a led optionally through the following properties: - function - color - function-enumerator This patch adds support for parsing this pr

Re: [PATCH v2] led: add function naming option from linux

2025-01-22 Thread Tom Rini
On Wed, Jan 22, 2025 at 01:12:01PM +0100, Heiko Schocher wrote: > in linux we have the option to create the name of a led > optionally through the following properties: > > - function > - color > - function-enumerator > > This patch adds support for parsing this properties if there > is no label

[PATCH v2] led: add function naming option from linux

2025-01-22 Thread Heiko Schocher
in linux we have the option to create the name of a led optionally through the following properties: - function - color - function-enumerator This patch adds support for parsing this properties if there is no label property. To be as close as possible to linux import the following files from it: