summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Documentation
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-04-13 19:18:56 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-21 10:03:13 +0900
commitaba2fc626e02d493a816bd9e89d338509ca5accc (patch)
tree4e3f1f872efe2ed836d9af347a5debf388bfc52f /drivers/staging/greybus/Documentation
parent7d963cbe8302d16d2171ecc729782f0d2e7cfbe7 (diff)
greybus: Documentation: move the interface power attributes
Move the interface power attributes after the other interface attributes to keep the attributes grouped by device type. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Documentation')
-rw-r--r--drivers/staging/greybus/Documentation/sysfs-bus-greybus42
1 files changed, 21 insertions, 21 deletions
diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus
index 281b05cb889c..d8bf30e90586 100644
--- a/drivers/staging/greybus/Documentation/sysfs-bus-greybus
+++ b/drivers/staging/greybus/Documentation/sysfs-bus-greybus
@@ -81,6 +81,27 @@ Description:
Interface version represented as <16 bit major number>.<16 bit
minor number>.
+What: /sys/bus/greybus/device/N-I/voltage_now
+Date: March 2016
+KernelVersion: 4.XX
+Contact: Greg Kroah-Hartman <greg@kroah.com>
+Description:
+ Voltage measurement of the interface in microvolts (uV)
+
+What: /sys/bus/greybus/device/N-I/current_now
+Date: March 2016
+KernelVersion: 4.XX
+Contact: Greg Kroah-Hartman <greg@kroah.com>
+Description:
+ Current measurement of the interface in microamps (uA)
+
+What: /sys/bus/greybus/device/N-I/power_now
+Date: March 2016
+KernelVersion: 4.XX
+Contact: Greg Kroah-Hartman <greg@kroah.com>
+Description:
+ Power measurement of the interface in microwatts (uW)
+
What: /sys/bus/greybus/device/N-I.B
Date: October 2015
KernelVersion: 4.XX
@@ -164,24 +185,3 @@ Contact: Greg Kroah-Hartman <greg@kroah.com>
Description:
If the SVC watchdog is enabled or not. Writing 0 to this
file will disable the watchdog, writing 1 will enable it.
-
-What: /sys/bus/greybus/device/N-I/voltage_now
-Date: March 2016
-KernelVersion: 4.XX
-Contact: Greg Kroah-Hartman <greg@kroah.com>
-Description:
- Voltage measurement of the interface in microvolts (uV)
-
-What: /sys/bus/greybus/device/N-I/current_now
-Date: March 2016
-KernelVersion: 4.XX
-Contact: Greg Kroah-Hartman <greg@kroah.com>
-Description:
- Current measurement of the interface in microamps (uA)
-
-What: /sys/bus/greybus/device/N-I/power_now
-Date: March 2016
-KernelVersion: 4.XX
-Contact: Greg Kroah-Hartman <greg@kroah.com>
-Description:
- Power measurement of the interface in microwatts (uW)