aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/palmas.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index c123666c70f7..0136e583f7f8 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -88,6 +88,16 @@ struct palmas {
88 u8 pwm_muxed; 88 u8 pwm_muxed;
89}; 89};
90 90
91#define PALMAS_EXT_REQ (PALMAS_EXT_CONTROL_ENABLE1 | \
92 PALMAS_EXT_CONTROL_ENABLE2 | \
93 PALMAS_EXT_CONTROL_NSLEEP)
94
95struct palmas_sleep_requestor_info {
96 int id;
97 int reg_offset;
98 int bit_pos;
99};
100
91struct regs_info { 101struct regs_info {
92 char *name; 102 char *name;
93 char *sname; 103 char *sname;