From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v6 1/4] i2c: busses: i2c-st: Add ST I2C controller Date: Thu, 14 Nov 2013 18:16:05 +0100 Message-ID: <52850555.90304@st.com> References: <1383726315-27534-1-git-send-email-maxime.coquelin@st.com> <1383726315-27534-2-git-send-email-maxime.coquelin@st.com> <20131114170026.GA11022@katana> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131114170026.GA11022@katana> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Wolfram Sang Cc: srinivas.kandagatla-qxv4g6HH51o@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Russell King , Grant Likely , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, stephen.gallimore-qxv4g6HH51o@public.gmane.org, stuart.menefy-qxv4g6HH51o@public.gmane.org, Lee Jones , gabriel.fernandez-qxv4g6HH51o@public.gmane.org List-Id: devicetree@vger.kernel.org On 11/14/2013 06:00 PM, Wolfram Sang wrote: > On Wed, Nov 06, 2013 at 09:25:12AM +0100, Maxime COQUELIN wrote: >> This patch adds support to SSC (Synchronous Serial Controller) >> I2C driver. This IP also supports SPI protocol, but this is not >> the aim of this driver. >> >> This IP is embedded in all ST SoCs for Set-top box platorms, and >> supports I2C Standard and Fast modes. >> >> Signed-off-by: Maxime Coquelin > > Applied to for-next, thanks! > Thanks Wolfram!