From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime COQUELIN Subject: Re: [PATCH v4 0/4] Add I2C support to ST SoCs Date: Thu, 10 Oct 2013 11:39:02 +0200 Message-ID: <525675B6.4080404@st.com> References: <1381250576-7916-1-git-send-email-maxime.coquelin@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <1381250576-7916-1-git-send-email-maxime.coquelin-qxv4g6HH51o@public.gmane.org> Content-Language: en-US Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime COQUELIN , Wolfram Sang , Srinivas KANDAGATLA , 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" Cc: Stephen GALLIMORE , Stuart MENEFY , Lee Jones , Gabriel FERNANDEZ List-Id: linux-i2c@vger.kernel.org Hi Wolfram, On 10/08/2013 06:42 PM, Maxime COQUELIN wrote: > The goal of this series is to add I2C support to ST SoCs. > The DT definition is added for STiH415 and STiH416 SoCs on > B2000 and B2020 boards. > > The series has been tested working on STiH416-B2020 board. > It applies on top of v3.12-rc4. > > Changes since v3: > - Switch back to vendor specific DT properties regarding the anti-glitch > filter configuration, as this IP is the only one having such a filter. Do you agree to keep these properties vendor-specifics? If so, could you take this series for v3.13? Thanks, Maxime-- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.coquelin@st.com (Maxime COQUELIN) Date: Thu, 10 Oct 2013 11:39:02 +0200 Subject: [PATCH v4 0/4] Add I2C support to ST SoCs In-Reply-To: <1381250576-7916-1-git-send-email-maxime.coquelin@st.com> References: <1381250576-7916-1-git-send-email-maxime.coquelin@st.com> Message-ID: <525675B6.4080404@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Wolfram, On 10/08/2013 06:42 PM, Maxime COQUELIN wrote: > The goal of this series is to add I2C support to ST SoCs. > The DT definition is added for STiH415 and STiH416 SoCs on > B2000 and B2020 boards. > > The series has been tested working on STiH416-B2020 board. > It applies on top of v3.12-rc4. > > Changes since v3: > - Switch back to vendor specific DT properties regarding the anti-glitch > filter configuration, as this IP is the only one having such a filter. Do you agree to keep these properties vendor-specifics? If so, could you take this series for v3.13? Thanks, Maxime From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755281Ab3JJJkU (ORCPT ); Thu, 10 Oct 2013 05:40:20 -0400 Received: from eu1sys200aog119.obsmtp.com ([207.126.144.147]:46242 "EHLO eu1sys200aog119.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205Ab3JJJkR convert rfc822-to-8bit (ORCPT ); Thu, 10 Oct 2013 05:40:17 -0400 From: Maxime COQUELIN To: Maxime COQUELIN , Wolfram Sang , Srinivas KANDAGATLA , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Russell King , Grant Likely , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-i2c@vger.kernel.org" Cc: Stephen GALLIMORE , Stuart MENEFY , Lee Jones , Gabriel FERNANDEZ Date: Thu, 10 Oct 2013 11:39:02 +0200 Subject: Re: [PATCH v4 0/4] Add I2C support to ST SoCs Thread-Topic: [PATCH v4 0/4] Add I2C support to ST SoCs Thread-Index: Ac7FnI5LLwXZ/atRTh63N01rwquwCg== Message-ID: <525675B6.4080404@st.com> References: <1381250576-7916-1-git-send-email-maxime.coquelin@st.com> In-Reply-To: <1381250576-7916-1-git-send-email-maxime.coquelin@st.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 acceptlanguage: en-US Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram, On 10/08/2013 06:42 PM, Maxime COQUELIN wrote: > The goal of this series is to add I2C support to ST SoCs. > The DT definition is added for STiH415 and STiH416 SoCs on > B2000 and B2020 boards. > > The series has been tested working on STiH416-B2020 board. > It applies on top of v3.12-rc4. > > Changes since v3: > - Switch back to vendor specific DT properties regarding the anti-glitch > filter configuration, as this IP is the only one having such a filter. Do you agree to keep these properties vendor-specifics? If so, could you take this series for v3.13? Thanks, Maxime