]> bbs.cooldavid.org Git - net-next-2.6.git/commit
smsc911x: add support for platform-specific irq flags
authorSteve Glendinning <steve.glendinning@smsc.com>
Tue, 27 Jan 2009 06:51:09 +0000 (06:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Feb 2009 08:37:19 +0000 (00:37 -0800)
commit61307ed85dbf0ee232e354721a5a0a2011da7996
tree2a3961ceff61a5442abf4a97bea32cb376fdda1a
parent05bee4737774881e027bfd9a8b5c40a7d68f6325
smsc911x: add support for platform-specific irq flags

this patch adds support for the platform_device's resources to indicate
additional flags to use when registering the irq, for example
IORESOURCE_IRQ_LOWLEVEL (which corresponds to IRQF_TRIGGER_LOW).  These
should be set in the irq resource flags field.

Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/smsc911x.c