From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 12 Nov 2015 19:16:48 +0000 Subject: Re: [PATCH v2 01/10] i2c: rcar: make sure clocks are on when doing clock calculation Message-Id: <5644E5A0.9040504@cogentembedded.com> List-Id: References: <1447338715-9955-1-git-send-email-wsa@the-dreams.de> <1447338715-9955-2-git-send-email-wsa@the-dreams.de> In-Reply-To: <1447338715-9955-2-git-send-email-wsa@the-dreams.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: linux-sh@vger.kernel.org, Magnus Damm , Simon Horman , Laurent Pinchart , Geert Uytterhoeven , Yoshihiro Shimoda , Kuninori Morimoto , Kuninori Morimoto Hello. On 11/12/2015 05:31 PM, Wolfram Sang wrote: > From: Wolfram Sang > > When calculating the bus speed, the clock should be on, of course. Most > bootloaders left them on, so this went unnoticed so far. s/them/it/. > Move the ioremapping out of this clock-enabled-block and prepare for > adding hw initialization there, too. > > Reported-by: Laurent Pinchart > Reported-by: Kuninori Morimoto > Signed-off-by: Wolfram Sang [...] MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v2 01/10] i2c: rcar: make sure clocks are on when doing clock calculation Date: Thu, 12 Nov 2015 22:16:48 +0300 Message-ID: <5644E5A0.9040504@cogentembedded.com> References: <1447338715-9955-1-git-send-email-wsa@the-dreams.de> <1447338715-9955-2-git-send-email-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1447338715-9955-2-git-send-email-wsa@the-dreams.de> Sender: linux-sh-owner@vger.kernel.org To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: linux-sh@vger.kernel.org, Magnus Damm , Simon Horman , Laurent Pinchart , Geert Uytterhoeven , Yoshihiro Shimoda , Kuninori Morimoto , Kuninori Morimoto List-Id: linux-i2c@vger.kernel.org Hello. On 11/12/2015 05:31 PM, Wolfram Sang wrote: > From: Wolfram Sang > > When calculating the bus speed, the clock should be on, of course. Most > bootloaders left them on, so this went unnoticed so far. s/them/it/. > Move the ioremapping out of this clock-enabled-block and prepare for > adding hw initialization there, too. > > Reported-by: Laurent Pinchart > Reported-by: Kuninori Morimoto > Signed-off-by: Wolfram Sang [...] MBR, Sergei