#include <linux/slab.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/mfd/syscon.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/regmap.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/of_regulator.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Nancy Chen <[email protected]> |
, |
|
|
""Ying-Chun Liu(PaulLiu)< paul.liu @linaro.org >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"ANATOP Regulator driver" |
| ) |
|
module_exit |
( |
anatop_regulator_exit |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
postcore_initcall |
( |
anatop_regulator_init |
| ) |
|