Re: [PATCH resend 2] Add sc16is7x2 driver
From: Greg KH <hidden>
Date: 2011-01-07 19:46:05
Also in:
lkml
From: Greg KH <hidden>
Date: 2011-01-07 19:46:05
Also in:
lkml
On Fri, Jan 07, 2011 at 04:14:34PM +0100, Manuel Stahl wrote:
IRQ is now implemented with work queue (like max3100). The problem is, that the sc16is7x2 has a low active irq. But with active low threaded_irqs, shared irqs are not allowed. Please try this one and report errors. Regards, Manuel Stahl PS: sorry that the patch is not inline, not sure how to configure thunderbird correctly
Don't sign your emails, and that will help out in getting 'git am' to be able to accept this. Care to retry with the signature?
--- /dev/null +++ b/include/linux/serial_sc16is7x2.h
This should go in include/linux/platform_data/ instead of the "main" include/linux/ directory. thanks, greg k-h