#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/mfd/ab3100.h>
#include <linux/mfd/abx500.h>
Go to the source code of this file.
#define AB3100_BUCK_SLEEP 0x4B |
#define AB3100_LDO_A 0x40 |
#define AB3100_LDO_C 0x41 |
#define AB3100_LDO_D 0x42 |
#define AB3100_LDO_E 0x43 |
#define AB3100_LDO_E_SLEEP 0x44 |
#define AB3100_LDO_EXT 0x49 |
#define AB3100_LDO_F 0x45 |
#define AB3100_LDO_G 0x46 |
#define AB3100_LDO_H 0x47 |
#define AB3100_LDO_H_SLEEP_EN 2 |
#define AB3100_LDO_H_SLEEP_MODE 0 |
#define AB3100_LDO_H_VSEL_AC 5 |
#define AB3100_LDO_K 0x48 |
#define AB3100_REG_ON_MASK 0x10 |
#define LDO_A_VOLTAGE 2750000 |
#define LDO_C_VOLTAGE 2650000 |
#define LDO_D_VOLTAGE 2650000 |
MODULE_ALIAS |
( |
"platform:ab3100-regulators" |
| ) |
|
MODULE_DESCRIPTION |
( |
"AB3100 Regulator driver" |
| ) |
|
module_exit |
( |
ab3100_regulators_exit |
| ) |
|
subsys_initcall |
( |
ab3100_regulators_init |
| ) |
|