Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753444AbcD2OD5 (ORCPT ); Fri, 29 Apr 2016 10:03:57 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:38599 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218AbcD2ODz (ORCPT ); Fri, 29 Apr 2016 10:03:55 -0400 Date: Fri, 29 Apr 2016 15:03:51 +0100 From: Peter Griffin To: Maxime Coquelin Cc: Wolfram Sang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, patrice.chotard@st.com, lee.jones@linaro.org, linux-i2c@vger.kernel.org, Frederic Pillon Subject: Re: [PATCH] i2c: st: Implement i2c_bus_recovery_info callbacks Message-ID: <20160429140351.GA1459@griffinp-mac> References: <1460467759-11737-1-git-send-email-peter.griffin@linaro.org> <20160424211044.GD4317@katana> <5722107C.3000600@st.com> <20160428145720.GA1541@katana> <572344D8.6060401@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <572344D8.6060401@st.com> 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 Content-Length: 551 Lines: 20 Hi Maxime, On Fri, 29 Apr 2016, Maxime Coquelin wrote: > > > On 04/28/2016 04:57 PM, Wolfram Sang wrote: > >>The trick is to switch to SPI mode, 9 bits words and write a 0, > >>so that 9 clock pulses are generated. > >Heh. As long as it works :) But as you said, it really needs a comment. > > > :) > I didn't faced the problem myself, but it looks good with an oscilloscope, > and a customer reported it to work. > > Peter, will you resend with adding the explanations I provided as comment? > Yes I'll send a v2 with your comment added. Peter