From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v5 0/9] Add STM32 pinctrl/GPIO driver Date: Mon, 8 Feb 2016 18:50:25 +0100 Message-ID: References: <1454497485-464-1-git-send-email-mcoquelin.stm32@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-qg0-f49.google.com ([209.85.192.49]:35655 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753024AbcBHRu0 (ORCPT ); Mon, 8 Feb 2016 12:50:26 -0500 In-Reply-To: <1454497485-464-1-git-send-email-mcoquelin.stm32@gmail.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Patrice Chotard , Linus Walleij , Mark Rutland , Rob Herring , "linux-gpio@vger.kernel.org" , Arnd Bergmann Cc: "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 2016-02-03 12:04 GMT+01:00 Maxime Coquelin : > Hi Linus, > > This is the fifth round of STM32 pinctrl series, which is rebased on top of > v4.5-rc1 and removes no more needed dependency between DT and driver. > > Also, it fixes the Makefile so that it is really built when COMPILE_TEST is > set and not ARCH_STM32. > > The STM32 family has 16 pins per GPIO bank, and the number of bank varies > depending on the model. > > Pins can be multiplexed either in GPIO mode, alternate function (up to 15 > functions per pin) or analog (for ADC/DAC). > > Changes since v4: > ----------------- > - Rebase on v4.5-rc1 > - Fix compilation breakage due to gpio_chip struct .dev field renaming > - Move the macros from includes/dt-bindings to STM32 pinctrl driver directory > to avoid uneeded dependency between DT and driver. > - Fix Makefile so that driver is built with COMPILE_TEST set Please discard this series, the changes above are being handled on top of v4. Regards, Maxime From mboxrd@z Thu Jan 1 00:00:00 1970 From: mcoquelin.stm32@gmail.com (Maxime Coquelin) Date: Mon, 8 Feb 2016 18:50:25 +0100 Subject: [PATCH v5 0/9] Add STM32 pinctrl/GPIO driver In-Reply-To: <1454497485-464-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1454497485-464-1-git-send-email-mcoquelin.stm32@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2016-02-03 12:04 GMT+01:00 Maxime Coquelin : > Hi Linus, > > This is the fifth round of STM32 pinctrl series, which is rebased on top of > v4.5-rc1 and removes no more needed dependency between DT and driver. > > Also, it fixes the Makefile so that it is really built when COMPILE_TEST is > set and not ARCH_STM32. > > The STM32 family has 16 pins per GPIO bank, and the number of bank varies > depending on the model. > > Pins can be multiplexed either in GPIO mode, alternate function (up to 15 > functions per pin) or analog (for ADC/DAC). > > Changes since v4: > ----------------- > - Rebase on v4.5-rc1 > - Fix compilation breakage due to gpio_chip struct .dev field renaming > - Move the macros from includes/dt-bindings to STM32 pinctrl driver directory > to avoid uneeded dependency between DT and driver. > - Fix Makefile so that driver is built with COMPILE_TEST set Please discard this series, the changes above are being handled on top of v4. Regards, Maxime