diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-17 03:19:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-17 03:19:55 +0200 |
commit | 28a78e46f04ac5c4952533f2938a18699f207004 (patch) | |
tree | 2991c5cea8d7f912abbe59e315fd1ed03febe45c /Documentation/ABI | |
parent | Linux 3.5-rc7 (diff) | |
parent | driver-core: Use kobj_to_dev instead of re-implementing it (diff) | |
download | linux-28a78e46f04ac5c4952533f2938a18699f207004.tar.xz linux-28a78e46f04ac5c4952533f2938a18699f207004.zip |
Merge 3.5-rc7 into driver-core-next
This pulls in the printk fixes to the driver-core-next branch.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/stable/sysfs-driver-w1_ds28e04 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 b/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 new file mode 100644 index 000000000000..26579ee868c9 --- /dev/null +++ b/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 @@ -0,0 +1,15 @@ +What: /sys/bus/w1/devices/.../pio +Date: May 2012 +Contact: Markus Franke <franm@hrz.tu-chemnitz.de> +Description: read/write the contents of the two PIO's of the DS28E04-100 + see Documentation/w1/slaves/w1_ds28e04 for detailed information +Users: any user space application which wants to communicate with DS28E04-100 + + + +What: /sys/bus/w1/devices/.../eeprom +Date: May 2012 +Contact: Markus Franke <franm@hrz.tu-chemnitz.de> +Description: read/write the contents of the EEPROM memory of the DS28E04-100 + see Documentation/w1/slaves/w1_ds28e04 for detailed information +Users: any user space application which wants to communicate with DS28E04-100 |