diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-06 21:47:06 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-06 21:47:06 +0100 |
commit | 08e39fcb92b039189006566a97aa9565fe20fb83 (patch) | |
tree | 5f922f45eb02a91755698d1ce7562b878bd6a026 /Documentation | |
parent | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... (diff) | |
parent | hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT() (diff) | |
download | linux-08e39fcb92b039189006566a97aa9565fe20fb83.tar.xz linux-08e39fcb92b039189006566a97aa9565fe20fb83.zip |
Merge tag 'hwmon-for-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixes from Guenter Roeck:
"Fix an error return in the adt7462 driver, bad voltage limits reported
by the xdpe12284 driver, and a broken documentation reference in the
adm1177 driver documentation"
* tag 'hwmon-for-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT()
hwmon: (pmbus/xdpe12284) Add callback for vout limits conversion
docs: adm1177: fix a broken reference
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/adm1177.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/hwmon/adm1177.rst b/Documentation/hwmon/adm1177.rst index c81e0b4abd28..471be1e98d6f 100644 --- a/Documentation/hwmon/adm1177.rst +++ b/Documentation/hwmon/adm1177.rst @@ -20,8 +20,7 @@ Usage Notes ----------- This driver does not auto-detect devices. You will have to instantiate the -devices explicitly. Please see Documentation/i2c/instantiating-devices for -details. +devices explicitly. Please see :doc:`/i2c/instantiating-devices` for details. Sysfs entries |