* [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3
@ 2015-08-13 0:12 Kukjin Kim
2015-08-13 9:21 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2015-08-13 0:12 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3
2015-08-13 0:12 [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3 Kukjin Kim
@ 2015-08-13 9:21 ` Olof Johansson
2015-08-13 10:13 ` Kukjin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2015-08-13 9:21 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 13, 2015 at 09:12:59AM +0900, Kukjin Kim wrote:
> 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.
Again, this needs to be revisited.
Please try to keep the dependency only driver->dt if you can,
and we can merge drivers before DT this release cycle. If you do
driver->dt->driver->dt like here then things get messy.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3
2015-08-13 9:21 ` Olof Johansson
@ 2015-08-13 10:13 ` Kukjin Kim
0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2015-08-13 10:13 UTC (permalink / raw)
To: linux-arm-kernel
Olof Johansson wrote:
>
> On Thu, Aug 13, 2015 at 09:12:59AM +0900, Kukjin Kim wrote:
> > 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.
>
> Again, this needs to be revisited.
>
YES.
> Please try to keep the dependency only driver->dt if you can,
> and we can merge drivers before DT this release cycle. If you do
> driver->dt->driver->dt like here then things get messy.
>
It looks better. OK.
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-13 10:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 0:12 [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3 Kukjin Kim
2015-08-13 9:21 ` Olof Johansson
2015-08-13 10:13 ` Kukjin Kim
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).