On Fri, Aug 14, 2015 at 7:11 AM, Markus Pargmann [off-list ref] wrote:
Add some information about gpio names to the debugfs gpio file. name and
label of a GPIO are then displayed next to each other. This way it is
easy to see what the real name of GPIO is and what the driver requested
it for.
Signed-off-by: Markus Pargmann <redacted>
PARTLY applied.
quoted hunk ↗ jump to hunk
+++ b/Documentation/ABI/testing/sysfs-gpio
@@ -21,6 +21,7 @@ Description:
/value ... always readable, writes fail for input GPIOs
/direction ... r/w as: in, out (default low); write: high, low
/edge ... r/w as: none, falling, rising, both
+ /name ... r/o, unique name of the GPIO
This patch has nothing to do with sysfs and this is not added to the ABI.
I removed this hunk from the patch.
The rest is applied.
Yours,
Linus Walleij