From: Tomasz Figa <t.figa@samsung.com>
To: Mike Turquette <mturquette@linaro.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung Clock changes for v3.14
Date: Wed, 08 Jan 2014 20:13:38 +0100 [thread overview]
Message-ID: <3518820.nAXoIq2LQG@amdc1227> (raw)
Hi Mike,
Please consider pulling following Samsung Clock changes for v3.14.
The following changes since commit 2bb00c68e094271b79deac993893461cc051b721:
Merge branch 'samsung-fixes' into samsung-next-base (2013-12-30 18:15:23 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.14/samsung-clk
for you to fetch changes up to 59d711e9ddd2f68822a2a99fc939e11a9288b73e:
ARM: dts: exynos5420: add input clocks to audss clock controller (2014-01-08 18:02:43 +0100)
----------------------------------------------------------------
(A bit late) first round of Samsung clock patches for v3.14.
----------------------------------------------------------------
Andrew Bresticker (7):
clk: exynos5250: register APLL rate table
clk: exynos-audss: convert to platform device
clk: exynos-audss: allow input clocks to be specified in device tree
clk: exynos5250: add clock ID for div_pcm0
ARM: dts: exynos5250: add input clocks to audss clock controller
clk: exynos-audss: add support for Exynos 5420
ARM: dts: exynos5420: add input clocks to audss clock controller
Andrzej Hajda (8):
ARM: exynos4: create a DT header defining CLK IDs
clk: exynos4: replace clock ID private enums with IDs from DT header
ARM: exynos5250: create a DT header defining CLK IDs
clk: exynos5250: replace clock ID private enums with IDs from DT header
ARM: exynos5420: create a DT header defining CLK IDs
clk: exynos5420: replace clock ID private enums with IDs from DT header
ARM: exynos5440: create a DT header defining CLK IDs
clk: exynos5440: replace clock ID private enums with IDs from DT header
Sachin Kamat (1):
clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
Tomasz Figa (7):
clk: samsung: exynos5250: Sort definitions by registers and bitfield
clk: samsung: exynos5250: Make names of mux and div clocks consistent
clk: samsung: exynos5250: Fix parents of gate clocks from GSCL domain
clk: samsung: exynos5250: Fix parent of gate clocks from DISP1 domain
clk: samsung: exynos5250: Add missing unpopulated mux parents
clk: samsung: exynos5250: Correct parent list of audio muxes
clk: samsung: exynos5250: Fix parents of gate clocks from MFC domain
.../devicetree/bindings/clock/clk-exynos-audss.txt | 39 +-
.../devicetree/bindings/clock/exynos5250-clock.txt | 1 +
arch/arm/boot/dts/exynos5250.dtsi | 2 +
arch/arm/boot/dts/exynos5420.dtsi | 4 +-
drivers/clk/samsung/clk-exynos-audss.c | 159 +++-
drivers/clk/samsung/clk-exynos4.c | 857 ++++++++++-----------
drivers/clk/samsung/clk-exynos5250.c | 699 ++++++++++-------
drivers/clk/samsung/clk-exynos5420.c | 648 ++++++++--------
drivers/clk/samsung/clk-exynos5440.c | 81 +-
include/dt-bindings/clk/exynos-audss-clk.h | 3 +-
include/dt-bindings/clock/exynos4.h | 244 ++++++
include/dt-bindings/clock/exynos5250.h | 160 ++++
include/dt-bindings/clock/exynos5420.h | 188 +++++
include/dt-bindings/clock/exynos5440.h | 42 +
14 files changed, 1957 insertions(+), 1170 deletions(-)
create mode 100644 include/dt-bindings/clock/exynos4.h
create mode 100644 include/dt-bindings/clock/exynos5250.h
create mode 100644 include/dt-bindings/clock/exynos5420.h
create mode 100644 include/dt-bindings/clock/exynos5440.h
WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung Clock changes for v3.14
Date: Wed, 08 Jan 2014 20:13:38 +0100 [thread overview]
Message-ID: <3518820.nAXoIq2LQG@amdc1227> (raw)
Hi Mike,
Please consider pulling following Samsung Clock changes for v3.14.
The following changes since commit 2bb00c68e094271b79deac993893461cc051b721:
Merge branch 'samsung-fixes' into samsung-next-base (2013-12-30 18:15:23 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git tags/for_3.14/samsung-clk
for you to fetch changes up to 59d711e9ddd2f68822a2a99fc939e11a9288b73e:
ARM: dts: exynos5420: add input clocks to audss clock controller (2014-01-08 18:02:43 +0100)
----------------------------------------------------------------
(A bit late) first round of Samsung clock patches for v3.14.
----------------------------------------------------------------
Andrew Bresticker (7):
clk: exynos5250: register APLL rate table
clk: exynos-audss: convert to platform device
clk: exynos-audss: allow input clocks to be specified in device tree
clk: exynos5250: add clock ID for div_pcm0
ARM: dts: exynos5250: add input clocks to audss clock controller
clk: exynos-audss: add support for Exynos 5420
ARM: dts: exynos5420: add input clocks to audss clock controller
Andrzej Hajda (8):
ARM: exynos4: create a DT header defining CLK IDs
clk: exynos4: replace clock ID private enums with IDs from DT header
ARM: exynos5250: create a DT header defining CLK IDs
clk: exynos5250: replace clock ID private enums with IDs from DT header
ARM: exynos5420: create a DT header defining CLK IDs
clk: exynos5420: replace clock ID private enums with IDs from DT header
ARM: exynos5440: create a DT header defining CLK IDs
clk: exynos5440: replace clock ID private enums with IDs from DT header
Sachin Kamat (1):
clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
Tomasz Figa (7):
clk: samsung: exynos5250: Sort definitions by registers and bitfield
clk: samsung: exynos5250: Make names of mux and div clocks consistent
clk: samsung: exynos5250: Fix parents of gate clocks from GSCL domain
clk: samsung: exynos5250: Fix parent of gate clocks from DISP1 domain
clk: samsung: exynos5250: Add missing unpopulated mux parents
clk: samsung: exynos5250: Correct parent list of audio muxes
clk: samsung: exynos5250: Fix parents of gate clocks from MFC domain
.../devicetree/bindings/clock/clk-exynos-audss.txt | 39 +-
.../devicetree/bindings/clock/exynos5250-clock.txt | 1 +
arch/arm/boot/dts/exynos5250.dtsi | 2 +
arch/arm/boot/dts/exynos5420.dtsi | 4 +-
drivers/clk/samsung/clk-exynos-audss.c | 159 +++-
drivers/clk/samsung/clk-exynos4.c | 857 ++++++++++-----------
drivers/clk/samsung/clk-exynos5250.c | 699 ++++++++++-------
drivers/clk/samsung/clk-exynos5420.c | 648 ++++++++--------
drivers/clk/samsung/clk-exynos5440.c | 81 +-
include/dt-bindings/clk/exynos-audss-clk.h | 3 +-
include/dt-bindings/clock/exynos4.h | 244 ++++++
include/dt-bindings/clock/exynos5250.h | 160 ++++
include/dt-bindings/clock/exynos5420.h | 188 +++++
include/dt-bindings/clock/exynos5440.h | 42 +
14 files changed, 1957 insertions(+), 1170 deletions(-)
create mode 100644 include/dt-bindings/clock/exynos4.h
create mode 100644 include/dt-bindings/clock/exynos5250.h
create mode 100644 include/dt-bindings/clock/exynos5420.h
create mode 100644 include/dt-bindings/clock/exynos5440.h
next reply other threads:[~2014-01-08 19:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 19:13 Tomasz Figa [this message]
2014-01-08 19:13 ` [GIT PULL] Samsung Clock changes for v3.14 Tomasz Figa
2014-01-08 22:07 ` Mike Turquette
2014-01-08 22:07 ` Mike Turquette
2014-01-08 22:43 ` Tomasz Figa
2014-01-08 22:43 ` Tomasz Figa
2014-01-08 22:59 ` Mike Turquette
2014-01-08 22:59 ` Mike Turquette
2014-01-09 0:49 ` Mike Turquette
2014-01-09 0:49 ` Mike Turquette
2014-01-09 19:08 ` Tomasz Figa
2014-01-09 19:08 ` Tomasz Figa
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=3518820.nAXoIq2LQG@amdc1227 \
--to=t.figa@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.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 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.