From: Peter Hurley Date: Tue, 24 Feb 2015 19:25:07 +0000 (-0500) Subject: serial: 8250: Separate legacy irq handling from core port operations X-Git-Tag: omap-for-v4.2/o2_dc~64^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4416cd1ac7b48988f0f41a17769d65c71ffc504;p=pandora-kernel.git serial: 8250: Separate legacy irq handling from core port operations Prepare for 8250 split; decouple irq setup/teardown and handler from core port operations. Introduce setup_irq() and release_irq() 8250 driver methods; the 8250 core will use these methods to install and remove irq handling for the given 8250 port. Refactor irq chain linking/unlinking from 8250 core into univ8250_setup_irq()/univ8250_release_irq() for the universal 8250 driver. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed