diff mbox series

[leds] Documentation: leds: remove invalidated information

Message ID 20201019110808.10689-1-kabel@kernel.org
State New
Headers show
Series [leds] Documentation: leds: remove invalidated information | expand

Commit Message

Marek Behún Oct. 19, 2020, 11:08 a.m. UTC
The contents of the Future Development section of leds-class
Documentation was invalidated when support for LED-private triggers
was merged. Remove this section.

Signed-off-by: Marek Behún <kabel@kernel.org>
Fixes: 93690cdf3060 ("leds: trigger: add support for LED-private device...")
---
 Documentation/leds/leds-class.rst | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Pavel Machek Oct. 22, 2020, 10:06 a.m. UTC | #1
Hi!

> The contents of the Future Development section of leds-class

> Documentation was invalidated when support for LED-private triggers

> was merged. Remove this section.

> 

> Signed-off-by: Marek Behún <kabel@kernel.org>

> Fixes: 93690cdf3060 ("leds: trigger: add support for LED-private

> device...")


Okay, I can take this -- when -rc1 is released.

OTOH... having few lines there explaining that some triggers are just
for one LED might be nice... as a separate patch :-).

Best regards,
								Pavel
-- 
http://www.livejournal.com/~pavelmachek
Pavel Machek Oct. 26, 2020, 8:21 a.m. UTC | #2
On Mon 2020-10-19 13:08:08, Marek Behún wrote:
> The contents of the Future Development section of leds-class

> Documentation was invalidated when support for LED-private triggers

> was merged. Remove this section.


Thanks, applied.

Explanation in the same place how per-LED triggers are supposed to
work would be welcome :-).

Best regards,
								Pavel

> Signed-off-by: Marek Behún <kabel@kernel.org>

> Fixes: 93690cdf3060 ("leds: trigger: add support for LED-private device...")


-- 
http://www.livejournal.com/~pavelmachek
diff mbox series

Patch

diff --git a/Documentation/leds/leds-class.rst b/Documentation/leds/leds-class.rst
index a0708d3f3d0b..cd155ead8703 100644
--- a/Documentation/leds/leds-class.rst
+++ b/Documentation/leds/leds-class.rst
@@ -177,13 +177,3 @@  The LED Trigger core cannot be a module as the simple trigger functions
 would cause nightmare dependency issues. I see this as a minor issue
 compared to the benefits the simple trigger functionality brings. The
 rest of the LED subsystem can be modular.
-
-
-Future Development
-==================
-
-At the moment, a trigger can't be created specifically for a single LED.
-There are a number of cases where a trigger might only be mappable to a
-particular LED (ACPI?). The addition of triggers provided by the LED driver
-should cover this option and be possible to add without breaking the
-current interface.