diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-31 17:08:53 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 14:16:17 -0600 |
commit | e9bb627561535dd584b43a8c0afe93a67bc6a2c5 (patch) | |
tree | ca91d46418c232f56b7f36010d6fe4317eb9d2ad /Documentation/ABI/stable/sysfs-driver-w1_ds28e04 | |
parent | f139291c713069b5fa826ff509190efb5df83860 (diff) | |
download | linux-e9bb627561535dd584b43a8c0afe93a67bc6a2c5.tar.gz linux-e9bb627561535dd584b43a8c0afe93a67bc6a2c5.tar.bz2 linux-e9bb627561535dd584b43a8c0afe93a67bc6a2c5.zip |
docs: w1: convert to ReST and add to the kAPI group of docs
The 1wire documentation was written with w1 developers in
mind, so, it makes sense to add it together with the driver-api
set.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ABI/stable/sysfs-driver-w1_ds28e04')
-rw-r--r-- | Documentation/ABI/stable/sysfs-driver-w1_ds28e04 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 b/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 index 26579ee868c9..3e1c1fa8d54d 100644 --- a/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 +++ b/Documentation/ABI/stable/sysfs-driver-w1_ds28e04 @@ -2,7 +2,7 @@ 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 + see Documentation/w1/slaves/w1_ds28e04.rst for detailed information Users: any user space application which wants to communicate with DS28E04-100 @@ -11,5 +11,5 @@ 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 + see Documentation/w1/slaves/w1_ds28e04.rst for detailed information Users: any user space application which wants to communicate with DS28E04-100 |