Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1207820

Re: [PATCH v5 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject Re: [PATCH v5 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
Date 2015-08-14 20:30 +0200
Message-ID <pXrTQ-1Dj-29@gated-at.bofh.it> (permalink)
References <pWFm9-7bv-7@gated-at.bofh.it> <pWFma-7bv-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Aug 12, 2015 at 05:31:34PM +0300, Irina Tirdea wrote:
> 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: Irina Tirdea <irina.tirdea@intel.com>

Applied to for-next, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v5 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated Irina Tirdea <irina.tirdea@intel.com> - 2015-08-12 16:40 +0200
  Re: [PATCH v5 2/8] eeprom: at24: use  i2c_smbus_read_i2c_block_data_or_emulated Wolfram Sang <wsa@the-dreams.de> - 2015-08-14 20:30 +0200
    Re: [PATCH v5 2/8] eeprom: at24: use  i2c_smbus_read_i2c_block_data_or_emulated Jonathan Cameron <jic23@kernel.org> - 2015-08-15 15:00 +0200

csiph-web