From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758533AbcJRGtb (ORCPT ); Tue, 18 Oct 2016 02:49:31 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:30832 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbcJRGtX (ORCPT ); Tue, 18 Oct 2016 02:49:23 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 18 Oct 2016 08:49:21 +0200 X-ME-IP: 109.220.223.51 From: Robert Jarzmik To: Daniel Mack Cc: Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: pxa: fix pxa25x interrupt init References: <1474874511-26617-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 18 Oct 2016 08:49:21 +0200 In-Reply-To: <1474874511-26617-1-git-send-email-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Mon, 26 Sep 2016 09:21:51 +0200") Message-ID: <878ttm5ez2.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Robert Jarzmik writes: > In the device-tree case, the root interrupt controller cannot be > accessed through the 6th coprocessor, contrary to pxa27x and pxa3xx > architectures. > > Fix it to behave as in non-devicetree builds. > > Fixes: 32f17997c130 ("ARM: pxa: remove irq init from dt machines") > Signed-off-by: Robert Jarzmik Applied to pxa/fixes. -- Robert