From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH v2 1/3] pinctrl: pinctrl-imx: add imx pinctrl core driver Date: Tue, 24 Apr 2012 11:02:23 +0200 Message-ID: References: <1334933916-12971-1-git-send-email-b29396@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <1334933916-12971-1-git-send-email-b29396@freescale.com> Sender: linux-kernel-owner@vger.kernel.org To: Dong Aisheng , Sascha Hauer , Shawn Guo Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, linus.walleij@stericsson.com, swarren@wwwdotorg.org, kernel@pengutronix.de, grant.likely@secretlab.ca, rob.herring@calxeda.com List-Id: devicetree@vger.kernel.org On Fri, Apr 20, 2012 at 4:58 PM, Dong Aisheng wrote: > From: Dong Aisheng > > The driver has mux and config support while the gpio is still > not supported. > For select input setting, the driver will handle it internally > and do not need user to take care of it. > > The pinctrl-imx core driver will parse the dts file and dynamically > create the pinmux functions and groups. > > Each IMX SoC pinctrl driver should register pins with a pin register map > including mux register and config register and select input map to core > for proper operations. > > Signed-off-by: Dong Aisheng I'm pretty happy with this driver and would love to merge it. However it'd be nice to have someone else ACK it first. Someone like Sascha or Shawn would work fine :D Yours, Linus Walleij