From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH v4] sh-pfc: add R8A7794 PFC support Date: Tue, 03 Mar 2015 02:31:11 +0200 Message-ID: <3121113.X7ESdRtU5F@avalon> References: <3551465.HvFoQ45W0R@wasted.cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:57626 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753950AbbCCAbM (ORCPT ); Mon, 2 Mar 2015 19:31:12 -0500 In-Reply-To: <3551465.HvFoQ45W0R@wasted.cogentembedded.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Sergei Shtylyov Cc: linus.walleij@linaro.org, linux-sh@vger.kernel.org, linux-gpio@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org Hi Sergei, Thank you for the patch. On Saturday 28 February 2015 02:40:42 Sergei Shtylyov wrote: > From: Hisashi Nakamura > > Add PFC support for the R8A7794 SoC including pin groups for some on-chip > devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF... > > Signed-off-by: Hisashi Nakamura > [Sergei: squashed together several patches, fixed the MLB_CLK typo, added > IRQ4.. IRQ9 pin groups, fixed IRQn comments, added ETH B pin group names, > removed stray new line and fixed typos in the comments in the > pinmux_config_regs[] initializer, removed the platform device ID, took into > account limited number of signals in the GPIO1/5/6 controllers, added > reasonable and removed unreasonable copyrights, modified the bindings > document, renamed, added changelog.] Signed-off-by: Sergei Shtylyov > Pending the merge of "[PATCH] sh-pfc: handle pin array holes in sh_pfc_map_pins()" which is still under discussion, Acked-by: Laurent Pinchart > --- > The patch is against the 'devel' branch of Linus W.'s 'linux-pinctrl.git' > repo. > > Changes in version 4: > - reused the PORT_GP_26() macro to #define PORT_GP_28(). > > Changes in version 3: > - removed the platform device ID; > - added PORT_GP_26() and PORT_GP_28() macros, used them for GPIO1/5/6 in the > CPU_ALL_PORT() macro. > > Changes in version 2: > - rebased the patch. > > Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 > drivers/pinctrl/sh-pfc/Kconfig | 5 > drivers/pinctrl/sh-pfc/Makefile | 1 > drivers/pinctrl/sh-pfc/core.c | 6 > drivers/pinctrl/sh-pfc/core.h | 1 > drivers/pinctrl/sh-pfc/pfc-r8a7794.c | 4008 ++ > 6 files changed, 4022 insertions(+) -- Regards, Laurent Pinchart