]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i2c-viapro: Implement I2C Block transactions
authorJean Delvare <khali@linux-fr.org>
Thu, 22 Sep 2005 19:58:41 +0000 (21:58 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:08 +0000 (14:02 -0700)
commitf118301416953d677de738100c33eb8cfb7adecb
tree145997f9c2159d1657dcaca8c56ee93341d8b5f9
parent5f49ef8e8cefe0a95948b4270db28507c1c287d4
[PATCH] i2c-viapro: Implement I2C Block transactions

Implement the I2C block transactions on VIA chips which support them:
VT82C686B, VT8233, VT8233A, VT8235 and VT8237R. This speeds up EEPROM
accesses by a factor 10 or so.

I would like to thank Antonino A. Daplas, Hinko Kocevar, Salah Coronya
and Andreas Henriksson for their help in testing this new feature.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 Documentation/i2c/busses/i2c-viapro |    7 +++++-
 drivers/i2c/busses/i2c-viapro.c     |   39 +++++++++++++++++++++++++++++++++---
 2 files changed, 42 insertions(+), 4 deletions(-)
Documentation/i2c/busses/i2c-viapro
drivers/i2c/busses/i2c-viapro.c