/* * devfreq: Generic Dynamic Voltage and Frequency Scaling (DVFS) Framework * for Non-CPU Devices. * * Copyright (C) 2011 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */#include<linux/kernel.h>#include<linux/sched.h>#include<linux/errno.h>#include<linux/err.h>#include<linux/init.h>#include<linux/export.h>#include<linux/slab.h>#include<linux/stat.h>#include<linux/pm_opp.h>#include<linux/devfreq.h>#include<linux/workqueue.h>#include<linux/platform_device.h>#include<linux/list.h>#include<linux/printk.h>#include<linux/hrtimer.h>#include<linux/of.h>