Re: [PATCH v2 1/2] tegra20: add pinctrl driver

2013-10-22 Thread Uwe Kleine-König
Hello Lucas, On Fri, May 10, 2013 at 08:28:57PM +0200, Lucas Stach wrote: > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index e6aee50..0b859b8 100644 > --- a/drivers/pinctrl/Kconfig > +++ b/drivers/pinctrl/Kconfig > @@ -25,4 +25,10 @@ config PINCTRL_IMX_IOMUX_V3 > help >

Re: [PATCH v2 1/2] tegra20: add pinctrl driver

2013-05-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:17 Sat 11 May , Sascha Hauer wrote: > On Fri, May 10, 2013 at 09:03:10PM +0200, Alexander Aring wrote: > > Hi Lucas, > > > > On Fri, May 10, 2013 at 08:28:57PM +0200, Lucas Stach wrote: > > > This adds a pinctrl driver for the Tegra 20 line of SoCs. It only > > > supports the three basic

Re: [PATCH v2 1/2] tegra20: add pinctrl driver

2013-05-11 Thread Sascha Hauer
On Fri, May 10, 2013 at 09:03:10PM +0200, Alexander Aring wrote: > Hi Lucas, > > On Fri, May 10, 2013 at 08:28:57PM +0200, Lucas Stach wrote: > > This adds a pinctrl driver for the Tegra 20 line of SoCs. It only > > supports the three basic pinconfiguration settings function mux, > > tristate cont

Re: [PATCH v2 1/2] tegra20: add pinctrl driver

2013-05-10 Thread Alexander Aring
Hi Lucas, On Fri, May 10, 2013 at 08:28:57PM +0200, Lucas Stach wrote: > This adds a pinctrl driver for the Tegra 20 line of SoCs. It only > supports the three basic pinconfiguration settings function mux, > tristate control and pullup/down control. > > The driver understands the same devicetree

[PATCH v2 1/2] tegra20: add pinctrl driver

2013-05-10 Thread Lucas Stach
This adds a pinctrl driver for the Tegra 20 line of SoCs. It only supports the three basic pinconfiguration settings function mux, tristate control and pullup/down control. The driver understands the same devicetree bindings as the Linux one, unimplemented pinconfiguration options will be ignored.