From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH 01/11] irqchip: Allow irq_reg_{readl,writel} to use __raw_{readl_writel} Date: Wed, 29 Oct 2014 22:50:27 +0100 (CET) Message-ID: References: <1414555138-6500-1-git-send-email-cernekee@gmail.com> <22478002.kqKBdeLAKz@wuerfel> <3403771.J3X9ZBogqZ@wuerfel> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <3403771.J3X9ZBogqZ@wuerfel> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: Kevin Cernekee , Florian Fainelli , Jason Cooper , Ralf Baechle , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Maxime Bizon , Jonas Gorski , Linux MIPS Mailing List List-Id: devicetree@vger.kernel.org On Wed, 29 Oct 2014, Arnd Bergmann wrote: > Right. The option that I was explaining earlier basically combines #1 and > #3: For all kernels on which we know the endianess of all generic-irqchip > users at compile time, we hardcode that, and we use indirections of > some sort for the cases where we build a kernel that needs both. Works for me. Thanks, tglx