diff options
author | Vivien Didelot | 2014-07-09 00:57:48 +0200 |
---|---|---|
committer | Ingo Molnar | 2014-07-16 21:17:41 +0200 |
commit | 84e288d41871cfb7a21cb7e6dee9e3884b59b25f (patch) | |
tree | da24a6c2eb5200f465f0151ad76b9b48bd9e35e6 /Documentation/ABI | |
parent | x86/platform/ts5500: Use the DEVICE_ATTR_RO() macro (diff) | |
download | kernel-qcow2-linux-84e288d41871cfb7a21cb7e6dee9e3884b59b25f.tar.gz kernel-qcow2-linux-84e288d41871cfb7a21cb7e6dee9e3884b59b25f.tar.xz kernel-qcow2-linux-84e288d41871cfb7a21cb7e6dee9e3884b59b25f.zip |
x86/platform/ts5500: Add a 'name' sysfs attribute
Add a new "name" attribute to the TS5500 sysfs group, to clarify
which supported board model it is.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
Link: http://lkml.kernel.org/r/1404860269-11837-3-git-send-email-vivien.didelot@savoirfairelinux.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-ts5500 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-ts5500 b/Documentation/ABI/testing/sysfs-platform-ts5500 index c88375a537a1..e685957caa12 100644 --- a/Documentation/ABI/testing/sysfs-platform-ts5500 +++ b/Documentation/ABI/testing/sysfs-platform-ts5500 @@ -30,6 +30,13 @@ Description: the corresponding bit is set. For instance, 0x0e means jumpers 2, 3 and 4 are set. +What: /sys/devices/platform/ts5500/name +Date: July 2014 +KernelVersion: 3.16 +Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> +Description: + Model name of the TS board, e.g. "TS-5500". + What: /sys/devices/platform/ts5500/rs485 Date: January 2013 KernelVersion: 3.7 |