From: rvaswani@codeaurora.org (Rohit Vaswani)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] gpio: Make gpio-msm-v1 into a platform driver
Date: Thu, 20 Sep 2012 13:14:17 -0700 [thread overview]
Message-ID: <505B7919.6020206@codeaurora.org> (raw)
In-Reply-To: <1348038044-1790-5-git-send-email-sboyd@codeaurora.org>
On 9/19/2012 12:00 AM, Stephen Boyd wrote:
> Doing this removes the dependence of this driver on the
> msm_iomap.h and cpu.h mach include headers provied by MSM. This
> is necessary to support single zImage work in the future and
> allows us to remove cpu.h entirely and brings us closer to
> removing msm_iomap.h.
>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Rohit Vaswani <rvaswani@codeaurora.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> arch/arm/mach-msm/board-halibut.c | 1 +
> arch/arm/mach-msm/board-msm7x30.c | 1 +
> arch/arm/mach-msm/board-qsd8x50.c | 1 +
> arch/arm/mach-msm/board-trout.c | 1 +
> arch/arm/mach-msm/devices-msm7x00.c | 31 +++++
> arch/arm/mach-msm/devices-msm7x30.c | 31 +++++
> arch/arm/mach-msm/devices-qsd8x50.c | 31 +++++
> arch/arm/mach-msm/devices.h | 4 +
> drivers/gpio/gpio-msm-v1.c | 220 ++++++++++++++++++++++++------------
> 9 files changed, 250 insertions(+), 71 deletions(-)
>
Tested-by: Rohit Vaswani <rvaswani@codeaurora.org>
Acked-by: Rohit Vaswani <rvaswani@codeaurora.org>
Thanks,
Rohit Vaswani
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2012-09-20 20:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-19 7:00 [PATCH 0/5] Trim down mach includes in MSM drivers Stephen Boyd
2012-09-19 7:00 ` [PATCH 1/5] ARM: msm: Move dma.h #defines that are private to dma.c Stephen Boyd
2012-09-19 7:00 ` [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include Stephen Boyd
2012-09-19 7:21 ` Chris Ball
2012-09-19 7:00 ` [PATCH 3/5] video: msm: Remove useless mach/* includes Stephen Boyd
2012-09-23 19:52 ` Florian Tobias Schandinat
2012-09-19 7:00 ` [PATCH 4/5] gpio: Make gpio-msm-v1 into a platform driver Stephen Boyd
2012-09-20 6:45 ` Linus Walleij
2012-09-20 16:08 ` David Brown
2012-09-20 20:14 ` Rohit Vaswani [this message]
2012-09-19 7:00 ` [PATCH 5/5] ARM: msm: Remove unused cpu.h header file Stephen Boyd
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=505B7919.6020206@codeaurora.org \
--to=rvaswani@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).