From: Jamie Iles Date: Mon, 15 Aug 2011 09:17:51 +0000 (+0100) Subject: tty: serial: allow ports to override the irq handler X-Git-Tag: v3.2-rc1~170^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74036f51272975e9538e80cd1bb64dce164b208;p=pandora-kernel.git tty: serial: allow ports to override the irq handler Some serial ports may have unusal requirements for interrupt handling (e.g. the Synopsys DesignWare 8250-alike port and it's busy detect interrupt). Add a .handle_irq callback that can be used for platforms to override the interrupt behaviour in a similar fashion to the .serial_out and .serial_in callbacks. Signed-off-by: Jamie Iles Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed