summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
diff options
context:
space:
mode:
authorBen Dooks2009-07-31 00:23:42 +0200
committerBen Dooks2009-07-31 00:22:56 +0200
commite6d197a6954c8a9ff85727c31ca61fc1da78628a (patch)
tree4f83b37f17499111ae9381746b3427996eb75007 /arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
parentARM: S3C: CPUFREQ: Add documentation for system (diff)
downloadkernel-qcow2-linux-e6d197a6954c8a9ff85727c31ca61fc1da78628a.tar.gz
kernel-qcow2-linux-e6d197a6954c8a9ff85727c31ca61fc1da78628a.tar.xz
kernel-qcow2-linux-e6d197a6954c8a9ff85727c31ca61fc1da78628a.zip
ARM: S3C: CPUFREQ: Add debugfs support for cpufreq
Add debugfs support for the cpufreq driver to allow information about the system state to be exported to the user. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/s3c2440-cpufreq.c')
-rw-r--r--arch/arm/plat-s3c24xx/s3c2440-cpufreq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c b/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
index c177a20319e2..ae2e6c604f27 100644
--- a/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
+++ b/arch/arm/plat-s3c24xx/s3c2440-cpufreq.c
@@ -266,6 +266,8 @@ struct s3c_cpufreq_info s3c2440_cpufreq_info = {
.calc_freqtable = s3c2440_cpufreq_calctable,
.resume_clocks = s3c244x_setup_clocks,
+
+ .debug_io_show = s3c_cpufreq_debugfs_call(s3c2410_iotiming_debugfs),
};
static int s3c2440_cpufreq_add(struct sys_device *sysdev)