From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755167AbcB1VBf (ORCPT ); Sun, 28 Feb 2016 16:01:35 -0500 Received: from sauhun.de ([89.238.76.85]:57699 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754814AbcB1VBe (ORCPT ); Sun, 28 Feb 2016 16:01:34 -0500 Date: Sun, 28 Feb 2016 22:01:16 +0100 From: Wolfram Sang To: Andrew Lunn Cc: GregKH , srinivas.kandagatla@linaro.org, maxime.ripard@free-electrons.com, broonie@kernel.org, vz@mleia.com, linux-kernel@vger.kernel.org, pantelis.antoniou@konsulko.com, bgolaszewski@baylibre.com Subject: Re: [PATCHv7 7/7] misc: at24: replace memory_accessor with nvmem_device_read Message-ID: <20160228210116.GA2976@katana> References: <1456516764-1456-1-git-send-email-andrew@lunn.ch> <1456516764-1456-8-git-send-email-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <1456516764-1456-8-git-send-email-andrew@lunn.ch> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 26, 2016 at 08:59:24PM +0100, Andrew Lunn wrote: > Now that the AT24 uses the NVMEM framework, replace the > memory_accessor in the setup() callback with nvmem API calls. Yay, thanks for doing this! :) >=20 > Signed-off-by: Andrew Lunn > Acked-by: Srinivas Kandagatla > Tested-by: Sekhar Nori > --- > arch/arm/mach-davinci/board-mityomapl138.c | 5 +++-- > arch/arm/mach-davinci/common.c | 4 ++-- > drivers/misc/eeprom/at24.c | 31 +-----------------------= ------ > include/linux/davinci_emac.h | 4 ++-- > include/linux/memory.h | 11 ----------- > include/linux/platform_data/at24.h | 10 +++++----- > 6 files changed, 13 insertions(+), 52 deletions(-) It could be argued to split this patch up, but since I'd like to have the memory_accessor thing removed rather sooner than later, I'd be fine with this all-in-one approach. So, for the at24 parts: Acked-by: Wolfram Sang --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJW02AcAAoJEBQN5MwUoCm2fxIQAKw2PKDGBPRGe/v5ZEnykREH IUSb37k7Hh0oR5X1FmKQqD7isg+eZDM0t1c3gPsU6NhJBkPkYiXr03y4AvjNV+F8 eJtxiQv42N0iVRLz8oovpmgO20UlNG43ezLktZnK0h4aTTFVCUIqqnjcNz25mpAl 7hncPGGEbDpFcNlwBRzCKQuvfAtK5hNKpcYNzqb1Xnjo7Fh/HwiV1IbFN0BqmQbJ RtmlhI+v+NL/1CESDSltPr2sgk3WjP5myUxAl98aUk6QaKhGOOl32LBcfAOtI4hy Wy0KRi2a3Y+K3O81JUiB/XNn+2TuD+w31Uv6CrB+nF9QDuLL3UQv0tRsoGTySP2q px1MoPUEwFwBUCXW1rol5ucFQXrgBewD9P+NkXJRaix7WRInI2V/ZoMeYWdsTcUd 3lDrZ4YKnQr5Q0v7IEG46LGXT7g0Yu26GwSLUJAr67Z2fGmvMatgvA8iJevfqSLt QbD/N14AqLokZLRmYEyryMiO+pT8nTmrwVeDQT8dSMYFevEueiXfaBZBHdvPaMgn eX/XMcFwnj+wVcRDrwIMUrvNzvZlcgRScVsf5T5ArN/nZuXg2kflKSNVXk3wxL7b bhBY7JkGnQy/g94zpqAVX3FTe1HB4oCCsbKPA89MPN2l57++VWpDIXvn5YRyZNAy GHBEKuJDgnBUmoe99XcI =CUEY -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--