#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/mfd/wm8994/core.h>
#include <linux/mfd/wm8994/registers.h>
#include <linux/mfd/wm8994/pdata.h>
Go to the source code of this file.
#define WM8994_LDO1_MAX_SELECTOR 0x7 |
#define WM8994_LDO2_MAX_SELECTOR 0x3 |
MODULE_ALIAS |
( |
"platform:wm8994-ldo" |
| ) |
|
MODULE_DESCRIPTION |
( |
"WM8994 LDO driver" |
| ) |
|
module_exit |
( |
wm8994_ldo_exit |
| ) |
|
subsys_initcall |
( |
wm8994_ldo_init |
| ) |
|