From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 2 May 2012 12:51:16 +0000 Subject: [PATCH 3/9] ARM: mmp: support DT in irq In-Reply-To: References: <1335515957-1798-1-git-send-email-haojian.zhuang@gmail.com> <20120427190620.D3C313E0B4D@localhost> Message-ID: <201205021251.16967.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 02 May 2012, Haojian Zhuang wrote: > I use two CONFIG_OF in this file. The first one is used to record > register base address > of interrupt controller. In legacy code, the register address is > hardcoding. Do you mean > that I should remove this CONFIG_OF? Unless it's a noticeable performance impact, I would recommend just always using the mmp_icu_base variable, even for when CONFIG_OF is disabled. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 3/9] ARM: mmp: support DT in irq Date: Wed, 2 May 2012 12:51:16 +0000 Message-ID: <201205021251.16967.arnd@arndb.de> References: <1335515957-1798-1-git-send-email-haojian.zhuang@gmail.com> <20120427190620.D3C313E0B4D@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, eric.y.miao-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org On Wednesday 02 May 2012, Haojian Zhuang wrote: > I use two CONFIG_OF in this file. The first one is used to record > register base address > of interrupt controller. In legacy code, the register address is > hardcoding. Do you mean > that I should remove this CONFIG_OF? Unless it's a noticeable performance impact, I would recommend just always using the mmp_icu_base variable, even for when CONFIG_OF is disabled. Arnd