From: Mike Turquette <mturquette@linaro.org>
To: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Lee Jones <lee.jones@linaro.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Tomasz Figa <t.figa@samsung.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>
Subject: Re: [PATCH v4 0/3] clk: s2mps11: Fixes and add support for S2MPS14 clocks
Date: Fri, 23 May 2014 15:51:43 -0700 [thread overview]
Message-ID: <20140523225143.23136.5825@quantum> (raw)
In-Reply-To: <1400671381-14792-1-git-send-email-k.kozlowski@samsung.com>
Quoting Krzysztof Kozlowski (2014-05-21 04:22:58)
> Hi,
>
>
> This is actually a resend of previous patches, rebased on latest
> 3.15-rc5. There are no changes, beside rebasing.
>
> The first two fixes were posted previously as separate patches and they
> didn't get review [1]. I am attaching them here.
> The last patch adds support for S2MPS14 device and already was
> reviewed/acked [2].
>
> Mike, could you pick them up or should they go through MFD tree?
Applied to clk-next.
Regards,
Mike
>
>
> [1] https://lkml.org/lkml/2014/4/7/42
> [2] http://thread.gmane.org/gmane.linux.kernel.samsung-soc/28039/focus=310279
>
>
> Changes since v3:
> =================
> 1. Add Mike's acked-by (see [2]).
> 2. Rebase patch 3/3 on the fixes (patches 1 and 2).
> 3. Rebase on v3.15-rc5-157-g60b5f90d0fac
>
> Changes since v2:
> =================
> 1. Patch 2/3: Remove MFD cells of_compatible which aren't used by child
> drivers and are not documented.
> 2. Added Tomasz's Review-by.
>
> Changes since v1:
> =================
> 1. Patch 1/3: Update driver description in Kconfig.
> 2. Patch 2/3: Add of_compatible to all MFD cells.
> 3. Add Yadwinder's Review-by.
>
>
> Best regards,
> Krzysztof
>
>
> Krzysztof Kozlowski (3):
> clk: s2mps11: Add missing of_node_put and of_clk_del_provider
> clk: s2mps11: Remove useless check for clk_table
> clk: s2mps11: Add support for S2MPS14 clocks
>
> drivers/clk/Kconfig | 8 ++---
> drivers/clk/clk-s2mps11.c | 88 +++++++++++++++++++++++++++++++++--------------
> 2 files changed, 66 insertions(+), 30 deletions(-)
>
> --
> 1.9.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@linaro.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: "Lee Jones" <lee.jones@linaro.org>,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"Marek Szyprowski" <m.szyprowski@samsung.com>,
"Bartlomiej Zolnierkiewicz" <b.zolnierkie@samsung.com>,
"Tomasz Figa" <t.figa@samsung.com>,
"Krzysztof Kozlowski" <k.kozlowski@samsung.com>
Subject: Re: [PATCH v4 0/3] clk: s2mps11: Fixes and add support for S2MPS14 clocks
Date: Fri, 23 May 2014 15:51:43 -0700 [thread overview]
Message-ID: <20140523225143.23136.5825@quantum> (raw)
In-Reply-To: <1400671381-14792-1-git-send-email-k.kozlowski@samsung.com>
Quoting Krzysztof Kozlowski (2014-05-21 04:22:58)
> Hi,
>
>
> This is actually a resend of previous patches, rebased on latest
> 3.15-rc5. There are no changes, beside rebasing.
>
> The first two fixes were posted previously as separate patches and they
> didn't get review [1]. I am attaching them here.
> The last patch adds support for S2MPS14 device and already was
> reviewed/acked [2].
>
> Mike, could you pick them up or should they go through MFD tree?
Applied to clk-next.
Regards,
Mike
>
>
> [1] https://lkml.org/lkml/2014/4/7/42
> [2] http://thread.gmane.org/gmane.linux.kernel.samsung-soc/28039/focus=310279
>
>
> Changes since v3:
> =================
> 1. Add Mike's acked-by (see [2]).
> 2. Rebase patch 3/3 on the fixes (patches 1 and 2).
> 3. Rebase on v3.15-rc5-157-g60b5f90d0fac
>
> Changes since v2:
> =================
> 1. Patch 2/3: Remove MFD cells of_compatible which aren't used by child
> drivers and are not documented.
> 2. Added Tomasz's Review-by.
>
> Changes since v1:
> =================
> 1. Patch 1/3: Update driver description in Kconfig.
> 2. Patch 2/3: Add of_compatible to all MFD cells.
> 3. Add Yadwinder's Review-by.
>
>
> Best regards,
> Krzysztof
>
>
> Krzysztof Kozlowski (3):
> clk: s2mps11: Add missing of_node_put and of_clk_del_provider
> clk: s2mps11: Remove useless check for clk_table
> clk: s2mps11: Add support for S2MPS14 clocks
>
> drivers/clk/Kconfig | 8 ++---
> drivers/clk/clk-s2mps11.c | 88 +++++++++++++++++++++++++++++++++--------------
> 2 files changed, 66 insertions(+), 30 deletions(-)
>
> --
> 1.9.1
>
next prev parent reply other threads:[~2014-05-23 22:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-21 11:22 [PATCH v4 0/3] clk: s2mps11: Fixes and add support for S2MPS14 clocks Krzysztof Kozlowski
2014-05-21 11:22 ` [PATCH v4 1/3] clk: s2mps11: Add missing of_node_put and of_clk_del_provider Krzysztof Kozlowski
2014-05-21 11:23 ` [PATCH v4 2/3] clk: s2mps11: Remove useless check for clk_table Krzysztof Kozlowski
2014-05-21 11:23 ` [PATCH v4 3/3] clk: s2mps11: Add support for S2MPS14 clocks Krzysztof Kozlowski
2014-05-23 22:51 ` Mike Turquette [this message]
2014-05-23 22:51 ` [PATCH v4 0/3] clk: s2mps11: Fixes and add " Mike Turquette
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=20140523225143.23136.5825@quantum \
--to=mturquette@linaro.org \
--cc=b.zolnierkie@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=t.figa@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.