From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756108AbbHNSYy (ORCPT ); Fri, 14 Aug 2015 14:24:54 -0400 Received: from sauhun.de ([89.238.76.85]:40864 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756092AbbHNSYt (ORCPT ); Fri, 14 Aug 2015 14:24:49 -0400 Date: Fri, 14 Aug 2015 20:24:14 +0200 From: Wolfram Sang To: Irina Tirdea Cc: Jonathan Cameron , linux-iio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Pandruvada , Peter Meerwald Subject: Re: [PATCH v5 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated Message-ID: <20150814182404.GC1822@katana> References: <1439389900-10108-1-git-send-email-irina.tirdea@intel.com> <1439389900-10108-3-git-send-email-irina.tirdea@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439389900-10108-3-git-send-email-irina.tirdea@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Applied to for-next, thanks!