Christian Gmeiner a839ce663b eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_data
I have a at24 EEPROM connected via i2c bus provided by ISCH i2c
bus driver. This bus driver does not support
I2C_FUNC_SMBUS_WRITE_I2C_BLOCK and so I was looking for a way
to be able to write the eeprom. This patch adds support for
I2C_SMBUS_BYTE_DATA writing via i2c_smbus_write_byte_data.
It is quite slow, but it works.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
[wsa: s/use_smbuse_write/use_smbus_write/]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2014-11-17 19:54:22 +01:00
..
2014-02-28 14:08:42 -08:00
2014-10-08 06:55:41 -04:00
2014-10-15 10:24:54 +10:30
2014-07-23 15:01:43 -07:00
2014-10-08 20:15:56 +11:00
2014-10-08 20:15:56 +11:00