All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] devicetree: xilinx-xadc: Add optional xlnx,extend-name property
@ 2015-05-07 22:44 ` Xander Huff
  0 siblings, 0 replies; 36+ messages in thread
From: Xander Huff @ 2015-05-07 22:44 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak
  Cc: michal.simek, soren.brinkmann, jic23, knaack.h, lars, pmeerw,
	devicetree, linux-arm-kernel, linux-iio, ben.shelton, joshc,
	joe.hershberger, Xander Huff

To better facilitate user-mode access to optional aux channels, allow
device trees to specify a custom extended name for defined channels.

Signed-off-by: Xander Huff <xander.huff@ni.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Josh Cartwright <joshc@ni.com>
--
Natinst-ReviewBoard-ID: 97119
---
 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt b/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
index d71258e..4c5a60b 100644
--- a/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
+++ b/Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
@@ -68,6 +68,8 @@ Optional properties:
 			  Note each channel number should only be used at most
 			  once.
 		Optional properties:
+			* xlnx,extend-name: Custom extended name for the
+			  channel.
 			* xlnx,bipolar: If set the channel is used in bipolar
 			  mode.
 
@@ -107,6 +109,7 @@ Examples:
 			#size-cells = <0>;
 			channel@0 {
 				reg = <0>;
+				xlnx,extend-name = "vin_v";
 				xlnx,bipolar;
 			};
 		};
-- 
1.9.1

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

end of thread, other threads:[~2015-06-14 11:20 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 22:44 [PATCH 1/2] devicetree: xilinx-xadc: Add optional xlnx,extend-name property Xander Huff
2015-05-07 22:44 ` Xander Huff
2015-05-07 22:44 ` [PATCH 1/2] devicetree: xilinx-xadc: Add optional xlnx, extend-name property Xander Huff
2015-05-07 22:44 ` [PATCH 2/2] iio: adc: xilinx-xadc: Add xlnx,extend-name as an optional argument for aux channels Xander Huff
2015-05-07 22:44   ` Xander Huff
2015-05-07 22:44   ` [PATCH 2/2] iio: adc: xilinx-xadc: Add xlnx, extend-name " Xander Huff
2015-05-19 17:53   ` [PATCH 2/2] iio: adc: xilinx-xadc: Add xlnx,extend-name " Lars-Peter Clausen
2015-05-19 17:53     ` Lars-Peter Clausen
2015-05-19 17:53     ` Lars-Peter Clausen
2015-05-20 15:22     ` [PATCH v2 1/2] devicetree: xilinx-xadc: Add optional label property Xander Huff
2015-05-20 15:22       ` Xander Huff
2015-05-20 15:22       ` Xander Huff
2015-05-20 15:22       ` [PATCH v2 2/2] iio: adc: xilinx-xadc: Add label as an optional argument for aux channels Xander Huff
2015-05-20 15:22         ` Xander Huff
2015-05-20 15:22         ` Xander Huff
2015-06-07 16:49         ` Jonathan Cameron
2015-06-07 16:49           ` Jonathan Cameron
2015-06-07 16:49           ` Jonathan Cameron
2015-06-08 13:49           ` Josh Cartwright
2015-06-08 13:49             ` Josh Cartwright
2015-06-08 13:49             ` Josh Cartwright
2015-06-14 11:20             ` Jonathan Cameron
2015-06-14 11:20               ` Jonathan Cameron
2015-06-14 11:20               ` Jonathan Cameron
2015-05-23 11:23     ` [PATCH 2/2] iio: adc: xilinx-xadc: Add xlnx,extend-name " Jonathan Cameron
2015-05-23 11:23       ` Jonathan Cameron
2015-05-23 11:23       ` Jonathan Cameron
2015-05-26  9:38       ` Lars-Peter Clausen
2015-05-26  9:38         ` Lars-Peter Clausen
2015-05-26  9:38         ` Lars-Peter Clausen
2015-05-26 19:05         ` Xander Huff
2015-05-26 19:05           ` Xander Huff
2015-05-26 19:05           ` Xander Huff
2015-05-08 18:43 ` [PATCH 1/2] devicetree: xilinx-xadc: Add optional xlnx,extend-name property Jonathan Cameron
2015-05-08 18:43   ` Jonathan Cameron
2015-05-08 18:43   ` [PATCH 1/2] devicetree: xilinx-xadc: Add optional xlnx, extend-name property Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.