mbox

[GIT,PULL] CSR SiRFprimaII dt-binding pinmux mapping

Message ID CAGsJ_4z-A1JXwrHwFpggdwo5Ku64fdNH-z=cMSDNRdf8YzEF9A@mail.gmail.com
State New
Headers show

Pull-request

git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git pinmux-dt

Message

Barry Song Sept. 5, 2012, 7:08 a.m. UTC
Hi Olof, Arnd,
Please pull the following patches which are making prima2 pinctrl
driver support dt-binding mapping.
All have been acked by Linus and we think it is better to take them by arm soc.

Thanks
barry

The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d:

  Linux 3.6-rc4 (2012-09-01 10:39:58 -0700)

are available in the git repository at:
  git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git pinmux-dt

Barry Song (3):
      ARM: PRIMA2: add missing interrupts property for pinctrl node
      ARM: PRIMA2: rename prima2-cb.dts to prima2.dtsi as it only has
SoC features
      pinctrl: sirf: add DT-binding pinmux mapping support

 arch/arm/boot/dts/prima2-cb.dts    |  424 ------------------------
 arch/arm/boot/dts/prima2-evb.dts   |   37 ++
 arch/arm/boot/dts/prima2.dtsi      |  640 ++++++++++++++++++++++++++++++++++++
 arch/arm/mach-prima2/Makefile.boot |    2 +
 drivers/pinctrl/pinctrl-sirf.c     |   58 ++++-
 5 files changed, 736 insertions(+), 425 deletions(-)
 delete mode 100644 arch/arm/boot/dts/prima2-cb.dts
 create mode 100644 arch/arm/boot/dts/prima2-evb.dts
 create mode 100644 arch/arm/boot/dts/prima2.dtsi

Comments

Olof Johansson Sept. 5, 2012, 11:28 p.m. UTC | #1
On Wed, Sep 05, 2012 at 03:08:29PM +0800, Barry Song wrote:
> Hi Olof, Arnd,
> Please pull the following patches which are making prima2 pinctrl
> driver support dt-binding mapping.
> All have been acked by Linus and we think it is better to take them by arm soc.
> 
> Thanks
> barry
> 
> The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d:
> 
>   Linux 3.6-rc4 (2012-09-01 10:39:58 -0700)
> 
> are available in the git repository at:
>   git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git pinmux-dt

Thanks, pulled into next/dt.


-Olof