From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3
Date: Thu, 13 Aug 2015 09:12:59 +0900 [thread overview]
Message-ID: <55CBE10B.2030103@kernel.org> (raw)
Hi,
I've created the signed tag based on previous tags/samsung-driver so you
can see several merge in there. To support cpufreq-dt driver requires
clk/cpufreq/exynos changes together and clk/cpufreq maintainers are
aware of this changes. And we can remove exynos cpufreq driver at last.
Note this drivers update is including previous dependencies and if
you're OK, please pull.
Thanks,
Kukjin
The following changes since commit 6b1621c4a15b9110cda7cc2e2eb3e8e1a0c2bcfc:
ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driver
(2015-08-04 15:59:33 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-driver-2
for you to fetch changes up to 50ef057c78ba7141b502f85ca1035e9c45612f4e:
Merge branch 'v4.3-topic/cpufreq-samsung-2' into
v4.3-next/clk-cpufreq-samsung-2 (2015-08-12 07:44:59 +0900)
----------------------------------------------------------------
Samsung 2nd driver updates for v4.3
- add generic cpufreq driver for exynos4212 and 4412
- remove exynos4 SoCs specific cpufreq driver will not
be used more and acked by cpufreq maintainer Viresh
Note this is based on tags/samsung-driver + tags/samsung-dt-3
to support cpufreq-dt driver for Exynos SoCs 3250, 4210, 4412
and 5250 finally
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (4):
clk: exynos4x12: add cpu clock configuration data and instantiate
cpu clock
ARM: dts: add CPU OPP and regulator supply property for exynos4x12
ARM: EXYNOS: switch to using generic cpufreq driver for exynos4x12
cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support
Kukjin Kim (3):
Merge branch 'v4.3-topic/clk-samsung-2' into v4.3-next/dt-samsung-3
Merge branch 'v4.3-next/dt-samsung-3' into
v4.3-next/clk-cpufreq-samsung-2
Merge branch 'v4.3-topic/cpufreq-samsung-2' into
v4.3-next/clk-cpufreq-samsung-2
arch/arm/boot/dts/exynos4212.dtsi | 81 ++++++++
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 +
arch/arm/boot/dts/exynos4412-origen.dts | 4 +
arch/arm/boot/dts/exynos4412-trats2.dts | 4 +
arch/arm/boot/dts/exynos4412.dtsi | 83 +++++++++
arch/arm/mach-exynos/Kconfig | 2 +
arch/arm/mach-exynos/exynos.c | 2 +
drivers/clk/samsung/clk-exynos4.c | 50 +++++
drivers/cpufreq/Kconfig.arm | 38 ----
drivers/cpufreq/Makefile | 2 -
drivers/cpufreq/exynos-cpufreq.c | 234
-----------------------
drivers/cpufreq/exynos-cpufreq.h | 72 --------
drivers/cpufreq/exynos4x12-cpufreq.c | 236
------------------------
13 files changed, 230 insertions(+), 582 deletions(-)
delete mode 100644 drivers/cpufreq/exynos-cpufreq.c
delete mode 100644 drivers/cpufreq/exynos-cpufreq.h
delete mode 100644 drivers/cpufreq/exynos4x12-cpufreq.c
next reply other threads:[~2015-08-13 0:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 0:12 Kukjin Kim [this message]
2015-08-13 9:21 ` [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3 Olof Johansson
2015-08-13 10:13 ` 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=55CBE10B.2030103@kernel.org \
--to=kgene@kernel.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;
as well as URLs for NNTP newsgroup(s).