All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] rmobile updates for 3.2
Date: Sun, 06 Nov 2011 01:33:02 +0000	[thread overview]
Message-ID: <20111106013302.GF29825@linux-sh.org> (raw)

Please pull from:

	git://github.com/pmundt/linux-sh.git rmobile-latest

Which contains:

Bastian Hecht (1):
      ARM: sh7372 ap4evb NOR Flash USB boot fix

Guennadi Liakhovetski (1):
      ARM: mach-shmobile: ag5evm needs CONFIG_I2C

Magnus Damm (19):
      ARM: mach-shmobile: sh73a0 PFC pull-up support for SDHI0+2
      ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X support
      ARM: mach-shmobile: Kota2 KEYSC support
      ARM: mach-shmobile: Kota2 GPIO Keys support
      ARM: mach-shmobile: Kota2 GPIO LEDs support
      ARM: mach-shmobile: Kota2 MMCIF support
      ARM: mach-shmobile: Kota2 SCIFA4 and SCIFB support
      ARM: mach-shmobile: Kota2 SDHI0 and SDHI1 support
      ARM: mach-shmobile: Break out INTC IRQ code
      sh: intc: Allow triggering on both edges for ARM SoCs
      ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fix
      ARM: mach-shmobile: sh73a0 GPIO IRQ support
      ARM: mach-shmobile: Use common INTC IRQ code on sh7367
      ARM: mach-shmobile: Use common INTC IRQ code on sh7377
      ARM: mach-shmobile: Use common INTC IRQ code on sh7372
      ARM: mach-shmobile: Use common INTC IRQ code on sh73a0
      ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVM
      ARM: mach-shmobile: Add support for PINT though INTC macros
      ARM: mach-shmobile: sh73a0 and AG5EVM PINT support

 arch/arm/mach-shmobile/Kconfig               |    8 +
 arch/arm/mach-shmobile/Makefile              |    1 +
 arch/arm/mach-shmobile/board-ag5evm.c        |   36 ++-
 arch/arm/mach-shmobile/board-ap4evb.c        |    4 +-
 arch/arm/mach-shmobile/board-kota2.c         |  447 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/board-mackerel.c      |    4 +-
 arch/arm/mach-shmobile/include/mach/intc.h   |  246 ++++++++++++++
 arch/arm/mach-shmobile/include/mach/sh73a0.h |   17 +
 arch/arm/mach-shmobile/intc-sh7367.c         |   40 +--
 arch/arm/mach-shmobile/intc-sh7372.c         |   72 +----
 arch/arm/mach-shmobile/intc-sh7377.c         |   67 +----
 arch/arm/mach-shmobile/intc-sh73a0.c         |  187 +++++++++++
 arch/arm/mach-shmobile/pfc-sh73a0.c          |  120 ++++++-
 arch/arm/mach-shmobile/platsmp.c             |   10 +-
 drivers/sh/intc/chip.c                       |    2 +-
 15 files changed, 1063 insertions(+), 198 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/board-kota2.c
 create mode 100644 arch/arm/mach-shmobile/include/mach/intc.h

WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] rmobile updates for 3.2
Date: Sun, 6 Nov 2011 10:33:02 +0900	[thread overview]
Message-ID: <20111106013302.GF29825@linux-sh.org> (raw)

Please pull from:

	git://github.com/pmundt/linux-sh.git rmobile-latest

Which contains:

Bastian Hecht (1):
      ARM: sh7372 ap4evb NOR Flash USB boot fix

Guennadi Liakhovetski (1):
      ARM: mach-shmobile: ag5evm needs CONFIG_I2C

Magnus Damm (19):
      ARM: mach-shmobile: sh73a0 PFC pull-up support for SDHI0+2
      ARM: mach-shmobile: Kota2 SCIFA2 and SMSC911X support
      ARM: mach-shmobile: Kota2 KEYSC support
      ARM: mach-shmobile: Kota2 GPIO Keys support
      ARM: mach-shmobile: Kota2 GPIO LEDs support
      ARM: mach-shmobile: Kota2 MMCIF support
      ARM: mach-shmobile: Kota2 SCIFA4 and SCIFB support
      ARM: mach-shmobile: Kota2 SDHI0 and SDHI1 support
      ARM: mach-shmobile: Break out INTC IRQ code
      sh: intc: Allow triggering on both edges for ARM SoCs
      ARM: mach-shmobile: sh7372 Mackerel NOR Flash USB boot fix
      ARM: mach-shmobile: sh73a0 GPIO IRQ support
      ARM: mach-shmobile: Use common INTC IRQ code on sh7367
      ARM: mach-shmobile: Use common INTC IRQ code on sh7377
      ARM: mach-shmobile: Use common INTC IRQ code on sh7372
      ARM: mach-shmobile: Use common INTC IRQ code on sh73a0
      ARM: mach-shmobile: SDHI0 GPIO hotplug for AG5EVM
      ARM: mach-shmobile: Add support for PINT though INTC macros
      ARM: mach-shmobile: sh73a0 and AG5EVM PINT support

 arch/arm/mach-shmobile/Kconfig               |    8 +
 arch/arm/mach-shmobile/Makefile              |    1 +
 arch/arm/mach-shmobile/board-ag5evm.c        |   36 ++-
 arch/arm/mach-shmobile/board-ap4evb.c        |    4 +-
 arch/arm/mach-shmobile/board-kota2.c         |  447 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/board-mackerel.c      |    4 +-
 arch/arm/mach-shmobile/include/mach/intc.h   |  246 ++++++++++++++
 arch/arm/mach-shmobile/include/mach/sh73a0.h |   17 +
 arch/arm/mach-shmobile/intc-sh7367.c         |   40 +--
 arch/arm/mach-shmobile/intc-sh7372.c         |   72 +----
 arch/arm/mach-shmobile/intc-sh7377.c         |   67 +----
 arch/arm/mach-shmobile/intc-sh73a0.c         |  187 +++++++++++
 arch/arm/mach-shmobile/pfc-sh73a0.c          |  120 ++++++-
 arch/arm/mach-shmobile/platsmp.c             |   10 +-
 drivers/sh/intc/chip.c                       |    2 +-
 15 files changed, 1063 insertions(+), 198 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/board-kota2.c
 create mode 100644 arch/arm/mach-shmobile/include/mach/intc.h

             reply	other threads:[~2011-11-06  1:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-06  1:33 Paul Mundt [this message]
2011-11-06  1:33 ` [GIT PULL] rmobile updates for 3.2 Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111106013302.GF29825@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.