From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753056Ab3KNRRF (ORCPT ); Thu, 14 Nov 2013 12:17:05 -0500 Received: from eu1sys200aog117.obsmtp.com ([207.126.144.143]:57153 "EHLO eu1sys200aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752530Ab3KNRQx (ORCPT ); Thu, 14 Nov 2013 12:16:53 -0500 Message-ID: <52850555.90304@st.com> Date: Thu, 14 Nov 2013 18:16:05 +0100 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Wolfram Sang Cc: , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Russell King , Grant Likely , , , , , , , , Lee Jones , Subject: Re: [PATCH v6 1/4] i2c: busses: i2c-st: Add ST I2C controller References: <1383726315-27534-1-git-send-email-maxime.coquelin@st.com> <1383726315-27534-2-git-send-email-maxime.coquelin@st.com> <20131114170026.GA11022@katana> In-Reply-To: <20131114170026.GA11022@katana> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.19.60] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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!