diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-04 20:20:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-04 20:20:08 -0400 |
commit | 8556d44fee6ded9f4287d7ff7b5cc9d8635b0be0 (patch) | |
tree | f74ccc0d0a332f5754bf8c9643a4e7b18d86a12c /Documentation | |
parent | ce4747963252a30613ebf1c1df3d83b9526a342e (diff) | |
parent | 4c51cb005b29e6329d7e598bf835689b230817c9 (diff) |
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform updates from Ingo Molnar:
"The main changes in this cycle are:
- Intel SOC driver updates, by Aubrey Li.
- TS5500 platform updates, by Vivien Didelot"
* 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show()
x86/pmc_atom: Expose PMC device state and platform sleep state
x86/pmc_atom: Eisable a few S0ix wake up events for S0ix residency
x86/platform: New Intel Atom SOC power management controller driver
x86/platform/ts5500: Add support for TS-5400 boards
x86/platform/ts5500: Add a 'name' sysfs attribute
x86/platform/ts5500: Use the DEVICE_ATTR_RO() macro
Diffstat (limited to 'Documentation')
-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: | |||
30 | the corresponding bit is set. For instance, 0x0e means jumpers | 30 | the corresponding bit is set. For instance, 0x0e means jumpers |
31 | 2, 3 and 4 are set. | 31 | 2, 3 and 4 are set. |
32 | 32 | ||
33 | What: /sys/devices/platform/ts5500/name | ||
34 | Date: July 2014 | ||
35 | KernelVersion: 3.16 | ||
36 | Contact: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com> | ||
37 | Description: | ||
38 | Model name of the TS board, e.g. "TS-5500". | ||
39 | |||
33 | What: /sys/devices/platform/ts5500/rs485 | 40 | What: /sys/devices/platform/ts5500/rs485 |
34 | Date: January 2013 | 41 | Date: January 2013 |
35 | KernelVersion: 3.7 | 42 | KernelVersion: 3.7 |