#include <linux/cpufreq.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <asm/clock.h>
#include <asm/mach-loongson/loongson.h>
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"cpufreq driver for Loongson2F" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
platform |
, |
|
|
platform_device_ids |
|
|
) |
| |
module_exit |
( |
cpufreq_exit |
| ) |
|
module_init |
( |
cpufreq_init |
| ) |
|
module_param |
( |
nowait |
, |
|
|
uint |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
nowait |
, |
|
|
"Disable Loongson-2F specific wait" |
|
|
) |
| |