From: Marek BehĂșn Date: Mon, 19 Oct 2020 11:08:08 +0000 (+0200) Subject: Documentation: leds: remove invalidated information X-Git-Tag: accepted/tizen/unified/20230118.172025~8251^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12ec7e56ce95d7b6fd4cd74e634c1181e2b424e1;p=platform%2Fkernel%2Flinux-rpi.git Documentation: leds: remove invalidated information 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 Fixes: 93690cdf3060 ("leds: trigger: add support for LED-private device...") Signed-off-by: Pavel Machek --- diff --git a/Documentation/leds/leds-class.rst b/Documentation/leds/leds-class.rst index a0708d3..cd155ea 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.