Thread (28 messages) 28 messages, 6 authors, 2015-04-02

Re: [PATCH/RFC v13 02/13] dt-binding: leds: Add common LED DT bindings macros

From: Bryan Wu <hidden>
Date: 2015-03-18 01:34:17
Also in: linux-leds, linux-media, lkml

On Thu, Mar 12, 2015 at 8:45 AM, Jacek Anaszewski
[off-list ref] wrote:
Add macros for defining boost mode and trigger type properties
of flash LED devices.
Applied, thanks,
-Bryan
quoted hunk ↗ jump to hunk
Signed-off-by: Jacek Anaszewski <redacted>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Bryan Wu <redacted>
Cc: Richard Purdie <redacted>
---
 include/dt-bindings/leds/common.h |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 include/dt-bindings/leds/common.h
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
new file mode 100644
index 0000000..79fcef7
--- /dev/null
+++ b/include/dt-bindings/leds/common.h
@@ -0,0 +1,21 @@
+/*
+ * This header provides macros for the common LEDs device tree bindings.
+ *
+ * Copyright (C) 2015, Samsung Electronics Co., Ltd.
+ *
+ * Author: Jacek Anaszewski <j.anaszewski@samsung.com>
+ */
+
+#ifndef __DT_BINDINGS_LEDS_H__
+#define __DT_BINDINGS_LEDS_H
+
+/* External trigger type */
+#define LEDS_TRIG_TYPE_EDGE    0
+#define LEDS_TRIG_TYPE_LEVEL   1
+
+/* Boost modes */
+#define LEDS_BOOST_OFF         0
+#define LEDS_BOOST_ADAPTIVE    1
+#define LEDS_BOOST_FIXED       2
+
+#endif /* __DT_BINDINGS_LEDS_H */
--
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help