diff options
author | Keerthy <j-keerthy@ti.com> | 2014-06-18 15:28:57 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-23 12:30:56 +0100 |
commit | 7ec70c73c9e93556fd19bb6bdfbbd089d9db438b (patch) | |
tree | 65f23542272f361576c694875239e5522018d641 /include/linux/mfd/palmas.h | |
parent | 9f057dc1d01383e6975e515ba8e661d2aeb6bdfc (diff) | |
download | op-kernel-dev-7ec70c73c9e93556fd19bb6bdfbbd089d9db438b.zip op-kernel-dev-7ec70c73c9e93556fd19bb6bdfbbd089d9db438b.tar.gz |
mfd: palmas: shift the palmas_sleep_requestor_info structure definition to the header file
shift the palmas_sleep_requestor_info structure definition to the header file.
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/mfd/palmas.h')
-rw-r--r-- | include/linux/mfd/palmas.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h index c123666..0136e58 100644 --- a/include/linux/mfd/palmas.h +++ b/include/linux/mfd/palmas.h @@ -88,6 +88,16 @@ struct palmas { u8 pwm_muxed; }; +#define PALMAS_EXT_REQ (PALMAS_EXT_CONTROL_ENABLE1 | \ + PALMAS_EXT_CONTROL_ENABLE2 | \ + PALMAS_EXT_CONTROL_NSLEEP) + +struct palmas_sleep_requestor_info { + int id; + int reg_offset; + int bit_pos; +}; + struct regs_info { char *name; char *sname; |