From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753217AbbIAPrv (ORCPT ); Tue, 1 Sep 2015 11:47:51 -0400 Received: from muru.com ([72.249.23.125]:48003 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbbIAPrt (ORCPT ); Tue, 1 Sep 2015 11:47:49 -0400 Date: Tue, 1 Sep 2015 08:47:46 -0700 From: Tony Lindgren To: Nishanth Menon Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Vishal Mahaveer Subject: Re: [PATCH] ARM: DRA752: Add ID detect for ES2.0 Message-ID: <20150901154746.GL4215@atomide.com> References: <1439476340-20141-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439476340-20141-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 [150813 07:35]: > From: Vishal Mahaveer > > ES2.0 is a minor variant of ES1.1. ES2.0 is an incremental revision > with various fixes including the following: > - reset logic fixes > - few assymetric aging logic fixes > - MMC clock rate fixes > - Ethernet speed fixes > - edma fixes for mcasp > > NOTE: even though we use a compatible of dra742 and dra752, the usage in > the Linux kernel is more or less interchangable - we use dra752 more > often in the linux kernel compared to dra742 and 4.2-rc6 > > Signed-off-by: Vishal Mahaveer > Signed-off-by: Nishanth Menon > --- > based on linux-next next-20150812, applies to v4.2-rc6 as well. > Definetly not a 4.2 material, for 4.3, this probably missed the first merge > window for 4.3, will be great if it could be considered for the second merge > window. I'll apply this into omap-for-v4.3/fixes thanks, Tony