Re: [PATCHv2] smsc911x: add irq_flags in smsc911x_platform_config.
From: <hidden>
Date: 2009-01-14 10:12:37
Hi Russell,
quoted
quoted
When calling request IRQ it is desirable to allow platforms to specific flags for the call to request_irq. Adding irq_flags to smsc911x_platform_config allows these flags to be passed. Signed-off-by: Stanley.Miao <redacted>Acked-by: Steve Glendinning <redacted> Thanks Stanley. I have two more arm platform smsc911x conversion patches (realview and
quoted
pcm037) which I'll post for review shortly. Both also depend on this irq_flags change, as they register their interrupts shared. David:
would
quoted
it make sense to put this driver patch into the arm tree?Does this really make sense? Normally, the interrupt level/edge stuff
is
passed through the resource structure. I can't really comment because it seems that there's no way to work out what patch you're acking. I can't find it in the last 6 months of
email,
and there's no attributation for your quoted reply to hint at when the original message was sent.
Here's the patch: http://patchwork.ozlabs.org/patch/18386/ Steve