From: Jamie Iles Date: Mon, 15 Aug 2011 09:17:52 +0000 (+0100) Subject: tty: serial8250: allow platforms to override irq handler X-Git-Tag: v3.2-rc1~170^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583d28e92f667eb6cc81ea87daaa7e321c23fe14;p=pandora-kernel.git tty: serial8250: allow platforms to override irq handler Some ports (e.g. Synopsys DesignWare 8250) have special requirements for handling the interrupts. Allow these platforms to specify their own interrupt handler that will override the default. serial8250_handle_irq() is provided so that platforms can extend the IRQ handler rather than completely replacing it. Signed-off-by: Jamie Iles Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed