summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-03ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/Kukjin Kim1-199/+0
This patch is for just moving plat-s3c24xx/*.c into mach-s3c24xx/, so that we could remove plat-s3c24xx directory. But since the PLAT_S3C24XX is used in drivers, the statement is not deleted and it will be sorted out next time. Cc: Ben Dooks <ben-linux@fluff.org> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2011-11-17ARM: SAMSUNG: inclusion export.h instead of module.hKukjin Kim1-1/+1
Only for THIS_MODULE, the <linux/export.h> file should be added instead of <linux/module.h>. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2009-07-30ARM: S3C: CPUFREQ: Add debugfs support for cpufreqBen Dooks1-0/+199
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>