mbox

[GIT,PULL] Update for Renesas INTC External IRQ pin driver for v3.10

Message ID 1364540207-7699-1-git-send-email-horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq2-for-v3.10

Message

Simon Horman March 29, 2013, 6:56 a.m. UTC
Hi Arnd, Hi Olof,

The following changes since commit 3b8dfa7c2f8af7613dae28ac0f3419bf75ead5d0:

  irqchip: irqc: Add DT support (2013-03-18 21:26:07 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq2-for-v3.10

for you to fetch changes up to 427cc720277c140e6a63a03237f9bf37d8076ac3:

  irqchip: intc-irqpin: Add support for shared interrupt lines (2013-03-28 16:39:46 +0900)

----------------------------------------------------------------
Update for Renesas INTC External IRQ pin driver for v3.10

This adds support for shared interrupt lines to the
Renesas INTC External IRQ pin driver which has already
been queued up for v3.10 (tag renesas-intc-external-irq-for-v3.10).

----------------------------------------------------------------
Bastian Hecht (1):
      irqchip: intc-irqpin: Add support for shared interrupt lines

 drivers/irqchip/irq-renesas-intc-irqpin.c |   90 ++++++++++++++++++++++++++---
 1 file changed, 83 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann April 8, 2013, 3:54 p.m. UTC | #1
On Friday 29 March 2013, Simon Horman wrote:
> Hi Arnd, Hi Olof,
> 
> The following changes since commit 3b8dfa7c2f8af7613dae28ac0f3419bf75ead5d0:
> 
>   irqchip: irqc: Add DT support (2013-03-18 21:26:07 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq2-for-v3.10
> 

Pulled into next/drivers, thanks!

Sorry for the slight delay in processing this.

	Arnd
Arnd Bergmann April 8, 2013, 3:59 p.m. UTC | #2
On Monday 08 April 2013, Arnd Bergmann wrote:
> On Friday 29 March 2013, Simon Horman wrote:
> > Hi Arnd, Hi Olof,
> > 
> > The following changes since commit 3b8dfa7c2f8af7613dae28ac0f3419bf75ead5d0:
> > 
> >   irqchip: irqc: Add DT support (2013-03-18 21:26:07 +0900)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq2-for-v3.10
> > 
> 
> Pulled into next/drivers, thanks!
> 
> Sorry for the slight delay in processing this.
> 

Ah, I found now that we already had other branches based on this patch merged
into renesas/pinmux2 and renesas/soc2. Anyway, now we have it as a separate
branch tag.

	Arnd