From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v4 4/9] pinctrl: Add STM32 MCUs support Date: Wed, 27 Jan 2016 14:16:32 +0100 Message-ID: References: <1452773795-24216-1-git-send-email-mcoquelin.stm32@gmail.com> <1452773795-24216-5-git-send-email-mcoquelin.stm32@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1452773795-24216-5-git-send-email-mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maxime Coquelin Cc: Patrice CHOTARD , Mark Rutland , Rob Herring , "linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Arnd Bergmann , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , =?UTF-8?Q?Andreas_F=C3=A4rber?= , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Daniel Thompson , Bruno Herrera List-Id: linux-gpio@vger.kernel.org On Thu, Jan 14, 2016 at 1:16 PM, Maxime Coquelin wrote: > This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 > family of MCUs. > > While it only supports STM32F429 for now, it has been designed to enable > support of other MCUs of the family (e.g. STM32F746). > > Acked-by: Patrice Chotard > Signed-off-by: Maxime Coquelin This patch applied for kernel v4.6. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" 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 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754624AbcA0NQf (ORCPT ); Wed, 27 Jan 2016 08:16:35 -0500 Received: from mail-ob0-f181.google.com ([209.85.214.181]:35813 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753991AbcA0NQc (ORCPT ); Wed, 27 Jan 2016 08:16:32 -0500 MIME-Version: 1.0 In-Reply-To: <1452773795-24216-5-git-send-email-mcoquelin.stm32@gmail.com> References: <1452773795-24216-1-git-send-email-mcoquelin.stm32@gmail.com> <1452773795-24216-5-git-send-email-mcoquelin.stm32@gmail.com> Date: Wed, 27 Jan 2016 14:16:32 +0100 Message-ID: Subject: Re: [PATCH v4 4/9] pinctrl: Add STM32 MCUs support From: Linus Walleij To: Maxime Coquelin Cc: Patrice CHOTARD , Mark Rutland , Rob Herring , "linux-gpio@vger.kernel.org" , Arnd Bergmann , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , =?UTF-8?Q?Andreas_F=C3=A4rber?= , "devicetree@vger.kernel.org" , Daniel Thompson , Bruno Herrera Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2016 at 1:16 PM, Maxime Coquelin wrote: > This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 > family of MCUs. > > While it only supports STM32F429 for now, it has been designed to enable > support of other MCUs of the family (e.g. STM32F746). > > Acked-by: Patrice Chotard > Signed-off-by: Maxime Coquelin This patch applied for kernel v4.6. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Wed, 27 Jan 2016 14:16:32 +0100 Subject: [PATCH v4 4/9] pinctrl: Add STM32 MCUs support In-Reply-To: <1452773795-24216-5-git-send-email-mcoquelin.stm32@gmail.com> References: <1452773795-24216-1-git-send-email-mcoquelin.stm32@gmail.com> <1452773795-24216-5-git-send-email-mcoquelin.stm32@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 14, 2016 at 1:16 PM, Maxime Coquelin wrote: > This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 > family of MCUs. > > While it only supports STM32F429 for now, it has been designed to enable > support of other MCUs of the family (e.g. STM32F746). > > Acked-by: Patrice Chotard > Signed-off-by: Maxime Coquelin This patch applied for kernel v4.6. Yours, Linus Walleij