linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Exynos5420 Cpufreq support
@ 2013-12-06  9:48 Arun Kumar K
  2013-12-06  9:48 ` [PATCH 1/3] ARM: EXYNOS: Add exynos5 CPU clock divider offsets Arun Kumar K
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Arun Kumar K @ 2013-12-06  9:48 UTC (permalink / raw)
  To: linux-arm-kernel

The patch series adds the cpufreq driver for exynos5420 with
its dependencies. This initial version of the driver only
modifies the A15 core frequencies.

Arjun.K.V (1):
  cpufreq: exynos: Add exynos5420 cpufreq driver

Arun Kumar K (2):
  ARM: EXYNOS: Add exynos5 CPU clock divider offsets
  clk: exynos5420: Add alias names for cpu clocks

 arch/arm/mach-exynos/include/mach/regs-clock.h |   24 ++
 drivers/clk/samsung/clk-exynos5420.c           |    9 +-
 drivers/cpufreq/Kconfig.arm                    |   11 +
 drivers/cpufreq/Makefile                       |    1 +
 drivers/cpufreq/exynos-cpufreq.c               |    2 +
 drivers/cpufreq/exynos-cpufreq.h               |    8 +
 drivers/cpufreq/exynos5420-cpufreq.c           |  346 ++++++++++++++++++++++++
 7 files changed, 397 insertions(+), 4 deletions(-)
 create mode 100644 drivers/cpufreq/exynos5420-cpufreq.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-20 21:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06  9:48 [PATCH 0/3] Exynos5420 Cpufreq support Arun Kumar K
2013-12-06  9:48 ` [PATCH 1/3] ARM: EXYNOS: Add exynos5 CPU clock divider offsets Arun Kumar K
2013-12-20 21:23   ` Kukjin Kim
2013-12-06  9:48 ` [PATCH 2/3] clk: exynos5420: Add alias names for cpu clocks Arun Kumar K
2013-12-19  8:00   ` Mike Turquette
2013-12-06  9:48 ` [PATCH 3/3] cpufreq: exynos: Add exynos5420 cpufreq driver Arun Kumar K
2013-12-09  8:23   ` Lukasz Majewski
2013-12-10  4:40     ` Arun Kumar K
2013-12-10 16:32       ` Lukasz Majewski
2013-12-17  7:07         ` Jassi Brar
2013-12-17  8:14           ` Lukasz Majewski
2013-12-17  8:21             ` Arun Kumar K
2013-12-17  6:12   ` Viresh Kumar
2013-12-17  8:00     ` Lukasz Majewski
2013-12-17  8:03       ` Viresh Kumar
2013-12-17  8:05       ` Arun Kumar K
2013-12-17  9:09         ` Lukasz Majewski
2013-12-17  8:03     ` Arun Kumar K

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