From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung clock changes for v3.17
Date: Thu, 31 Jul 2014 11:33:06 -0700 [thread overview]
Message-ID: <20140731183306.4463.28400@quantum> (raw)
In-Reply-To: <1406821055-7290-1-git-send-email-t.figa@samsung.com>
Quoting Tomasz Figa (2014-07-31 08:37:35)
> From: Tomasz Figa <tomasz.figa@gmail.com>
>
> Hi Mike,
>
> The following changes since commit bdfcdf18c380a3c376b42709a89eb2cc52e95ae0:
>
> Merge branch 'v3.16-samsung-clk-fixes-1' into samsung-clk-next (2014-06-30 15:06:43 +0200)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.17/samsung-clk
>
> for you to fetch changes up to f65d518942325d4bfa74b5c9d42ea5a89e4f6943:
>
> clk: samsung: trivial: Correct typo in author's name (2014-07-26 02:57:20 +0200)
Pulled.
Regards,
Mike
>
> ----------------------------------------------------------------
> Samsung clock patches for 3.17
>
> 1) non-critical fixes (without need to push to stable):
>
> d5e136a clk: samsung: Register clk provider only after registering its all clocks
> 305cfab clk: samsung: Make of_device_id array const
> e9d5295 clk: samsung: exynos5420: Setup clocks before system suspend
> f65d518 clk: samsung: trivial: Correct typo in author's name
>
> 2) Exynos CLKOUT driver:
>
> 800c979 clk: samsung: exynos4: Add missing CPU/DMC clock hierarchy
> 01f7ec2 clk: samsung: exynos4: Add CLKOUT clock hierarchy
> 1e832e5 clk: samsung: Add driver to control CLKOUT line on Exynos SoCs
> d19bb39 ARM: dts: exynos: Update PMU node with CLKOUT related data
>
> 3) Clock hierarchy extensions:
>
> 17d3f1d clk: exynos4: Add PPMU IP block source clocks.
> ca5b402 clk: samsung: register exynos5420 apll/kpll configuration data
>
> 4) ARM CLKDOWN functionality enablement for Exynos4 and 3250:
>
> 42773b2 clk: samsung: exynos4: Enable ARMCLK down feature
> 45c5b0a clk: samsung: exynos3250: Enable ARMCLK down feature
>
> ----------------------------------------------------------------
> Jonghwa Lee (1):
> clk: exynos4: Add PPMU IP block source clocks.
>
> Krzysztof Kozlowski (3):
> clk: samsung: exynos4: Enable ARMCLK down feature
> clk: samsung: exynos3250: Enable ARMCLK down feature
> clk: samsung: Make of_device_id array const
>
> Sylwester Nawrocki (1):
> clk: samsung: Register clk provider only after registering its all clocks
>
> Thomas Abraham (1):
> clk: samsung: register exynos5420 apll/kpll configuration data
>
> Tomasz Figa (5):
> clk: samsung: exynos4: Add missing CPU/DMC clock hierarchy
> clk: samsung: exynos4: Add CLKOUT clock hierarchy
> clk: samsung: Add driver to control CLKOUT line on Exynos SoCs
> ARM: dts: exynos: Update PMU node with CLKOUT related data
> clk: samsung: trivial: Correct typo in author's name
>
> Vikas Sajjan (1):
> clk: samsung: exynos5420: Setup clocks before system suspend
>
> .../devicetree/bindings/arm/samsung/pmu.txt | 30 +++
> arch/arm/boot/dts/exynos4210.dtsi | 10 +
> arch/arm/boot/dts/exynos4x12.dtsi | 7 +
> arch/arm/boot/dts/exynos5250.dtsi | 3 +
> arch/arm/boot/dts/exynos5420.dtsi | 3 +
> drivers/clk/samsung/Makefile | 1 +
> drivers/clk/samsung/clk-exynos-clkout.c | 153 ++++++++++++++
> drivers/clk/samsung/clk-exynos3250.c | 43 ++++
> drivers/clk/samsung/clk-exynos4.c | 231 ++++++++++++++++++++-
> drivers/clk/samsung/clk-exynos5250.c | 4 +-
> drivers/clk/samsung/clk-exynos5260.c | 2 +
> drivers/clk/samsung/clk-exynos5410.c | 2 +
> drivers/clk/samsung/clk-exynos5420.c | 61 +++++-
> drivers/clk/samsung/clk-exynos5440.c | 4 +-
> drivers/clk/samsung/clk-s3c2410.c | 2 +
> drivers/clk/samsung/clk-s3c2412.c | 2 +
> drivers/clk/samsung/clk-s3c2443.c | 2 +
> drivers/clk/samsung/clk-s3c64xx.c | 2 +
> drivers/clk/samsung/clk.c | 21 +-
> drivers/clk/samsung/clk.h | 4 +-
> include/dt-bindings/clock/exynos4.h | 25 ++-
> include/dt-bindings/clock/exynos5250.h | 2 +-
> include/dt-bindings/clock/exynos5420.h | 2 +-
> include/dt-bindings/clock/exynos5440.h | 2 +-
> 24 files changed, 599 insertions(+), 19 deletions(-)
> create mode 100644 drivers/clk/samsung/clk-exynos-clkout.c
prev parent reply other threads:[~2014-07-31 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 15:37 [GIT PULL] Samsung clock changes for v3.17 Tomasz Figa
2014-07-31 18:33 ` Mike Turquette [this message]
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=20140731183306.4463.28400@quantum \
--to=mturquette@linaro.org \
--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