Skip to content
Commit 2cd9fbd0 authored by Irina Tirdea's avatar Irina Tirdea Committed by Wolfram Sang
Browse files

eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated



For i2c busses that support only SMBUS extensions, the eeprom at24
driver reads data from the device using the SMBus block, word or byte
read protocols depending on availability.

Replace the block read emulation from the driver with the
i2c_smbus_read_i2c_block_data_or_emulated call from i2c core.

Signed-off-by: default avatarIrina Tirdea <irina.tirdea@intel.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 01eef96e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment