From: Tomasz Figa <t.figa@samsung.com>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Mike Turquette <mturquette@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Sangbeom Kim <sbkim73@samsung.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Lee Jones <lee.jones@linaro.org>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Tushar Behera <tushar.behera@linaro.org>,
Yadwinder Singh Brar <yadi.brar@samsung.com>,
Sachin Kamat <sachin.kamat@linaro.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH v2 1/3] clk: s2mps11: Add support for S2MPS14 clocks
Date: Thu, 13 Mar 2014 15:33:23 +0100 [thread overview]
Message-ID: <5321C1B3.2050806@samsung.com> (raw)
In-Reply-To: <1394703425-6462-2-git-send-email-k.kozlowski@samsung.com>
Hi Krzysztof,
On 13.03.2014 10:37, Krzysztof Kozlowski wrote:
> This patch adds support for S2MPS14 PMIC clocks (BT and AP) to the
> s2mps11 clock driver.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Reviewed-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
> ---
> drivers/clk/Kconfig | 8 +++---
> drivers/clk/clk-s2mps11.c | 61 ++++++++++++++++++++++++++++++++++-----------
> 2 files changed, 50 insertions(+), 19 deletions(-)
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/3] clk: s2mps11: Add support for S2MPS14 clocks
Date: Thu, 13 Mar 2014 15:33:23 +0100 [thread overview]
Message-ID: <5321C1B3.2050806@samsung.com> (raw)
In-Reply-To: <1394703425-6462-2-git-send-email-k.kozlowski@samsung.com>
Hi Krzysztof,
On 13.03.2014 10:37, Krzysztof Kozlowski wrote:
> This patch adds support for S2MPS14 PMIC clocks (BT and AP) to the
> s2mps11 clock driver.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Reviewed-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
> ---
> drivers/clk/Kconfig | 8 +++---
> drivers/clk/clk-s2mps11.c | 61 ++++++++++++++++++++++++++++++++++-----------
> 2 files changed, 50 insertions(+), 19 deletions(-)
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
next prev parent reply other threads:[~2014-03-13 14:33 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-13 9:37 [PATCH v2 0/3] clk: s2mps11: Add support for S2MPS14 clocks Krzysztof Kozlowski
2014-03-13 9:37 ` Krzysztof Kozlowski
2014-03-13 9:37 ` [PATCH v2 1/3] " Krzysztof Kozlowski
2014-03-13 9:37 ` Krzysztof Kozlowski
2014-03-13 14:33 ` Tomasz Figa [this message]
2014-03-13 14:33 ` Tomasz Figa
2014-03-13 9:37 ` [PATCH v2 2/3] mfd: sec-core: Add of_compatible strings for MFD cells Krzysztof Kozlowski
2014-03-13 9:37 ` Krzysztof Kozlowski
2014-03-13 12:07 ` Tomasz Figa
2014-03-13 12:07 ` Tomasz Figa
2014-03-13 12:16 ` Krzysztof Kozlowski
2014-03-13 12:16 ` Krzysztof Kozlowski
2014-03-13 12:37 ` Tomasz Figa
2014-03-13 12:37 ` Tomasz Figa
2014-03-13 12:49 ` Krzysztof Kozlowski
2014-03-13 12:49 ` Krzysztof Kozlowski
2014-03-13 13:09 ` Lee Jones
2014-03-13 13:09 ` Lee Jones
[not found] ` <1394703425-6462-1-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-13 9:37 ` [PATCH v2 3/3] Documentation: mfd: s2mps11: Describe S5M8767 and S2MPS14 clocks Krzysztof Kozlowski
2014-03-13 9:37 ` Krzysztof Kozlowski
2014-03-13 9:37 ` Krzysztof Kozlowski
[not found] ` <1394703425-6462-4-git-send-email-k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-13 12:51 ` Tomasz Figa
2014-03-13 12:51 ` Tomasz Figa
2014-03-13 12:51 ` Tomasz Figa
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=5321C1B3.2050806@samsung.com \
--to=t.figa@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mturquette@linaro.org \
--cc=sachin.kamat@linaro.org \
--cc=sameo@linux.intel.com \
--cc=sbkim73@samsung.com \
--cc=tushar.behera@linaro.org \
--cc=yadi.brar@samsung.com \
/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.