From: Johan Hovold Date: Wed, 13 Apr 2016 17:18:56 +0000 (+0200) Subject: greybus: Documentation: move the interface power attributes X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~529 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aba2fc626e02d493a816bd9e89d338509ca5accc;p=karo-tx-linux.git 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 --- 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 +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)