Re: [PATCH v9 17/24] ACPI: Document how to refer to LEDs from remote nodes

2017-09-09 Thread Pavel Machek
On Fri 2017-09-08 16:18:15, Sakari Ailus wrote: > Document referring to LEDs from remote device nodes, such as from camera > sensors. > > Signed-off-by: Sakari Ailus > diff --git a/Documentation/acpi/dsd/leds.txt b/Documentation/acpi/dsd/leds.txt > new file mode 100644 > index ..6217

Re: [PATCH v9 17/24] ACPI: Document how to refer to LEDs from remote nodes

2017-09-08 Thread Mika Westerberg
On Fri, Sep 08, 2017 at 04:54:07PM +0300, Sakari Ailus wrote: > On Fri, Sep 08, 2017 at 04:43:20PM +0300, Mika Westerberg wrote: > > On Fri, Sep 08, 2017 at 04:18:15PM +0300, Sakari Ailus wrote: > > > + Device (LED) > > > + { > > > + Name ((_DSD), Package () { > > > + ToUUID

Re: [PATCH v9 17/24] ACPI: Document how to refer to LEDs from remote nodes

2017-09-08 Thread Sakari Ailus
On Fri, Sep 08, 2017 at 04:43:20PM +0300, Mika Westerberg wrote: > On Fri, Sep 08, 2017 at 04:18:15PM +0300, Sakari Ailus wrote: > > + Device (LED) > > + { > > + Name ((_DSD), Package () { > > + ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), > > +

Re: [PATCH v9 17/24] ACPI: Document how to refer to LEDs from remote nodes

2017-09-08 Thread Mika Westerberg
On Fri, Sep 08, 2017 at 04:18:15PM +0300, Sakari Ailus wrote: > + Device (LED) > + { > + Name ((_DSD), Package () { > + ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"), > + Package () { > + Package () { "led0", "

[PATCH v9 17/24] ACPI: Document how to refer to LEDs from remote nodes

2017-09-08 Thread Sakari Ailus
Document referring to LEDs from remote device nodes, such as from camera sensors. Signed-off-by: Sakari Ailus --- Documentation/acpi/dsd/leds.txt | 92 + 1 file changed, 92 insertions(+) create mode 100644 Documentation/acpi/dsd/leds.txt diff --git a/Doc