linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
@ 2014-09-24  3:57 Thomas Abraham
  2014-09-24  3:57 ` [PATCH v10 1/6] clk: samsung: add infrastructure to register cpu clocks Thomas Abraham
  2014-09-24  7:34 ` [PATCH v10 0/6] cpufreq: use generic cpufreq drivers for exynos platforms Kukjin Kim
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Abraham @ 2014-09-24  3:57 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series removes the use of Exynos4210 and Exynos5250 specific cpufreq
drivers and enables the use of cpufreq-cpu0 driver for these platforms. This
series also enables cpufreq support for Exynos5420 using arm_big_little cpufreq
driver.

This patch series is dependent on two other patches
1. ARM: dts: add CPU nodes for Exynos4 SoCs
   - https://lkml.org/lkml/2014/7/21/315
2. clk: exynos4: remove duplicate div_core2 divider clock instantiation
   - http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg34859.html

Thomas Abraham (6):
  clk: samsung: add infrastructure to register cpu clocks
  clk: samsung: add cpu clock configuration data and instantiate cpu clock
  ARM: dts: Exynos: add CPU OPP and regulator supply property
  ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420
  cpufreq: exynos: remove exynos4210/5250 specific cpufreq driver support
  clk: samsung: remove unused clock aliases and update clock flags

 arch/arm/boot/dts/exynos4210-origen.dts         |    4 +
 arch/arm/boot/dts/exynos4210-trats.dts          |    4 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts |    4 +
 arch/arm/boot/dts/exynos4210.dtsi               |   14 +-
 arch/arm/boot/dts/exynos5250-arndale.dts        |    4 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts       |    4 +
 arch/arm/boot/dts/exynos5250-snow.dts           |    4 +
 arch/arm/boot/dts/exynos5250.dtsi               |   25 ++-
 arch/arm/boot/dts/exynos5420.dtsi               |   38 +++
 arch/arm/mach-exynos/exynos.c                   |   24 ++-
 drivers/clk/samsung/Makefile                    |    2 +-
 drivers/clk/samsung/clk-cpu.c                   |  335 +++++++++++++++++++++++
 drivers/clk/samsung/clk-cpu.h                   |   91 ++++++
 drivers/clk/samsung/clk-exynos4.c               |   63 +++--
 drivers/clk/samsung/clk-exynos5250.c            |   44 +++-
 drivers/clk/samsung/clk-exynos5420.c            |   72 +++++-
 drivers/cpufreq/Kconfig.arm                     |   22 --
 drivers/cpufreq/Makefile                        |    2 -
 include/dt-bindings/clock/exynos5250.h          |    1 +
 include/dt-bindings/clock/exynos5420.h          |    2 +

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-24 12:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24  3:57 [PATCH v10 0/6] cpufreq: use generic cpufreq drivers for exynos platforms Thomas Abraham
2014-09-24  3:57 ` [PATCH v10 1/6] clk: samsung: add infrastructure to register cpu clocks Thomas Abraham
2014-09-24  3:57   ` [PATCH v10 2/6] clk: samsung: add cpu clock configuration data and instantiate cpu clock Thomas Abraham
2014-09-24  3:57     ` [PATCH v10 3/6] ARM: dts: Exynos: add CPU OPP and regulator supply property Thomas Abraham
2014-09-24  3:57       ` [PATCH v10 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420 Thomas Abraham
2014-09-24  3:57         ` [PATCH v10 5/6] cpufreq: exynos: remove exynos4210/5250 specific cpufreq driver support Thomas Abraham
2014-09-24  3:57           ` [PATCH v10 6/6] clk: samsung: remove unused clock aliases and update clock flags Thomas Abraham
2014-09-24  7:34 ` [PATCH v10 0/6] cpufreq: use generic cpufreq drivers for exynos platforms Kukjin Kim
2014-09-24 11:08   ` Tomasz Figa
2014-09-24 12:26     ` Thomas Abraham

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).