From: Lee Jones <lee.jones@linaro.org>
To: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Cc: Rob Herring <robh+dt@kernel.org>, Mark Brown <broonie@kernel.org>,
Pawel Moll <pawel.moll@arm.com>,
Andy Gross <agross@codeaurora.org>,
Mark Rutland <mark.rutland@arm.com>,
Kevin Hilman <khilman@linaro.org>,
Kumar Gala <galak@codeaurora.org>,
Josh Cartwright <joshc@codeaurora.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v7 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM
Date: Wed, 24 Sep 2014 09:23:26 +0100 [thread overview]
Message-ID: <20140924082326.GG17801@lee--X1> (raw)
In-Reply-To: <1411428329-23172-3-git-send-email-bjorn.andersson@sonymobile.com>
On Mon, 22 Sep 2014, Bjorn Andersson wrote:
> Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960
> and 8064 based devices. The driver exposes resources that child drivers
> can operate on; to implementing regulator, clock and bus frequency
> drivers.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
> ---
>
> No functional changes since v6.
Then you should have applied my:
Acked-by: Lee Jones <lee.jones@linaro.org>
> drivers/mfd/Kconfig | 14 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/qcom_rpm.c | 580 ++++++++++++++++++++++++++++++++++++++++++
> include/linux/mfd/qcom_rpm.h | 10 +
> 4 files changed, 605 insertions(+)
> create mode 100644 drivers/mfd/qcom_rpm.c
> create mode 100644 include/linux/mfd/qcom_rpm.h
[...]
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM
Date: Wed, 24 Sep 2014 09:23:26 +0100 [thread overview]
Message-ID: <20140924082326.GG17801@lee--X1> (raw)
In-Reply-To: <1411428329-23172-3-git-send-email-bjorn.andersson@sonymobile.com>
On Mon, 22 Sep 2014, Bjorn Andersson wrote:
> Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960
> and 8064 based devices. The driver exposes resources that child drivers
> can operate on; to implementing regulator, clock and bus frequency
> drivers.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
> ---
>
> No functional changes since v6.
Then you should have applied my:
Acked-by: Lee Jones <lee.jones@linaro.org>
> drivers/mfd/Kconfig | 14 +
> drivers/mfd/Makefile | 1 +
> drivers/mfd/qcom_rpm.c | 580 ++++++++++++++++++++++++++++++++++++++++++
> include/linux/mfd/qcom_rpm.h | 10 +
> 4 files changed, 605 insertions(+)
> create mode 100644 drivers/mfd/qcom_rpm.c
> create mode 100644 include/linux/mfd/qcom_rpm.h
[...]
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-09-24 8:23 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-22 23:25 [PATCH v7 0/3] Qualcomm Resource Power Manager driver Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
[not found] ` <1411428329-23172-1-git-send-email-bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2014-09-22 23:25 ` [PATCH v7 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-24 8:22 ` Lee Jones
2014-09-24 8:22 ` Lee Jones
2014-09-24 15:53 ` Bjorn Andersson
2014-09-24 15:53 ` Bjorn Andersson
2014-09-24 15:53 ` Bjorn Andersson
2014-09-24 16:21 ` Lee Jones
2014-09-24 16:21 ` Lee Jones
[not found] ` <1411428329-23172-2-git-send-email-bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2014-09-24 16:39 ` Kumar Gala
2014-09-24 16:39 ` Kumar Gala
2014-09-24 16:39 ` Kumar Gala
2014-09-30 15:28 ` Bjorn Andersson
2014-09-30 15:28 ` Bjorn Andersson
[not found] ` <20140930152838.GN28481-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
2014-09-30 16:02 ` Kumar Gala
2014-09-30 16:02 ` Kumar Gala
2014-09-30 16:02 ` Kumar Gala
2014-09-30 16:25 ` Bjorn Andersson
2014-09-30 16:25 ` Bjorn Andersson
2014-09-22 23:25 ` [PATCH v7 3/3] regulator: qcom-rpm: Regulator driver for the Qualcomm RPM Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-24 8:35 ` Mark Brown
2014-09-24 8:35 ` Mark Brown
2014-09-24 13:50 ` Kumar Gala
2014-09-24 13:50 ` Kumar Gala
2014-09-24 15:45 ` Mark Brown
2014-09-24 15:45 ` Mark Brown
[not found] ` <4437DA50-D8BC-4E78-821C-41440A08B9A9-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2014-09-30 15:33 ` Bjorn Andersson
2014-09-30 15:33 ` Bjorn Andersson
2014-09-30 15:33 ` Bjorn Andersson
2014-09-23 8:17 ` [PATCH v7 0/3] Qualcomm Resource Power Manager driver Srinivas Kandagatla
2014-09-23 8:17 ` Srinivas Kandagatla
2014-09-23 8:17 ` Srinivas Kandagatla
2014-09-24 4:27 ` Bjorn Andersson
2014-09-24 4:27 ` Bjorn Andersson
2014-09-24 7:55 ` Lee Jones
2014-09-24 7:55 ` Lee Jones
2014-09-24 8:11 ` Lee Jones
2014-09-24 8:11 ` Lee Jones
2014-09-24 13:46 ` Kumar Gala
2014-09-24 13:46 ` Kumar Gala
2014-09-22 23:25 ` [PATCH v7 2/3] mfd: qcom-rpm: Driver for the Qualcomm RPM Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-22 23:25 ` Bjorn Andersson
2014-09-24 8:23 ` Lee Jones [this message]
2014-09-24 8:23 ` Lee Jones
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=20140924082326.GG17801@lee--X1 \
--to=lee.jones@linaro.org \
--cc=agross@codeaurora.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=joshc@codeaurora.org \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@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.