From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751782AbbJLRRW (ORCPT ); Mon, 12 Oct 2015 13:17:22 -0400 Received: from muru.com ([72.249.23.125]:57651 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbbJLRRV (ORCPT ); Mon, 12 Oct 2015 13:17:21 -0400 Date: Mon, 12 Oct 2015 10:17:16 -0700 From: Tony Lindgren To: Keerthy Cc: Keerthy , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux@arm.linux.org.uk Subject: Re: [PATCH v2] ARM: OMAP: Change all cpu_is_* occurences to soc_is_* Message-ID: <20151012171716.GG23801@atomide.com> References: <1440561575-3740-1-git-send-email-j-keerthy@ti.com> <55E5DE12.6070407@ti.com> <20150901180347.GO4215@atomide.com> <55E640ED.6070004@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E640ED.6070004@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 * Keerthy [150901 17:24]: > > > On Tuesday 01 September 2015 11:33 PM, Tony Lindgren wrote: > >* Keerthy [150901 10:22]: > >> > >> > >>On Wednesday 26 August 2015 09:29 AM, Keerthy wrote: > >>>Currently apart from dra7, omap5 and amx3 all the other SoCs > >>>are identified using cpu_is_* functions which is not right since > >>>they are all SoCs(System on Chips). Hence changing the SoC > >>>identification code to use soc_is instead of cpu_is and keeping > >>>defines for cpu_is where needed. This allows us to replace the > >>>rest of cpu_is usage along with other fixes as needed. > >> > >>Tony, > >> > >>A Gentle ping on this. > > > >Looks good to me for v4.4. I'll apply it after some testing > >after -rc1. > > Thanks Tony. Now with the fixes finally out of the way, applying into omap-for-v4.4/cleanup. Thanks, Tony