[PATCH] smc91x needs settable IRQ trigger type
authorDavid Brownell <david-b@pacbell.net>
Mon, 16 May 2005 15:53:52 +0000 (08:53 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 28 Jun 2005 03:08:09 +0000 (23:08 -0400)
For boards that invert the SMC91x IRQ line (maybe an FPGA inverts it),
the set_irq_type() call can't assume IRQT_RISING.  These particular
boards currently use OMAP-specific calls to change the trigger type,
but the boards break when set_irq_type() stops being a NOP.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>

No differences found