i2c: Fix documentation typos
Fix typos in i2c bus drivers documentation. Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
af1713e0f1
commit
26f95c4ae2
|
@ -5,7 +5,7 @@ Supported adapters:
|
||||||
|
|
||||||
Datasheets:
|
Datasheets:
|
||||||
AMD datasheet not yet available, but almost everything can be found
|
AMD datasheet not yet available, but almost everything can be found
|
||||||
in publically available ACPI 2.0 specification, which the adapter
|
in the publicly available ACPI 2.0 specification, which the adapter
|
||||||
follows.
|
follows.
|
||||||
|
|
||||||
Author: Vojtech Pavlik <vojtech@suse.cz>
|
Author: Vojtech Pavlik <vojtech@suse.cz>
|
||||||
|
|
|
@ -10,7 +10,7 @@ Supported adapters:
|
||||||
* nForce4 MCP51 10de:0264
|
* nForce4 MCP51 10de:0264
|
||||||
* nForce4 MCP55 10de:0368
|
* nForce4 MCP55 10de:0368
|
||||||
|
|
||||||
Datasheet: not publically available, but seems to be similar to the
|
Datasheet: not publicly available, but seems to be similar to the
|
||||||
AMD-8111 SMBus 2.0 adapter.
|
AMD-8111 SMBus 2.0 adapter.
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
|
@ -38,7 +38,7 @@ Notes
|
||||||
-----
|
-----
|
||||||
|
|
||||||
The SMBus adapter in the nForce2 chipset seems to be very similar to the
|
The SMBus adapter in the nForce2 chipset seems to be very similar to the
|
||||||
SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get
|
SMBus 2.0 adapter in the AMD-8111 south bridge. However, I could only get
|
||||||
the driver to work with direct I/O access, which is different to the EC
|
the driver to work with direct I/O access, which is different to the EC
|
||||||
interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the
|
interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the
|
||||||
Asus A7N8X lists two SMBuses, both of which are supported by this driver.
|
Asus A7N8X lists two SMBuses, both of which are supported by this driver.
|
||||||
|
|
Loading…
Reference in New Issue