From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752021AbbGOG0V (ORCPT ); Wed, 15 Jul 2015 02:26:21 -0400 Received: from muru.com ([72.249.23.125]:35421 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751694AbbGOG0U (ORCPT ); Wed, 15 Jul 2015 02:26:20 -0400 Date: Tue, 14 Jul 2015 23:26:17 -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: <20150715062616.GY17550@atomide.com> References: <1434985934-29132-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434985934-29132-1-git-send-email-nm@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 [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? Regards, Tony