Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: exynos: Show a list of available frequencies

This patch adds freq_attr to show a list of exynos5440 scaling
available frequencies through sysfs. Common exynos driver already
supports this attribute.

Signed-off-by: Jungseok Lee <jays.lee@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jungseok Lee and committed by
Rafael J. Wysocki
5d7e690d e50322a5

+1
+1
drivers/cpufreq/exynos5440-cpufreq.c
··· 330 330 .init = exynos_cpufreq_cpu_init, 331 331 .exit = cpufreq_generic_exit, 332 332 .name = CPUFREQ_NAME, 333 + .attr = cpufreq_generic_attr, 333 334 }; 334 335 335 336 static const struct of_device_id exynos_cpufreq_match[] = {