Re: [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3

2015-08-13 Thread Olof Johansson
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

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3

2015-08-13 Thread Kukjin Kim
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

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL 2nd 3/4] Samsung driver 2nd updates for v4.3

2015-08-12 Thread Kukjin Kim
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
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html