From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Stephen Boyd <sboyd@codeaurora.org>,
Mike Turquette <mturquette@baylibre.com>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL] Samsung clk updates for 4.8
Date: Mon, 13 Jun 2016 15:10:10 +0200 [thread overview]
Message-ID: <575EB0B2.8040001@samsung.com> (raw)
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://linuxtv.org/snawrocki/samsung.git tags/clk-samsung-4.8
for you to fetch changes up to 0e4504470667d355b53ca3c9802fdd2120c9f946:
clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to PCIE device (2016-06-10 12:15:30 +0200)
----------------------------------------------------------------
- a fix for exynos7 to prevent gating some critical CMU clocks,
- addition of CPU clocks for CPU frequency scaling on Exynos5433 SoCs,
- additions for exynos5410 SoC required for Odroid XU board support,
- register accessors fixes for kernels built for big endian operation
(mostly exynos4 SoCs),
- Exynos5433 clock definitions fixes required for suspend to RAM and
the audio subsystem operation,
- many cleanups changing attributes of the clock initializer data
----------------------------------------------------------------
Alim Akhtar (1):
clk: samsung: exynos7: Don't gate CMU_{CCORE, FSYS0} blocks clock
Bartlomiej Zolnierkiewicz (3):
clk: samsung: exynos5433: prepare for adding CPU clocks
clk: samsung: cpu: prepare for adding Exynos5433 CPU clocks
clk: samsung: exynos5433: add CPU clocks configuration data and instantiate CPU clocks
Beomho Seo (1):
clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag for AUD UART
Jaehoon Chung (1):
clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to PCIE device
Javier Martinez Canillas (1):
clk: samsung: exynos5420: Set ID for aclk333 gate clock
Jonghwa Lee (1):
clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flags to avoid hang during S2R
Krzysztof Kozlowski (31):
dt-bindings: clock: Add license and reformat Exynos5410 clock IDs
dt-bindings: clock: Add PWM and USB clock IDs to Exynos5410
dt-bindings: clock: Add I2C, HSI2C and RTC clock IDs to Exynos5410
dt-bindings: clock: Add TMU clock ID to Exynos5410
dt-bindings: clock: Add watchdog and SSS clock IDs to Exynos5410
clk: samsung: Remove useless check for return value of samsung_clk_init
clk: samsung: clkout: Add support for Exynos5410
clk: samsung: Constify clock init data with clock arrays
clk: samsung: exynos3250: Move platform driver and of_device_id to init section
clk: samsung: exynos3250: Constify all clock initializers
clk: samsung: exynos4: Move local function to init section
clk: samsung: exynos4: Constify all clock initializers
clk: samsung: exynos4415: Constify all clock initializers
clk: samsung: exynos4415: Move PLL rates data to init section
clk: samsung: exynos5250: Constify all clock initializers
clk: samsung: exynos5260: Constify all clock initializers
clk: samsung: exynos5410: Constify all clock initializers
clk: samsung: exynos5420: Constify all clock initializers
clk: samsung: exynos5440: Constify all clock initializers
clk: samsung: exynos7: Constify all clock initializers
clk: samsung: exynos5433: Constify all clock initializers
clk: samsung: exynos5433: Move PLL rates data to init section
clk: samsung: exynos5420: Move sleep init function and PLL data to init section
clk: samsung: exynos5250: Move sleep init function to init section
clk: samsung: Fully constify mux parent names
clk: samsung: exynos3250: Move PLL rates data to init section
clk: samsung: exynos5410: Add serial3, USB and PWM clocks
clk: samsung: exynos5410: Add I2C, HSI2C and RTC clocks
clk: samsung: exynos5410: Add TMU clock
clk: samsung: Suppress unbinding to prevent theoretical attacks
clk: samsung: exynos5410: Add WDT, ACLK266 and SSS clocks
Matthew Leach (2):
clk: samsung: fixup endian in pll clk
clk: samsung: exynos4: fixup reg access on be
drivers/clk/samsung/clk-cpu.c | 131 +++++++++-
drivers/clk/samsung/clk-cpu.h | 4 +-
drivers/clk/samsung/clk-exynos-clkout.c | 2 +
drivers/clk/samsung/clk-exynos3250.c | 41 +--
drivers/clk/samsung/clk-exynos4.c | 64 +++--
drivers/clk/samsung/clk-exynos4415.c | 30 +--
drivers/clk/samsung/clk-exynos5250.c | 27 +-
drivers/clk/samsung/clk-exynos5260.c | 114 ++++----
drivers/clk/samsung/clk-exynos5410.c | 58 ++++-
drivers/clk/samsung/clk-exynos5420.c | 40 ++-
drivers/clk/samsung/clk-exynos5433.c | 432 +++++++++++++++++++------------
drivers/clk/samsung/clk-exynos5440.c | 12 +-
drivers/clk/samsung/clk-exynos7.c | 119 ++++-----
drivers/clk/samsung/clk-pll.c | 122 ++++-----
drivers/clk/samsung/clk-s3c2410-dclk.c | 5 +-
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-s5pv210.c | 2 -
drivers/clk/samsung/clk.c | 14 +-
drivers/clk/samsung/clk.h | 22 +-
include/dt-bindings/clock/exynos5410.h | 76 ++++--
include/dt-bindings/clock/exynos5433.h | 3 +-
24 files changed, 812 insertions(+), 514 deletions(-)
--
Thanks,
Sylwester
next reply other threads:[~2016-06-13 13:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-13 13:10 Sylwester Nawrocki [this message]
2016-06-21 1:50 ` [GIT PULL] Samsung clk updates for 4.8 Stephen Boyd
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=575EB0B2.8040001@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.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