From: Kevin Hilman <khilman@ti.com>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: linux-omap@vger.kernel.org,
Linus Walleij <linus.walleij@stericsson.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] GPIO: OMAP: move to drivers/gpio
Date: Fri, 27 May 2011 08:46:26 -0700 [thread overview]
Message-ID: <87pqn4404t.fsf@ti.com> (raw)
In-Reply-To: <BANLkTinqEM-iDhgSMAnMB5uehkt=V1Qq+w@mail.gmail.com> (Grant Likely's message of "Fri, 27 May 2011 02:25:33 -0600")
Grant Likely <grant.likely@secretlab.ca> writes:
> On Fri, May 27, 2011 at 1:35 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
>> On Fri, May 20, 2011 at 03:41:08PM +0200, Kevin Hilman wrote:
>>> Move OMAP GPIO driver to drivers/gpio. Builds whenever
>>> CONFIG_ARCH_OMAP=y.
>>>
>>> Signed-off-by: Kevin Hilman <khilman@ti.com>
>>
>> Patch unfortunately doesn't apply cleanly to Linus' tree. There's
>> been some changes to gpio.c compared to the tree this patch was
>> prepared against.
>>
>> Also, if you use the -M flag when preparing the patch, then I'll be
>> able to see what the changes are during the move, and fix things up
>> intelligently if anything breaks.
>>
>> Can you respin and repost the series quickly?
>
> While you're at it, can you name the moved file
> drivers/gpio/gpio-omap.c? ('-' instead of '_'. Why, yes, I am a
> nitpicker.)
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.
Thanks,
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 <plat/gpio.h>
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%)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] GPIO: OMAP: move to drivers/gpio
Date: Fri, 27 May 2011 08:46:26 -0700 [thread overview]
Message-ID: <87pqn4404t.fsf@ti.com> (raw)
In-Reply-To: <BANLkTinqEM-iDhgSMAnMB5uehkt=V1Qq+w@mail.gmail.com> (Grant Likely's message of "Fri, 27 May 2011 02:25:33 -0600")
Grant Likely <grant.likely@secretlab.ca> writes:
> On Fri, May 27, 2011 at 1:35 AM, Grant Likely <grant.likely@secretlab.ca> wrote:
>> On Fri, May 20, 2011 at 03:41:08PM +0200, Kevin Hilman wrote:
>>> Move OMAP GPIO driver to drivers/gpio. ?Builds whenever
>>> CONFIG_ARCH_OMAP=y.
>>>
>>> Signed-off-by: Kevin Hilman <khilman@ti.com>
>>
>> Patch unfortunately doesn't apply cleanly to Linus' tree. ?There's
>> been some changes to gpio.c compared to the tree this patch was
>> prepared against.
>>
>> Also, if you use the -M flag when preparing the patch, then I'll be
>> able to see what the changes are during the move, and fix things up
>> intelligently if anything breaks.
>>
>> Can you respin and repost the series quickly?
>
> While you're at it, can you name the moved file
> drivers/gpio/gpio-omap.c? ('-' instead of '_'. Why, yes, I am a
> nitpicker.)
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.
Thanks,
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 <plat/gpio.h>
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%)
next prev parent reply other threads:[~2011-05-27 15:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-20 13:41 [PATCH 0/2] GPIO: move OMAP driver to drivers/gpio Kevin Hilman
2011-05-20 13:41 ` Kevin Hilman
2011-05-20 13:41 ` [PATCH 1/2] GPIO: OMAP: move register offset defines into <plat/gpio.h> Kevin Hilman
2011-05-20 13:41 ` Kevin Hilman
[not found] ` <1305898868-9188-3-git-send-email-khilman@ti.com>
[not found] ` <20110527073529.GF31953@ponder.secretlab.ca>
2011-05-27 8:25 ` [PATCH 2/2] GPIO: OMAP: move to drivers/gpio Grant Likely
2011-05-27 8:25 ` Grant Likely
2011-05-27 15:46 ` Kevin Hilman [this message]
2011-05-27 15:46 ` Kevin Hilman
2011-05-27 16:04 ` Kevin Hilman
2011-05-27 16:04 ` Kevin Hilman
2011-05-27 20:28 ` Grant Likely
2011-05-27 20:28 ` Grant Likely
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pqn4404t.fsf@ti.com \
--to=khilman@ti.com \
--cc=grant.likely@secretlab.ca \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.