Re: [PATCH] drivers: platform: parse IRQ flags from resources

2015-03-18 Thread Linus Walleij
On Sat, Mar 14, 2015 at 10:35 PM, Robert Jarzmik wrote: > Linus Walleij writes: >> On Fri, Feb 20, 2015 at 4:40 PM, Greg Kroah-Hartman >> wrote: >>> Ah, found this now. >>> >>> I'll defer to Grant as to what to do here, as I have no idea... >> >> OK no answer, Greg can you just merge this patch

Re: [PATCH] drivers: platform: parse IRQ flags from resources

2015-03-14 Thread Robert Jarzmik
Linus Walleij writes: > On Fri, Feb 20, 2015 at 4:40 PM, Greg Kroah-Hartman > wrote: >> On Wed, Feb 18, 2015 at 05:12:18PM +0100, Linus Walleij wrote: >>> This fixes a regression from the net subsystem: >>> After commit d52fdbb735c36a209f36a628d40ca9185b349ba7 >>> "smc91x: retrieve IRQ and trigg

Re: [PATCH] drivers: platform: parse IRQ flags from resources

2015-03-09 Thread Linus Walleij
On Fri, Feb 20, 2015 at 4:40 PM, Greg Kroah-Hartman wrote: > On Wed, Feb 18, 2015 at 05:12:18PM +0100, Linus Walleij wrote: >> This fixes a regression from the net subsystem: >> After commit d52fdbb735c36a209f36a628d40ca9185b349ba7 >> "smc91x: retrieve IRQ and trigger flags in a modern way" >> a r

Re: [PATCH] drivers: platform: parse IRQ flags from resources

2015-03-05 Thread Robert Jarzmik
Greg Kroah-Hartman writes: > On Wed, Feb 18, 2015 at 05:12:18PM +0100, Linus Walleij wrote: >> This fixes a regression from the net subsystem: >> After commit d52fdbb735c36a209f36a628d40ca9185b349ba7 >> "smc91x: retrieve IRQ and trigger flags in a modern way" >> a regression would appear on some

Re: [PATCH] drivers: platform: parse IRQ flags from resources

2015-02-20 Thread Greg Kroah-Hartman
On Wed, Feb 18, 2015 at 05:12:18PM +0100, Linus Walleij wrote: > This fixes a regression from the net subsystem: > After commit d52fdbb735c36a209f36a628d40ca9185b349ba7 > "smc91x: retrieve IRQ and trigger flags in a modern way" > a regression would appear on some legacy platforms such > as the ARM

[PATCH] drivers: platform: parse IRQ flags from resources

2015-02-18 Thread Linus Walleij
This fixes a regression from the net subsystem: After commit d52fdbb735c36a209f36a628d40ca9185b349ba7 "smc91x: retrieve IRQ and trigger flags in a modern way" a regression would appear on some legacy platforms such as the ARM PXA Zylonite that specify IRQ resources like this: static struct resourc