From: Thomas Petazzoni Date: Mon, 14 Apr 2014 13:54:01 +0000 (+0200) Subject: irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driver X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~16^2~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef37d337e1d37bd84ccaa5811a8d1f00f8b3677c;p=pandora-kernel.git irqchip: irq-armada-370-xp: Do the set_smp_cross_call() in the driver Instead of having the SoC code in arch/arm/mach-mvebu/platsmp.c do the set_smp_cross_call() to register the IPI-triggering function, it makes more sense to do exactly what the GIC driver is doing: let the irqchip driver do it. This way, it avoids having to expose the armada_mpic_send_doorbell() function between the irqchip driver and the SoC code. Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1397483648-26611-5-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed