Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754814AbcC3VLU (ORCPT ); Wed, 30 Mar 2016 17:11:20 -0400 Received: from muru.com ([72.249.23.125]:49478 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156AbcC3VLS (ORCPT ); Wed, 30 Mar 2016 17:11:18 -0400 Date: Wed, 30 Mar 2016 14:11:15 -0700 From: Tony Lindgren To: Laurent Pinchart Cc: Nishanth Menon , Russell King , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tomi Valkeinen , Russell King Subject: Re: [PATCH] ARM: OMAP2: Fix up interconnect barrier initialization for DRA7 Message-ID: <20160330211114.GC9329@atomide.com> References: <1457712748-1408-1-git-send-email-nm@ti.com> <4167118.MBvk7Vsb05@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4167118.MBvk7Vsb05@avalon> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 28 * Laurent Pinchart [160311 08:46]: > Hi Nishanth, > > Thank you for the patch. > > On Friday 11 March 2016 10:12:28 Nishanth Menon wrote: > > The following commits: > > commit 3fa609755c11 ("ARM: omap2: restore OMAP4 barrier behaviour") > > commit f746929ffdc8 ("Revert "ARM: OMAP4: remove dead kconfig option > > OMAP4_ERRATA_I688"") and > > commit ea827ad5ffbb ("ARM: DRA7: Provide proper IO map table") > > came in around the same time, unfortunately this seem to have missed > > initializing the barrier for DRA7 platforms - omap5_map_io was reused > > for dra7 till it was split out by the last patch. barrier_init > > needs to be hence carried forward as it is valid for DRA7 family of > > processors as they are for OMAP5. > > > > Fixes: ea827ad5ffbb7 ("ARM: DRA7: Provide proper IO map table") > > Reported-by: Laurent Pinchart > > Reported-by: Tomi Valkeinen > > Cc: Russell King > > Signed-off-by: Nishanth Menon > > Reviewed-by: Laurent Pinchart Applying into omap-for-v4.6/fixes with Cc stable thanks. Tony