]> err.no Git - linux-2.6/commit
[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)
commit5f13e7ec5c1d98f4a63a3a79e66b2b121051f5ac
treeabe58e74398f5a8f1181f047e3d936226a836288
parenta5fe736eaf9bae1b45317313de04b564441b94f2
[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>
drivers/net/smc91x.c
drivers/net/smc91x.h