#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/mfd/tps65910.h>
#include <linux/regulator/of_regulator.h>
Go to the source code of this file.
#define EXT_CONTROL_REG_BITS |
( |
|
id, |
|
|
|
regs_offs, |
|
|
|
bits |
|
) |
| (((regs_offs) << 8) | (bits)) |
#define EXT_SLEEP_CONTROL |
Value:
TPS65910_SLEEP_CONTROL_EXT_INPUT_EN2 | \
TPS65910_SLEEP_CONTROL_EXT_INPUT_EN3 | \
TPS65911_SLEEP_CONTROL_EXT_INPUT_SLEEP)
Definition at line 29 of file tps65910-regulator.c.
#define TPS65910_SUPPLY_STATE_ENABLED 0x1 |
MODULE_ALIAS |
( |
"platform:tps65910-pmic" |
| ) |
|
module_exit |
( |
tps65910_cleanup |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
subsys_initcall |
( |
tps65910_init |
| ) |
|