Re: [PATCH v3 1/4] pinctrl-tz1090: add TZ1090 pinctrl driver

2013-06-24 Thread Linus Walleij
On Thu, Jun 20, 2013 at 11:26 AM, James Hogan james.ho...@imgtec.com wrote:

 Add a pin control driver for the main pins on the TZ1090 SoC. This
 doesn't include the low-power pins as they're controlled separately via
 the Powerdown Controller (PDC) registers.

 Signed-off-by: James Hogan james.ho...@imgtec.com
 Cc: Grant Likely grant.lik...@linaro.org
 Cc: Rob Herring rob.herr...@calxeda.com
 Cc: Rob Landley r...@landley.net
 Cc: Linus Walleij linus.wall...@linaro.org
 Cc: linux-...@vger.kernel.org
 Cc: devicetree-discuss@lists.ozlabs.org
 ---
 Changes in v3:
  - separated from irq-imgpdc and removed arch/metag changes to allow
these patches to go upstream separately via the pinctrl[/gpio] trees
(particularly the pinctrl drivers depend on the new pinconf DT
bindings).
  - some s/unsigned/unsigned int/.
  - some s/unsigned int/bool/ and use of BIT().
  - pinctrl-tz1090*: switch to generic pinconfig DT bindings and
pinconf_generic_dump_config.
  - pinctrl-tz1090*: use tz1090, prefix for pins and function in DT
bindings.
  - pinctrl-tz1090*: make internal functions static.
  - pinctrl-tz1090*: move initcall from postcore to arch.

Thanks James, patch applied.

Also thanks for helping out in getting the generic pinconf
in place for some three different drivers for this merge window,
this was very good for pinctrl at large.

Yours,
Linus Walleij
___
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss


Re: [PATCH v3 1/4] pinctrl-tz1090: add TZ1090 pinctrl driver

2013-06-24 Thread James Hogan
On 24/06/13 16:04, Linus Walleij wrote:
 On Thu, Jun 20, 2013 at 11:26 AM, James Hogan james.ho...@imgtec.com wrote:
 
 Add a pin control driver for the main pins on the TZ1090 SoC. This
 doesn't include the low-power pins as they're controlled separately via
 the Powerdown Controller (PDC) registers.

 Signed-off-by: James Hogan james.ho...@imgtec.com
 Cc: Grant Likely grant.lik...@linaro.org
 Cc: Rob Herring rob.herr...@calxeda.com
 Cc: Rob Landley r...@landley.net
 Cc: Linus Walleij linus.wall...@linaro.org
 Cc: linux-...@vger.kernel.org
 Cc: devicetree-discuss@lists.ozlabs.org
 ---
 Changes in v3:
  - separated from irq-imgpdc and removed arch/metag changes to allow
these patches to go upstream separately via the pinctrl[/gpio] trees
(particularly the pinctrl drivers depend on the new pinconf DT
bindings).
  - some s/unsigned/unsigned int/.
  - some s/unsigned int/bool/ and use of BIT().
  - pinctrl-tz1090*: switch to generic pinconfig DT bindings and
pinconf_generic_dump_config.
  - pinctrl-tz1090*: use tz1090, prefix for pins and function in DT
bindings.
  - pinctrl-tz1090*: make internal functions static.
  - pinctrl-tz1090*: move initcall from postcore to arch.
 
 Thanks James, patch applied.
 
 Also thanks for helping out in getting the generic pinconf
 in place for some three different drivers for this merge window,
 this was very good for pinctrl at large.

Thanks Linus, and no problem!

Cheers
James

___
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss