linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: Move common leds properties description to separate file.
@ 2012-11-15 21:51 Marek Belisko
  2012-11-15 22:36 ` Stephen Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Belisko @ 2012-11-15 21:51 UTC (permalink / raw)
  To: grant.likely, rob.herring, rob
  Cc: devicetree-discuss, linux-doc, linux-kernel, Marek Belisko

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 Documentation/devicetree/bindings/gpio/led.txt    |   14 ++++--------
 Documentation/devicetree/bindings/leds/common.txt |   24 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/common.txt

diff --git a/Documentation/devicetree/bindings/gpio/led.txt b/Documentation/devicetree/bindings/gpio/led.txt
index edc83c1..df1b308 100644
--- a/Documentation/devicetree/bindings/gpio/led.txt
+++ b/Documentation/devicetree/bindings/gpio/led.txt
@@ -10,16 +10,10 @@ LED sub-node properties:
 - gpios :  Should specify the LED's GPIO, see "gpios property" in
   Documentation/devicetree/bindings/gpio/gpio.txt.  Active low LEDs should be
   indicated using flags in the GPIO specifier.
-- label :  (optional) The label for this LED.  If omitted, the label is
-  taken from the node name (excluding the unit address).
-- linux,default-trigger :  (optional) This parameter, if present, is a
-  string defining the trigger assigned to the LED.  Current triggers are:
-    "backlight" - LED will act as a back-light, controlled by the framebuffer
-		  system
-    "default-on" - LED will turn on, but see "default-state" below
-    "heartbeat" - LED "double" flashes at a load average based rate
-    "ide-disk" - LED indicates disk activity
-    "timer" - LED flashes at a fixed, configurable rate
+- label :  (optional)
+  see Documentation/devicetree/bindings/leds/common.txt
+- linux,default-trigger :  (optional)
+  see Documentation/devicetree/bindings/leds/common.txt
 - default-state:  (optional) The initial state of the LED.  Valid
   values are "on", "off", and "keep".  If the LED is already on or off
   and the default-state property is set the to same value, then no
diff --git a/Documentation/devicetree/bindings/leds/common.txt b/Documentation/devicetree/bindings/leds/common.txt
new file mode 100644
index 0000000..0654693
--- /dev/null
+++ b/Documentation/devicetree/bindings/leds/common.txt
@@ -0,0 +1,24 @@
+Common leds properties.
+
+Optional properties for child nodes:
+- label : The label for this LED.  If omitted, the label is
+  taken from the node name (excluding the unit address).
+
+- linux,default-trigger :  This parameter, if present, is a
+    string defining the trigger assigned to the LED.  Current triggers are:
+     "backlight" - LED will act as a back-light, controlled by the framebuffer
+		   system
+     "default-on" - LED will turn on (but for leds-gpio see "default-state"
+		    property in Documentation/devicetree/bindings/gpio/led.txt)
+     "heartbeat" - LED "double" flashes at a load average based rate
+     "ide-disk" - LED indicates disk activity
+     "timer" - LED flashes at a fixed, configurable rate
+
+Examples:
+
+system-status {
+	label = "Status";
+	linux,default-trigger = "heartbeat";
+	...
+};
+
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: Move common leds properties description to separate file.
  2012-11-15 21:51 [PATCH] Documentation: Move common leds properties description to separate file Marek Belisko
@ 2012-11-15 22:36 ` Stephen Warren
  2012-11-21 15:21   ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2012-11-15 22:36 UTC (permalink / raw)
  To: Marek Belisko
  Cc: grant.likely, rob.herring, rob, devicetree-discuss, linux-kernel,
	linux-doc

On 11/15/2012 02:51 PM, Marek Belisko wrote:

A commit description might be nice. Aside from that,
Reviewed-by: Stephen Warren <swarren@nvidia.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: Move common leds properties description to separate file.
  2012-11-15 22:36 ` Stephen Warren
@ 2012-11-21 15:21   ` Grant Likely
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2012-11-21 15:21 UTC (permalink / raw)
  To: Stephen Warren, Marek Belisko
  Cc: rob.herring, rob, devicetree-discuss, linux-kernel, linux-doc

On Thu, 15 Nov 2012 15:36:34 -0700, Stephen Warren <swarren@wwwdotorg.org> wrote:
> On 11/15/2012 02:51 PM, Marek Belisko wrote:
> 
> A commit description might be nice. Aside from that,

Indeed. I've applied the patch and written a commit description, but please take pity on a poor maintainer and write propper commit messages in future patches.

Thanks,
g.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-21 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15 21:51 [PATCH] Documentation: Move common leds properties description to separate file Marek Belisko
2012-11-15 22:36 ` Stephen Warren
2012-11-21 15:21   ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).