From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752046AbcF1C20 (ORCPT ); Mon, 27 Jun 2016 22:28:26 -0400 Received: from mail.kernel.org ([198.145.29.136]:35126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751947AbcF1C2J (ORCPT ); Mon, 27 Jun 2016 22:28:09 -0400 Date: Tue, 28 Jun 2016 10:27:56 +0800 From: Shawn Guo To: Arnd Bergmann Cc: Fabio Estevam , Sascha Hauer , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] kill off cpu_is_mx*() Message-ID: <20160628022756.GD21328@tiger> References: <20160624105001.3166287-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160624105001.3166287-1-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 24, 2016 at 12:49:55PM +0200, Arnd Bergmann wrote: > I noticed that i.MX still uses the traditional cpu_is_* functions to > tell the difference between various SoC families, but every single > user of those can be replaced with a simpler way, so we can just > remove it all. > > Please review and apply for 4.8 if it looks good to you. > > Arnd Bergmann (6): > ARM: imx: remove cpu_is_mx1 check > ARM: imx: deconstruct mxc_rnga initialization > ARM: imx: deconstruct mx3_idle > ARM: imx: rework mx27_pm_init() call > ARM: imx: remove last call to cpu_is_mx5* > ARM: imx: remove cpu_is_mx*() Thanks for cleaning this up. Applied all. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 28 Jun 2016 10:27:56 +0800 Subject: [PATCH 0/6] kill off cpu_is_mx*() In-Reply-To: <20160624105001.3166287-1-arnd@arndb.de> References: <20160624105001.3166287-1-arnd@arndb.de> Message-ID: <20160628022756.GD21328@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jun 24, 2016 at 12:49:55PM +0200, Arnd Bergmann wrote: > I noticed that i.MX still uses the traditional cpu_is_* functions to > tell the difference between various SoC families, but every single > user of those can be replaced with a simpler way, so we can just > remove it all. > > Please review and apply for 4.8 if it looks good to you. > > Arnd Bergmann (6): > ARM: imx: remove cpu_is_mx1 check > ARM: imx: deconstruct mxc_rnga initialization > ARM: imx: deconstruct mx3_idle > ARM: imx: rework mx27_pm_init() call > ARM: imx: remove last call to cpu_is_mx5* > ARM: imx: remove cpu_is_mx*() Thanks for cleaning this up. Applied all. Shawn