From aba2fc626e02d493a816bd9e89d338509ca5accc Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Wed, 13 Apr 2016 19:18:56 +0200 Subject: [PATCH] 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 Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- .../greybus/Documentation/sysfs-bus-greybus | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus index 281b05c..d8bf30e 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 +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 +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 +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 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 -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 -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 -Description: - Power measurement of the interface in microwatts (uW) -- 2.7.4