On Wednesday 29 October 2008, Jarkko Nikula wrote: > - status = omap_request_gpio(gpio); > + status = gpio_request(gpio, "SMC91x irq"); OK, that IRQ is actually shared among all the IRQ sources on the debug board ... notably, its four serial ports share it. So I'd use a different label. :) I'm working on a slightly different patch, to make all the FPGA GPIOs plug in to the GPIO framework, but that can easily go on top of this. - Dave -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html