From: Greg Kroah-Hartman Date: Thu, 11 Dec 2014 22:10:58 +0000 (-0500) Subject: greybus: sysfs documentation: Document the greybus interface block sysfs files. X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1766 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc2a8fbec71fe12d58154191cc10775e2881ef1b;p=karo-tx-linux.git greybus: sysfs documentation: Document the greybus interface block sysfs files. Documentation, what, really? Yes. Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Documentation/sysfs-bus-greybus b/drivers/staging/greybus/Documentation/sysfs-bus-greybus new file mode 100644 index 000000000000..cd1d812d388e --- /dev/null +++ b/drivers/staging/greybus/Documentation/sysfs-bus-greybus @@ -0,0 +1,35 @@ +What: /sys/bus/greybus/device/.../product +Date: December 2014 +KernelVersion: 3.XX +Contact: Greg Kroah-Hartman +Description: + Product ID of a Greybus interface block. + +What: /sys/bus/greybus/device/.../product_string +Date: December 2014 +KernelVersion: 3.XX +Contact: Greg Kroah-Hartman +Description: + Product ID string of a Greybus interface block. + +What: /sys/bus/greybus/device/.../unique_id +Date: December 2014 +KernelVersion: 3.XX +Contact: Greg Kroah-Hartman +Description: + Unique ID of a Greybus interface block. + +What: /sys/bus/greybus/device/.../vendor +Date: December 2014 +KernelVersion: 3.XX +Contact: Greg Kroah-Hartman +Description: + Vendor ID of a Greybus interface block. + +What: /sys/bus/greybus/device/.../vendor_string +Date: December 2014 +KernelVersion: 3.XX +Contact: Greg Kroah-Hartman +Description: + Vendor ID string of a Greybus interface block. +