From: Jeremy Linton Date: Mon, 29 Jun 2015 23:50:55 +0000 (-0500) Subject: of/irq: Fix pSeries boot failure X-Git-Tag: omap-for-v4.2/fixes-rc1^2~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23b251669e20b3989643d9c38228039c510478f;p=pandora-kernel.git of/irq: Fix pSeries boot failure of_irq_parse_raw() needs to return the correct interrupt controller node when an interrupt-map property doesn't exist. It allows of_irq_parse_raw() to return the node pointer of the interrupt controller, rather than the parent bus. This allows ics_rtas_host_match() to detect that the controller is a legacy 8259 and avoid using xics. This avoids an RTAS assertion/crash during early kernel bootstrapping. Signed-off-by: Jeremy Linton Reviewed-by: Benjamin Herrenschmidt Signed-off-by: Grant Likely --- Reading git-diff-tree failed