From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 0/4] Update for Renesas INTC External IRQ pin driver for v3.11
Date: Wed, 05 Jun 2013 06:45:45 +0000 [thread overview]
Message-ID: <20130605064545.GC14490@verge.net.au> (raw)
In-Reply-To: <1370406751-3852-1-git-send-email-horms+renesas@verge.net.au>
[ fix up subject to say GIT PULL ]
On Wed, Jun 05, 2013 at 01:32:27PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
>
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>
> Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq-for-v3.11
>
> for you to fetch changes up to 14d064ad3881f47ae0a6f247c992652053c7f4d5:
>
> irqchip: Add irqchip_init dummy function (2013-05-22 21:55:41 +0900)
>
> ----------------------------------------------------------------
> Update for Renesas INTC External IRQ pin driver for v3.11
>
> Add runtime PM support
> Add DT binding for sense bitfield width
> Correct error handing in irqc_probe
> Add irqchip_init dummy function
>
> ----------------------------------------------------------------
> Axel Lin (1):
> irqchip: renesas-irqc: Fix irqc_probe error handling
>
> Bastian Hecht (1):
> irqchip: Add irqchip_init dummy function
>
> Guennadi Liakhovetski (1):
> irqchip: renesas-intc-irqpin: DT binding for sense bitfield width
>
> Simon Horman (1):
> irqchip: irqc: Add runtime PM support
>
> .../bindings/interrupt-controller/renesas,intc-irqpin.txt | 13 +++++++++++++
> drivers/irqchip/irq-renesas-intc-irqpin.c | 4 ++++
> drivers/irqchip/irq-renesas-irqc.c | 12 ++++++++++--
> include/linux/irqchip.h | 4 ++++
> 4 files changed, 31 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
>
> --
> 1.8.2.1
>
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 0/4] Update for Renesas INTC External IRQ pin driver for v3.11
Date: Wed, 5 Jun 2013 15:45:45 +0900 [thread overview]
Message-ID: <20130605064545.GC14490@verge.net.au> (raw)
In-Reply-To: <1370406751-3852-1-git-send-email-horms+renesas@verge.net.au>
[ fix up subject to say GIT PULL ]
On Wed, Jun 05, 2013 at 01:32:27PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
>
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>
> Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq-for-v3.11
>
> for you to fetch changes up to 14d064ad3881f47ae0a6f247c992652053c7f4d5:
>
> irqchip: Add irqchip_init dummy function (2013-05-22 21:55:41 +0900)
>
> ----------------------------------------------------------------
> Update for Renesas INTC External IRQ pin driver for v3.11
>
> Add runtime PM support
> Add DT binding for sense bitfield width
> Correct error handing in irqc_probe
> Add irqchip_init dummy function
>
> ----------------------------------------------------------------
> Axel Lin (1):
> irqchip: renesas-irqc: Fix irqc_probe error handling
>
> Bastian Hecht (1):
> irqchip: Add irqchip_init dummy function
>
> Guennadi Liakhovetski (1):
> irqchip: renesas-intc-irqpin: DT binding for sense bitfield width
>
> Simon Horman (1):
> irqchip: irqc: Add runtime PM support
>
> .../bindings/interrupt-controller/renesas,intc-irqpin.txt | 13 +++++++++++++
> drivers/irqchip/irq-renesas-intc-irqpin.c | 4 ++++
> drivers/irqchip/irq-renesas-irqc.c | 12 ++++++++++--
> include/linux/irqchip.h | 4 ++++
> 4 files changed, 31 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,intc-irqpin.txt
>
> --
> 1.8.2.1
>
next prev parent reply other threads:[~2013-06-05 6:45 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 4:32 [PATCH 0/4] Update for Renesas INTC External IRQ pin driver for v3.11 Simon Horman
2013-06-05 4:32 ` Simon Horman
2013-06-05 4:32 ` [PATCH 1/4] irqchip: irqc: Add runtime PM support Simon Horman
2013-06-05 4:32 ` Simon Horman
2013-06-05 7:03 ` Magnus Damm
2013-06-05 7:03 ` Magnus Damm
2013-06-05 13:49 ` Simon Horman
2013-06-05 13:49 ` Simon Horman
2013-06-05 4:32 ` [PATCH 2/4] irqchip: renesas-intc-irqpin: DT binding for sense bitfield width Simon Horman
2013-06-05 4:32 ` Simon Horman
2013-06-05 11:52 ` Arnd Bergmann
2013-06-05 11:52 ` Arnd Bergmann
2013-06-05 13:51 ` Simon Horman
2013-06-05 13:51 ` Simon Horman
2013-06-05 4:32 ` [PATCH 3/4] irqchip: renesas-irqc: Fix irqc_probe error handling Simon Horman
2013-06-05 4:32 ` Simon Horman
2013-06-05 4:32 ` [PATCH 4/4] irqchip: Add irqchip_init dummy function Simon Horman
2013-06-05 4:32 ` Simon Horman
2013-06-05 6:45 ` Simon Horman [this message]
2013-06-05 6:45 ` [GIT PULL 0/4] Update for Renesas INTC External IRQ pin driver for v3.11 Simon Horman
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=20130605064545.GC14490@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.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.