commit | 5f13e7ec5c1d98f4a63a3a79e66b2b121051f5ac | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Mon May 16 08:53:52 2005 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Jun 27 23:08:09 2005 -0400 |
tree | abe58e74398f5a8f1181f047e3d936226a836288 | |
parent | a5fe736eaf9bae1b45317313de04b564441b94f2 [diff] |
[PATCH] smc91x needs settable IRQ trigger type 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>