• J
    [PATCH] i2c-viapro: Implement I2C Block transactions · f1183014
    Jean Delvare 提交于
    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: NJean Delvare <khali@linux-fr.org>
    Signed-off-by: NGreg 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(-)
    f1183014
i2c-viapro.c 13.4 KB