From: David Brownell Date: Mon, 16 May 2005 15:53:52 +0000 (-0700) Subject: [PATCH] smc91x needs settable IRQ trigger type X-Git-Tag: v2.6.13-rc1~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f13e7ec5c1d98f4a63a3a79e66b2b121051f5ac;p=pandora-kernel.git [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 --- Reading git-diff-tree failed