From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 0/2] ARM: shmobile: r8a7740: move I2C errata handling into the driver Date: Tue, 09 Jun 2015 17:29:26 +0300 Message-ID: <7753098.CPS35ND2Za@avalon> References: <1433834080-5630-1-git-send-email-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1433834080-5630-1-git-send-email-wsa@the-dreams.de> Sender: linux-sh-owner@vger.kernel.org To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, linux-sh@vger.kernel.org, Magnus Damm , Simon Horman , Geert Uytterhoeven , Kuninori Morimoto List-Id: linux-i2c@vger.kernel.org Hi Wolfram, Thank you for the patches. On Tuesday 09 June 2015 16:14:38 Wolfram Sang wrote: > This series moves the errata handling from the setup function into the > driver. It has been tested that this changeset does not cause a regression > on the armadillo board we had access to. Unfortunately, this board did not > need the workaround at all, only some revisions of the r8a7740 are > affected. > > After a short discussion with Simon, we agreed this should go via I2C. Looks good to me. Acked-by: Laurent Pinchart > Wolfram Sang (2): > i2c: sh_mobile: add errata workaround > ARM: shmobile: r8a7740: remove I2C errata handling > > arch/arm/mach-shmobile/setup-r8a7740.c | 55 ------------------------------- > drivers/i2c/busses/i2c-sh_mobile.c | 40 +++++++++++++++++++++++++ > 2 files changed, 40 insertions(+), 55 deletions(-) -- Regards, Laurent Pinchart