All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rohit Vaswani <rvaswani@codeaurora.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	linux-arm-msm@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-kernel@vger.kernel.org,
	Grant Likely <grant.likely@secretlab.ca>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [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

WARNING: multiple messages have this Message-ID (diff)
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

  parent reply	other threads:[~2012-09-20 20:14 UTC|newest]

Thread overview: 24+ 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 ` 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   ` Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:00 ` [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:21   ` Chris Ball
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-19  7:00   ` Stephen Boyd
2012-09-23 19:52   ` Florian Tobias Schandinat
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-19  7:00   ` Stephen Boyd
2012-09-20  6:45   ` Linus Walleij
2012-09-20  6:45     ` Linus Walleij
2012-09-20 16:08     ` David Brown
2012-09-20 16:08       ` David Brown
2012-09-20 20:14   ` Rohit Vaswani [this message]
2012-09-20 20:14     ` Rohit Vaswani
2012-09-19  7:00 ` [PATCH 5/5] ARM: msm: Remove unused cpu.h header file Stephen Boyd
2012-09-19  7:00   ` Stephen Boyd
2012-09-19  7:00   ` 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=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=grant.likely@secretlab.ca \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.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.