From BGardner@Wabtec.com Wed Jul 27 10:52:40 2005 From: bgardner@wabtec.com To: Jean Delvare Subject: I2C: max6875 documentation cleanup Date: Wed, 27 Jul 2005 12:43:21 -0500 Cc: greg@kroah.com Message-Id: <200507271243.21845.bgardner@wabtec.com> Fix a spelling error and change a sysfs name. Signed-off-by: Ben Gardner Signed-off-by: Greg Kroah-Hartman --- Documentation/i2c/chips/max6875 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- gregkh-2.6.orig/Documentation/i2c/chips/max6875 2005-07-27 22:50:48.000000000 -0700 +++ gregkh-2.6/Documentation/i2c/chips/max6875 2005-07-27 23:08:22.000000000 -0700 @@ -49,14 +49,14 @@ The MAX6874/MAX6875 ignores address bit 0, so this driver attaches to multiple addresses. For example, for address 0x50, it also reserves 0x51. -The even-address instance is called 'max6875', the odd one is 'max6875-dummy'. +The even-address instance is called 'max6875', the odd one is 'max6875 subclient'. Programming the chip using i2c-dev ---------------------------------- Use the i2c-dev interface to access and program the chips. -Reads and write are performed differently depending on the address range. +Reads and writes are performed differently depending on the address range. The configuration registers are at addresses 0x00 - 0x45. Use i2c_smbus_write_byte_data() to write a register and