From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753229AbdDCOgv (ORCPT ); Mon, 3 Apr 2017 10:36:51 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:54822 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbdDCOgt (ORCPT ); Mon, 3 Apr 2017 10:36:49 -0400 Subject: Re: [PATCH v10 5/5] ARM: configs: stm32: Add I2C support for STM32 defconfig To: "M'boumba Cedric Madianga" , , , , , , , , , , , References: <1484832316-5594-1-git-send-email-cedric.madianga@gmail.com> <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> From: Alexandre Torgue Message-ID: <3b693eb4-b7f4-47bb-808e-17009b353b46@st.com> Date: Mon, 3 Apr 2017 16:36:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG6NODE3.st.com (10.75.127.18) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-03_09:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 01/19/2017 02:25 PM, M'boumba Cedric Madianga wrote: > This patch adds I2C support for STM32 default configuration > > Signed-off-by: M'boumba Cedric Madianga > --- Applied on stm32-defconfig-for-v4.12 Regards Alex > arch/arm/configs/stm32_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig > index 5a72d69..323d2a3 100644 > --- a/arch/arm/configs/stm32_defconfig > +++ b/arch/arm/configs/stm32_defconfig > @@ -47,6 +47,9 @@ CONFIG_SERIAL_NONSTANDARD=y > CONFIG_SERIAL_STM32=y > CONFIG_SERIAL_STM32_CONSOLE=y > # CONFIG_HW_RANDOM is not set > +CONFIG_I2C=y > +CONFIG_I2C_CHARDEV=y > +CONFIG_I2C_STM32F4=y > # CONFIG_HWMON is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Torgue Subject: Re: [PATCH v10 5/5] ARM: configs: stm32: Add I2C support for STM32 defconfig Date: Mon, 3 Apr 2017 16:36:00 +0200 Message-ID: <3b693eb4-b7f4-47bb-808e-17009b353b46@st.com> References: <1484832316-5594-1-git-send-email-cedric.madianga@gmail.com> <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: M'boumba Cedric Madianga , wsa@the-dreams.de, robh+dt@kernel.org, mcoquelin.stm32@gmail.com, linus.walleij@linaro.org, patrice.chotard@st.com, linux@armlinux.org.uk, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, u.kleine-koenig@pengutronix.de List-Id: devicetree@vger.kernel.org Hi, On 01/19/2017 02:25 PM, M'boumba Cedric Madianga wrote: > This patch adds I2C support for STM32 default configuration > > Signed-off-by: M'boumba Cedric Madianga > --- Applied on stm32-defconfig-for-v4.12 Regards Alex > arch/arm/configs/stm32_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig > index 5a72d69..323d2a3 100644 > --- a/arch/arm/configs/stm32_defconfig > +++ b/arch/arm/configs/stm32_defconfig > @@ -47,6 +47,9 @@ CONFIG_SERIAL_NONSTANDARD=y > CONFIG_SERIAL_STM32=y > CONFIG_SERIAL_STM32_CONSOLE=y > # CONFIG_HW_RANDOM is not set > +CONFIG_I2C=y > +CONFIG_I2C_CHARDEV=y > +CONFIG_I2C_STM32F4=y > # CONFIG_HWMON is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y > From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.torgue@st.com (Alexandre Torgue) Date: Mon, 3 Apr 2017 16:36:00 +0200 Subject: [PATCH v10 5/5] ARM: configs: stm32: Add I2C support for STM32 defconfig In-Reply-To: <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> References: <1484832316-5594-1-git-send-email-cedric.madianga@gmail.com> <1484832316-5594-6-git-send-email-cedric.madianga@gmail.com> Message-ID: <3b693eb4-b7f4-47bb-808e-17009b353b46@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 01/19/2017 02:25 PM, M'boumba Cedric Madianga wrote: > This patch adds I2C support for STM32 default configuration > > Signed-off-by: M'boumba Cedric Madianga > --- Applied on stm32-defconfig-for-v4.12 Regards Alex > arch/arm/configs/stm32_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig > index 5a72d69..323d2a3 100644 > --- a/arch/arm/configs/stm32_defconfig > +++ b/arch/arm/configs/stm32_defconfig > @@ -47,6 +47,9 @@ CONFIG_SERIAL_NONSTANDARD=y > CONFIG_SERIAL_STM32=y > CONFIG_SERIAL_STM32_CONSOLE=y > # CONFIG_HW_RANDOM is not set > +CONFIG_I2C=y > +CONFIG_I2C_CHARDEV=y > +CONFIG_I2C_STM32F4=y > # CONFIG_HWMON is not set > # CONFIG_USB_SUPPORT is not set > CONFIG_NEW_LEDS=y >