All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-metag <linux-metag@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] metag architecture changes for v3.12
Date: Mon, 9 Sep 2013 16:41:05 +0100	[thread overview]
Message-ID: <522DEC11.106@imgtec.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1751 bytes --]

Hi Linus,

Please pull a few arch/metag changes for v3.12.

Thanks
James

---
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b:

  Linux 3.11-rc2 (2013-07-21 12:05:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git tags/metag-for-v3.12

for you to fetch changes up to b6ef9161e43ad58c3824bd76dc87716276f0cd70:

  irq-imgpdc: add ImgTec PDC irqchip driver (2013-08-21 14:17:56 +0100)

----------------------------------------------------------------
Metag architecture changes for v3.12

- Device tree updates for TZ1090 GPIO drivers merged via GPIO tree.
- Add driver for ImgTec PDC irqchip as found in TZ1090 SoC.
- Add linux-metag mailing list to MAINTAINERS file.

----------------------------------------------------------------
James Hogan (5):
      metag: tz1090: select and instantiate irq-imgpdc
      metag: tz1090: select and instantiate gpio-tz1090
      metag: tz1090: instantiate gpio-tz1090-pdc
      MAINTAINERS: add linux-metag mailing list
      irq-imgpdc: add ImgTec PDC irqchip driver

 .../devicetree/bindings/metag/pdc-intc.txt         | 105 +++++
 MAINTAINERS                                        |   1 +
 arch/metag/Kconfig.soc                             |   2 +
 arch/metag/boot/dts/tz1090.dtsi                    |  67 +++
 drivers/irqchip/Kconfig                            |   5 +
 drivers/irqchip/Makefile                           |   1 +
 drivers/irqchip/irq-imgpdc.c                       | 499 +++++++++++++++++++++
 7 files changed, 680 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/metag/pdc-intc.txt
 create mode 100644 drivers/irqchip/irq-imgpdc.c


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

                 reply	other threads:[~2013-09-09 15:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=522DEC11.106@imgtec.com \
    --to=james.hogan@imgtec.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-metag@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.