From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753908AbbGPHGr (ORCPT ); Thu, 16 Jul 2015 03:06:47 -0400 Received: from muru.com ([72.249.23.125]:35638 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753852AbbGPHGq (ORCPT ); Thu, 16 Jul 2015 03:06:46 -0400 Date: Thu, 16 Jul 2015 00:06:43 -0700 From: Tony Lindgren To: Nishanth Menon Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: DRA7: Provide proper IO map table Message-ID: <20150716070642.GH17550@atomide.com> References: <1434985934-29132-1-git-send-email-nm@ti.com> <20150715062616.GY17550@atomide.com> <55A6631F.60608@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55A6631F.60608@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [150715 06:44]: > On 07/15/2015 01:26 AM, Tony Lindgren wrote: > > * Nishanth Menon [150622 08:14]: > >> DRA7 uses OMAP5 IO table at the moment. This is purely spurious since > >> the OMAP5 and DRA7 register maps are different in many aspects. > >> > >> AM57xx/DRA7 TRM Reference: http://www.ti.com/lit/ug/spruhz6/spruhz6.pdf > >> > >> NOTE: Most of the drivers are already doing ioremap, so, there should'nt > >> be any functional improvement involved here, other than making the > >> initial iotable more accurate. > >> > >> Fixes: a3a9384a1157 ("ARM: DRA7: Reuse io tables and add a new .init_early") > >> Signed-off-by: Nishanth Menon > > > > Is this needed for v4.2-rc or can this wait for v4.3 merge window? > > > It can wait till 4.3 for sure. there is no known functional issue traced > to this. OK thanks applying into omap-for-v4.3/soc. Tony