diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-29 21:56:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-29 21:56:27 -0500 |
commit | 9076e0cae70c5d6ddb9a0284a20885b2b8814416 (patch) | |
tree | 1b30be795ac206c48e59738cc57a71a393bf7337 /Documentation/i2c | |
parent | b7a8399edfd7ad3da36d51513ea30a4708b02b52 (diff) | |
parent | 7c81c60f3789a082e141d7a013392af5f78db16a (diff) |
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull hwmon updates from Jean Delvare:
"This include it87 driver improvements, and a tree-wide change of my
e-mail address"
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
Update Jean Delvare's e-mail address
hwmon: (it87) Print proper names for the IT8771E and IT8772E
hwmon: (it87) Add support for the ITE IT8603E
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/busses/i2c-i801 | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-parport | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-parport-light | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-taos-evm | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-viapro | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/i2c/busses/i2c-i801 b/Documentation/i2c/busses/i2c-i801 index 7b0dcdb57173..aaaf069306a3 100644 --- a/Documentation/i2c/busses/i2c-i801 +++ b/Documentation/i2c/busses/i2c-i801 | |||
@@ -33,7 +33,7 @@ and the additional 'Integrated Device Function' controllers are supported. | |||
33 | 33 | ||
34 | Authors: | 34 | Authors: |
35 | Mark Studebaker <mdsxyz123@yahoo.com> | 35 | Mark Studebaker <mdsxyz123@yahoo.com> |
36 | Jean Delvare <khali@linux-fr.org> | 36 | Jean Delvare <jdelvare@suse.de> |
37 | 37 | ||
38 | 38 | ||
39 | Module Parameters | 39 | Module Parameters |
diff --git a/Documentation/i2c/busses/i2c-parport b/Documentation/i2c/busses/i2c-parport index 2461c7b53b2c..0e2d17b460fd 100644 --- a/Documentation/i2c/busses/i2c-parport +++ b/Documentation/i2c/busses/i2c-parport | |||
@@ -1,6 +1,6 @@ | |||
1 | Kernel driver i2c-parport | 1 | Kernel driver i2c-parport |
2 | 2 | ||
3 | Author: Jean Delvare <khali@linux-fr.org> | 3 | Author: Jean Delvare <jdelvare@suse.de> |
4 | 4 | ||
5 | This is a unified driver for several i2c-over-parallel-port adapters, | 5 | This is a unified driver for several i2c-over-parallel-port adapters, |
6 | such as the ones made by Philips, Velleman or ELV. This driver is | 6 | such as the ones made by Philips, Velleman or ELV. This driver is |
diff --git a/Documentation/i2c/busses/i2c-parport-light b/Documentation/i2c/busses/i2c-parport-light index c22ee063e1e5..7071b8ba0af4 100644 --- a/Documentation/i2c/busses/i2c-parport-light +++ b/Documentation/i2c/busses/i2c-parport-light | |||
@@ -1,6 +1,6 @@ | |||
1 | Kernel driver i2c-parport-light | 1 | Kernel driver i2c-parport-light |
2 | 2 | ||
3 | Author: Jean Delvare <khali@linux-fr.org> | 3 | Author: Jean Delvare <jdelvare@suse.de> |
4 | 4 | ||
5 | This driver is a light version of i2c-parport. It doesn't depend | 5 | This driver is a light version of i2c-parport. It doesn't depend |
6 | on the parport driver, and uses direct I/O access instead. This might be | 6 | on the parport driver, and uses direct I/O access instead. This might be |
diff --git a/Documentation/i2c/busses/i2c-taos-evm b/Documentation/i2c/busses/i2c-taos-evm index 63f62bcbf592..60299555dcf0 100644 --- a/Documentation/i2c/busses/i2c-taos-evm +++ b/Documentation/i2c/busses/i2c-taos-evm | |||
@@ -1,6 +1,6 @@ | |||
1 | Kernel driver i2c-taos-evm | 1 | Kernel driver i2c-taos-evm |
2 | 2 | ||
3 | Author: Jean Delvare <khali@linux-fr.org> | 3 | Author: Jean Delvare <jdelvare@suse.de> |
4 | 4 | ||
5 | This is a driver for the evaluation modules for TAOS I2C/SMBus chips. | 5 | This is a driver for the evaluation modules for TAOS I2C/SMBus chips. |
6 | The modules include an SMBus master with limited capabilities, which can | 6 | The modules include an SMBus master with limited capabilities, which can |
diff --git a/Documentation/i2c/busses/i2c-viapro b/Documentation/i2c/busses/i2c-viapro index b88f91ae580e..ab64ce21c254 100644 --- a/Documentation/i2c/busses/i2c-viapro +++ b/Documentation/i2c/busses/i2c-viapro | |||
@@ -28,7 +28,7 @@ Supported adapters: | |||
28 | Authors: | 28 | Authors: |
29 | Kyösti Mälkki <kmalkki@cc.hut.fi>, | 29 | Kyösti Mälkki <kmalkki@cc.hut.fi>, |
30 | Mark D. Studebaker <mdsxyz123@yahoo.com>, | 30 | Mark D. Studebaker <mdsxyz123@yahoo.com>, |
31 | Jean Delvare <khali@linux-fr.org> | 31 | Jean Delvare <jdelvare@suse.de> |
32 | 32 | ||
33 | Module Parameters | 33 | Module Parameters |
34 | ----------------- | 34 | ----------------- |