From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 2/2] GPIO: OMAP: move to drivers/gpio Date: Fri, 27 May 2011 09:04:37 -0700 Message-ID: <877h9c2kq2.fsf@ti.com> References: <1305898868-9188-1-git-send-email-khilman@ti.com> <1305898868-9188-3-git-send-email-khilman@ti.com> <20110527073529.GF31953@ponder.secretlab.ca> <87pqn4404t.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog102.obsmtp.com ([74.125.149.69]:60638 "EHLO na3sys009aog102.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774Ab1E0QEl (ORCPT ); Fri, 27 May 2011 12:04:41 -0400 Received: by mail-pz0-f52.google.com with SMTP id 35so1136871pzk.11 for ; Fri, 27 May 2011 09:04:40 -0700 (PDT) In-Reply-To: <87pqn4404t.fsf@ti.com> (Kevin Hilman's message of "Fri, 27 May 2011 08:46:26 -0700") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Grant Likely Cc: linux-omap@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org Kevin Hilman writes: [...] > > OK, I rebased onto RMK's for-linus branch (already pulled by Linus), > which contained some other changes touching gpio.c. I also s/_/-/ in > the filename. > > Below is pull request. BTW, apologies for the ssh URL. I used it because I just pushed it, and wanted to be sure you didn't have to wait for the mirrors. Kevin > The following changes since commit 9a55d9752d8abfc62f1ab05ccc790d22a0c8e7c0: > > Merge branch 'devel-stable' into for-linus (2011-05-23 19:28:04 +0100) > > are available in the git repository at: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_2.6.40/gpio-move > > Kevin Hilman (2): > GPIO: OMAP: move register offset defines into > GPIO: OMAP: move to drivers/gpio > > arch/arm/plat-omap/Makefile | 2 +- > arch/arm/plat-omap/include/plat/gpio.h | 103 +++++++++++++++++++ > drivers/gpio/Makefile | 1 + > .../plat-omap/gpio.c => drivers/gpio/gpio-omap.c | 105 -------------------- > 4 files changed, 105 insertions(+), 106 deletions(-) > rename arch/arm/plat-omap/gpio.c => drivers/gpio/gpio-omap.c (93%) From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Fri, 27 May 2011 09:04:37 -0700 Subject: [PATCH 2/2] GPIO: OMAP: move to drivers/gpio In-Reply-To: <87pqn4404t.fsf@ti.com> (Kevin Hilman's message of "Fri, 27 May 2011 08:46:26 -0700") References: <1305898868-9188-1-git-send-email-khilman@ti.com> <1305898868-9188-3-git-send-email-khilman@ti.com> <20110527073529.GF31953@ponder.secretlab.ca> <87pqn4404t.fsf@ti.com> Message-ID: <877h9c2kq2.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kevin Hilman writes: [...] > > OK, I rebased onto RMK's for-linus branch (already pulled by Linus), > which contained some other changes touching gpio.c. I also s/_/-/ in > the filename. > > Below is pull request. BTW, apologies for the ssh URL. I used it because I just pushed it, and wanted to be sure you didn't have to wait for the mirrors. Kevin > The following changes since commit 9a55d9752d8abfc62f1ab05ccc790d22a0c8e7c0: > > Merge branch 'devel-stable' into for-linus (2011-05-23 19:28:04 +0100) > > are available in the git repository at: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_2.6.40/gpio-move > > Kevin Hilman (2): > GPIO: OMAP: move register offset defines into > GPIO: OMAP: move to drivers/gpio > > arch/arm/plat-omap/Makefile | 2 +- > arch/arm/plat-omap/include/plat/gpio.h | 103 +++++++++++++++++++ > drivers/gpio/Makefile | 1 + > .../plat-omap/gpio.c => drivers/gpio/gpio-omap.c | 105 -------------------- > 4 files changed, 105 insertions(+), 106 deletions(-) > rename arch/arm/plat-omap/gpio.c => drivers/gpio/gpio-omap.c (93%)