From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Mon, 6 Jun 2011 10:50:51 +0200 Subject: [PATCH v4 0/2] Move plat-mxc gpio driver into drivers/gpio In-Reply-To: <1307290075-7062-1-git-send-email-shawn.guo@linaro.org> References: <1307290075-7062-1-git-send-email-shawn.guo@linaro.org> Message-ID: <20110606085051.GA23771@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jun 06, 2011 at 12:07:53AM +0800, Shawn Guo wrote: > The patch set moves plat-mxc gpio driver into drivers/gpio, and > migrates mach-imx and mach-mx5 to the new driver. > > Changes since v3: > * Reorganize the patch set per Grant's comments > > Shawn Guo (2): > gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio > gpio/mxc: Change gpio-mxc into an upstanding gpio driver > > arch/arm/plat-mxc/include/mach/common.h | 12 +- > arch/arm/plat-mxc/include/mach/devices-common.h | 2 + > arch/arm/plat-mxc/include/mach/gpio.h | 27 --- > drivers/gpio/Kconfig | 4 + > drivers/gpio/Makefile | 1 + > .../arm/plat-mxc/gpio.c => drivers/gpio/gpio-mxc.c | 217 +++++++++++++------- While at renaming I'd prefer naming this file gpio-imx.c. We currently have inconsistent naming between mxc vs. imx and I'd like to get rid of the former. Otherwise: Acked-by: Sascha Hauer -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757173Ab1FFIu4 (ORCPT ); Mon, 6 Jun 2011 04:50:56 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:49124 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757059Ab1FFIuz (ORCPT ); Mon, 6 Jun 2011 04:50:55 -0400 Date: Mon, 6 Jun 2011 10:50:51 +0200 From: Sascha Hauer To: Shawn Guo Cc: linux-kernel@vger.kernel.org, grant.likely@secretlab.ca, arnd@arndb.de, olof@lixom.net, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, patches@linaro.org Subject: Re: [PATCH v4 0/2] Move plat-mxc gpio driver into drivers/gpio Message-ID: <20110606085051.GA23771@pengutronix.de> References: <1307290075-7062-1-git-send-email-shawn.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1307290075-7062-1-git-send-email-shawn.guo@linaro.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 10:47:48 up 11 days, 1:49, 39 users, load average: 0.67, 0.52, 0.68 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2011 at 12:07:53AM +0800, Shawn Guo wrote: > The patch set moves plat-mxc gpio driver into drivers/gpio, and > migrates mach-imx and mach-mx5 to the new driver. > > Changes since v3: > * Reorganize the patch set per Grant's comments > > Shawn Guo (2): > gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio > gpio/mxc: Change gpio-mxc into an upstanding gpio driver > > arch/arm/plat-mxc/include/mach/common.h | 12 +- > arch/arm/plat-mxc/include/mach/devices-common.h | 2 + > arch/arm/plat-mxc/include/mach/gpio.h | 27 --- > drivers/gpio/Kconfig | 4 + > drivers/gpio/Makefile | 1 + > .../arm/plat-mxc/gpio.c => drivers/gpio/gpio-mxc.c | 217 +++++++++++++------- While at renaming I'd prefer naming this file gpio-imx.c. We currently have inconsistent naming between mxc vs. imx and I'd like to get rid of the former. Otherwise: Acked-by: Sascha Hauer -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |