2014-02-18 16:22:29

by Jason Cooper

[permalink] [raw]
Subject: [GIT PULL] irqchip: mvebu fixes for v3.14

Thomas,

Here is a small round of fixes for irq-orion.c. They've been in -next
for over a week. Please pull.

We have a set of watchdog changes depending on this that are going
through mvebu/arm-soc. So please don't rebase, just let me know if
there's something that isn't right. I'll fix it up and resend.

thx,

Jason.


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

git://git.infradead.org/linux-mvebu.git tags/irqchip-mvebu-fixes-3.14

for you to fetch changes up to 12bd4f7c135482fd097e7e169308d84b72c32b69:

IRQ: Orion: Fix getting generic chip pointer. (2014-02-08 15:42:07 +0000)

----------------------------------------------------------------
irqchip mvebu fixes for v3.14

- orion:
- fixes for clearing bridge cause register, and clearing stale interrupts

----------------------------------------------------------------
Andrew Lunn (1):
IRQ: Orion: Fix getting generic chip pointer.

Sebastian Hesselbarth (3):
irqchip: orion: clear bridge cause register on init
irqchip: orion: use handle_edge_irq on bridge irqs
irqchip: orion: clear stale interrupts in irq_startup

drivers/irqchip/irq-orion.c | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)


2014-02-18 20:23:26

by Thomas Gleixner

[permalink] [raw]
Subject: Re: [GIT PULL] irqchip: mvebu fixes for v3.14

On Tue, 18 Feb 2014, Jason Cooper wrote:

> Thomas,
>
> Here is a small round of fixes for irq-orion.c. They've been in -next
> for over a week. Please pull.
>
> We have a set of watchdog changes depending on this that are going
> through mvebu/arm-soc. So please don't rebase, just let me know if
> there's something that isn't right. I'll fix it up and resend.

Just a nit:

12bd4f7: IRQ: Orion: Fix getting generic chip pointer.
e0318ec: irqchip: orion: clear stale interrupts in irq_startup
5f40067: irqchip: orion: use handle_edge_irq on bridge irqs
7b119fd: irqchip: orion: clear bridge cause register on init

Can you see it ?

Thanks,

tglx

2014-02-19 15:36:04

by Jason Cooper

[permalink] [raw]
Subject: Re: [GIT PULL] irqchip: mvebu fixes for v3.14

On Tue, Feb 18, 2014 at 09:23:29PM +0100, Thomas Gleixner wrote:
> On Tue, 18 Feb 2014, Jason Cooper wrote:
>
> > Thomas,
> >
> > Here is a small round of fixes for irq-orion.c. They've been in -next
> > for over a week. Please pull.
> >
> > We have a set of watchdog changes depending on this that are going
> > through mvebu/arm-soc. So please don't rebase, just let me know if
> > there's something that isn't right. I'll fix it up and resend.
>
> Just a nit:
>
> 12bd4f7: IRQ: Orion: Fix getting generic chip pointer.
> e0318ec: irqchip: orion: clear stale interrupts in irq_startup
> 5f40067: irqchip: orion: use handle_edge_irq on bridge irqs
> 7b119fd: irqchip: orion: clear bridge cause register on init

<looks at feet, kicks stones>

v2 on it's way.

thx,

Jason.

2014-02-21 22:03:50

by Jason Cooper

[permalink] [raw]
Subject: [GIT PULL V2] irqchip: mvebu fixes for v3.14

Thomas,

Here it is. Sorry for the delay. I was under the weather past couple
days.

thx,

Jason.

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

git://git.infradead.org/linux-mvebu.git tags/irqchip-mvebu-fixes-3.14

for you to fetch changes up to d86e9af6336c0ad586a5dbd70064253d40bbb5ff:

irqchip: orion: Fix getting generic chip pointer. (2014-02-21 21:46:56 +0000)

----------------------------------------------------------------
irqchip mvebu fixes for v3.14

- orion:
- fixes for clearing bridge cause register, and clearing stale interrupts

----------------------------------------------------------------
Andrew Lunn (1):
irqchip: orion: Fix getting generic chip pointer.

Sebastian Hesselbarth (3):
irqchip: orion: clear bridge cause register on init
irqchip: orion: use handle_edge_irq on bridge irqs
irqchip: orion: clear stale interrupts in irq_startup

drivers/irqchip/irq-orion.c | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)