From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Mike Turquette <mturquette@linaro.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 1/4] Samsung clock Exynos5260 support for v3.16
Date: Thu, 15 May 2014 04:59:22 +0900 [thread overview]
Message-ID: <5373CB1A.1040801@samsung.com> (raw)
In-Reply-To: <1400090591-5064-1-git-send-email-t.figa@samsung.com>
On 05/15/14 03:03, Tomasz Figa wrote:
Hi Mike,
I've talked to Tomasz about current samsung related clock stuff. Since
they are mostly having dependency on samsung tree now not clock core
stuff, so would be better if it could be sent to upstream via samsung
tree. And as you know, updating arch/arm/ and clock stuff are usually
required for adding new SoC or supporting CCF newly...
How do you think? Basically I need your agreement for it.
Thanks,
Kukjin
> The following changes since commit 2916f9a2c6d9200b4c840a613cd1fa1dad04240f:
>
> ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversion (2014-05-13 08:00:46 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git for_3.16/exynos5260
>
> for you to fetch changes up to d39e55e06371c1ba9d11f4a17a56a0f925d12415:
>
> clk/exynos5260: add clock file for exynos5260 (2014-05-14 19:16:55 +0200)
>
> ----------------------------------------------------------------
>
> Samsung clock Exynos5260 support for v3.16.
>
> This pull request contains patches preparing Samsung Common Clock Framework
> helpers to support Exynos5260 by adding support for multiple clock providers
> and then adding clock driver for Exynos5260.
>
> ----------------------------------------------------------------
> Pankaj Dubey (1):
> clk/samsung: add support for pll2550xx
>
> Rahul Sharma (4):
> clk/samsung: add support for multiple clock providers
> clk/samsung: add support for pll2650xx
> clk/exynos5260: add macros and documentation for exynos5260
> clk/exynos5260: add clock file for exynos5260
>
> .../devicetree/bindings/clock/exynos5260-clock.txt | 190 ++
> drivers/clk/samsung/Makefile | 1 +
> drivers/clk/samsung/clk-exynos4.c | 47 +-
> drivers/clk/samsung/clk-exynos5250.c | 25 +-
> drivers/clk/samsung/clk-exynos5260.c | 1980 ++++++++++++++++++++
> drivers/clk/samsung/clk-exynos5260.h | 459 +++++
> drivers/clk/samsung/clk-exynos5420.c | 24 +-
> drivers/clk/samsung/clk-exynos5440.c | 18 +-
> drivers/clk/samsung/clk-pll.c | 223 ++-
> drivers/clk/samsung/clk-pll.h | 2 +
> drivers/clk/samsung/clk-s3c2410.c | 51 +-
> drivers/clk/samsung/clk-s3c2412.c | 29 +-
> drivers/clk/samsung/clk-s3c2443.c | 46 +-
> drivers/clk/samsung/clk-s3c64xx.c | 44 +-
> drivers/clk/samsung/clk.c | 114 +-
> drivers/clk/samsung/clk.h | 72 +-
> include/dt-bindings/clock/exynos5260-clk.h | 469 +++++
> 17 files changed, 3589 insertions(+), 205 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/exynos5260-clock.txt
> create mode 100644 drivers/clk/samsung/clk-exynos5260.c
> create mode 100644 drivers/clk/samsung/clk-exynos5260.h
> create mode 100644 include/dt-bindings/clock/exynos5260-clk.h
> --
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] Samsung clock Exynos5260 support for v3.16
Date: Thu, 15 May 2014 04:59:22 +0900 [thread overview]
Message-ID: <5373CB1A.1040801@samsung.com> (raw)
In-Reply-To: <1400090591-5064-1-git-send-email-t.figa@samsung.com>
On 05/15/14 03:03, Tomasz Figa wrote:
Hi Mike,
I've talked to Tomasz about current samsung related clock stuff. Since
they are mostly having dependency on samsung tree now not clock core
stuff, so would be better if it could be sent to upstream via samsung
tree. And as you know, updating arch/arm/ and clock stuff are usually
required for adding new SoC or supporting CCF newly...
How do you think? Basically I need your agreement for it.
Thanks,
Kukjin
> The following changes since commit 2916f9a2c6d9200b4c840a613cd1fa1dad04240f:
>
> ARM: S3C24XX: remove SAMSUNG_CLOCK remnants after ccf conversion (2014-05-13 08:00:46 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git for_3.16/exynos5260
>
> for you to fetch changes up to d39e55e06371c1ba9d11f4a17a56a0f925d12415:
>
> clk/exynos5260: add clock file for exynos5260 (2014-05-14 19:16:55 +0200)
>
> ----------------------------------------------------------------
>
> Samsung clock Exynos5260 support for v3.16.
>
> This pull request contains patches preparing Samsung Common Clock Framework
> helpers to support Exynos5260 by adding support for multiple clock providers
> and then adding clock driver for Exynos5260.
>
> ----------------------------------------------------------------
> Pankaj Dubey (1):
> clk/samsung: add support for pll2550xx
>
> Rahul Sharma (4):
> clk/samsung: add support for multiple clock providers
> clk/samsung: add support for pll2650xx
> clk/exynos5260: add macros and documentation for exynos5260
> clk/exynos5260: add clock file for exynos5260
>
> .../devicetree/bindings/clock/exynos5260-clock.txt | 190 ++
> drivers/clk/samsung/Makefile | 1 +
> drivers/clk/samsung/clk-exynos4.c | 47 +-
> drivers/clk/samsung/clk-exynos5250.c | 25 +-
> drivers/clk/samsung/clk-exynos5260.c | 1980 ++++++++++++++++++++
> drivers/clk/samsung/clk-exynos5260.h | 459 +++++
> drivers/clk/samsung/clk-exynos5420.c | 24 +-
> drivers/clk/samsung/clk-exynos5440.c | 18 +-
> drivers/clk/samsung/clk-pll.c | 223 ++-
> drivers/clk/samsung/clk-pll.h | 2 +
> drivers/clk/samsung/clk-s3c2410.c | 51 +-
> drivers/clk/samsung/clk-s3c2412.c | 29 +-
> drivers/clk/samsung/clk-s3c2443.c | 46 +-
> drivers/clk/samsung/clk-s3c64xx.c | 44 +-
> drivers/clk/samsung/clk.c | 114 +-
> drivers/clk/samsung/clk.h | 72 +-
> include/dt-bindings/clock/exynos5260-clk.h | 469 +++++
> 17 files changed, 3589 insertions(+), 205 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/exynos5260-clock.txt
> create mode 100644 drivers/clk/samsung/clk-exynos5260.c
> create mode 100644 drivers/clk/samsung/clk-exynos5260.h
> create mode 100644 include/dt-bindings/clock/exynos5260-clk.h
> --
next prev parent reply other threads:[~2014-05-14 19:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 18:03 [GIT PULL 1/4] Samsung clock Exynos5260 support for v3.16 Tomasz Figa
2014-05-14 18:03 ` Tomasz Figa
2014-05-14 18:03 ` [GIT PULL 2/4] Samsung clock non-critical fixes " Tomasz Figa
2014-05-14 18:03 ` Tomasz Figa
2014-05-14 18:03 ` [GIT PULL 3/4] Samsung clock clean-up " Tomasz Figa
2014-05-14 18:03 ` Tomasz Figa
2014-05-14 18:03 ` [GIT PULL 4/4] Samsung clock support for Exynos3250 " Tomasz Figa
2014-05-14 18:03 ` Tomasz Figa
2014-05-14 19:59 ` Kukjin Kim [this message]
2014-05-14 19:59 ` [GIT PULL 1/4] Samsung clock Exynos5260 support " Kukjin Kim
2014-05-14 20:13 ` Mike Turquette
2014-05-14 20:13 ` Mike Turquette
2014-05-14 20:20 ` Tomasz Figa
2014-05-14 20:20 ` Tomasz Figa
2014-05-14 22:07 ` Mike Turquette
2014-05-14 22:07 ` Mike Turquette
2014-05-14 22:16 ` Tomasz Figa
2014-05-14 22:16 ` Tomasz Figa
2014-05-15 21:11 ` Kukjin Kim
2014-05-15 21:11 ` Kukjin Kim
2014-05-16 23:57 ` Kukjin Kim
2014-05-16 23:57 ` Kukjin Kim
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=5373CB1A.1040801@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--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.