From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/5] clk/samsung: add support for multiple clock providers
Date: Mon, 10 Mar 2014 01:12:43 +0100 [thread overview]
Message-ID: <531D037B.2080708@gmail.com> (raw)
In-Reply-To: <1393931558-23502-2-git-send-email-rahul.sharma@samsung.com>
Hi Rahul,
On 04.03.2014 12:12, Rahul Sharma wrote:
> Samsung CCF helper functions do not provide support to
> register multiple Clock Providers for a given SoC. Due to
> this limitation SoC platforms are not able to use these
> helpers for registering multiple clock providers and are
> forced to bypass this layer.
>
> This layer is modified accordingly to enable the support.
>
> Clock file for exynos4, exynos5250, exynos5420, exynos5440
> and S3c64xx are also modified as per changed helper functions.
>
> Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
> ---
> drivers/clk/samsung/clk-exynos4.c | 47 +++++++-------
> drivers/clk/samsung/clk-exynos5250.c | 25 +++++---
> drivers/clk/samsung/clk-exynos5420.c | 24 ++++---
> drivers/clk/samsung/clk-exynos5440.c | 18 +++---
> drivers/clk/samsung/clk-pll.c | 14 +++--
> drivers/clk/samsung/clk-s3c64xx.c | 44 +++++++------
> drivers/clk/samsung/clk.c | 115 +++++++++++++++++++---------------
> drivers/clk/samsung/clk.h | 72 ++++++++++++++-------
> 8 files changed, 210 insertions(+), 149 deletions(-)
This patch looks good. However in the meantime two series adding s3c2412
and s3c2416 clock drivers have been merged through Kgene's tree and this
patch should be rebased on top of this. I have pulled those drivers to
my tree as well, to samsung-next branch.
Best regards,
Tomasz
next prev parent reply other threads:[~2014-03-10 0:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-04 11:12 [PATCH v4 0/5] clk: exynos: add support for exynos5260 SoC Rahul Sharma
2014-03-04 11:12 ` [PATCH v4 1/5] clk/samsung: add support for multiple clock providers Rahul Sharma
2014-03-10 0:12 ` Tomasz Figa [this message]
2014-03-10 2:14 ` Rahul Sharma
2014-03-04 11:12 ` [PATCH v4 2/5] clk/samsung: add support for pll2550xx Rahul Sharma
2014-03-10 0:29 ` Tomasz Figa
2014-03-04 11:12 ` [PATCH v4 3/5] clk/samsung: add support for pll2650xx Rahul Sharma
2014-03-10 0:29 ` Tomasz Figa
2014-03-04 11:12 ` [PATCH v4 4/5] clk/exynos5260: add macros and documentation for exynos5260 Rahul Sharma
2014-03-10 0:07 ` Tomasz Figa
2014-03-10 2:11 ` Rahul Sharma
2014-03-04 11:12 ` [PATCH v4 5/5] clk/exynos5260: add clock file " Rahul Sharma
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=531D037B.2080708@gmail.com \
--to=tomasz.figa@gmail.com \
--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).