From patchwork Wed Jun 15 21:00:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 100571 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 51B3DB6F9F for ; Thu, 16 Jun 2011 07:01:14 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QWxCx-00046n-HB; Wed, 15 Jun 2011 21:01:03 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QWxCx-0006l1-3x; Wed, 15 Jun 2011 21:01:03 +0000 Received: from mail-gy0-f177.google.com ([209.85.160.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QWxCu-0006kS-1g for linux-arm-kernel@lists.infradead.org; Wed, 15 Jun 2011 21:01:00 +0000 Received: by gyh20 with SMTP id 20so69287gyh.36 for ; Wed, 15 Jun 2011 14:00:57 -0700 (PDT) Received: by 10.101.200.11 with SMTP id c11mr69618anq.127.1308171657089; Wed, 15 Jun 2011 14:00:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.57.8 with HTTP; Wed, 15 Jun 2011 14:00:37 -0700 (PDT) In-Reply-To: References: <20110615193734.23641.8004.stgit@ponder> From: Grant Likely Date: Wed, 15 Jun 2011 15:00:37 -0600 X-Google-Sender-Auth: b-SjYiO8h5BuAiXr5rQXkmwl9_s Message-ID: Subject: Re: [PATCH 1/2] gpio/tegra: Move Tegra gpio driver to drivers/gpio To: Colin Cross X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110615_170100_283544_BF17535F X-CRM114-Status: GOOD ( 20.37 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.177 listed in list.dnswl.org] Cc: Stephen Warren , Erik Gilling , lkml , Olof Johansson , linux-tegra , spi-devel-general@lists.sourceforge.net, "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org On Wed, Jun 15, 2011 at 2:48 PM, Grant Likely wrote: > On Wed, Jun 15, 2011 at 2:21 PM, Colin Cross wrote: >> On Wed, Jun 15, 2011 at 12:37 PM, Grant Likely >> wrote: >>> As part of the gpio driver consolidation, this patch moves the Tegra driver >>> into drivers/gpio >>> >>> Signed-off-by: Grant Likely >>> --- >>> >>> If there are no objections, I'll merge this via gpio/next >> >> I have this patch as part of a series that should get posted later >> this week, as well as a patch on top of it that depends on this change >> and another change in my tree, but I'm pessimistic that my series will >> get in to 3.1 since it depends on some common consolidation that >> hasn't been agreed upon yet.  So, >> Acked-by: Colin Cross >> >> Put it in gpio/next, and I'll make sure any other Tegra patches with >> dependencies get pulled after yours. > > How about I put it in a separate branch so that if you need to pull it > for dependencies then you can do so without pulling in all the > gpio/next commits. I've pushed it out to the following branch. If everything looks okay to you, then I'll merge it into gpio/next and push it out. The following changes since commit 2c53b436a30867eb6b47dd7bab23ba638d1fb0d2: Linux 3.0-rc3 (2011-06-13 15:29:59 -0700) are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 gpio/next-tegra Grant Likely (2): gpio/tegra: Move Tegra gpio driver to drivers/gpio gpio/tegra: add devicetree support .../devicetree/bindings/gpio/gpio_nvidia.txt | 7 +++++++ arch/arm/mach-tegra/Makefile | 1 - drivers/gpio/Makefile | 1 + .../mach-tegra/gpio.c => drivers/gpio/gpio-tegra.c | 10 ++++++++++ 4 files changed, 18 insertions(+), 1 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/gpio_nvidia.txt rename arch/arm/mach-tegra/gpio.c => drivers/gpio/gpio-tegra.c (97%)