mbox series

[0/4] regulator pre-enable

Message ID 20210816032003.1162779-1-jay.xu@rock-chips.com (mailing list archive)
Headers show
Series regulator pre-enable | expand

Message

Jianqun Xu Aug. 16, 2021, 3:19 a.m. UTC
Rockchip io-domain care about regulator pre-enable

Jianqun Xu (4):
  regulator: add PRE_ENABLE event define
  regulator: core: notify regulator enable with the voltage value
  regulator: core: add pre-enable event notify to regulator
  soc: rockchip: io-domain: do more thing about regulator notify

 drivers/regulator/core.c           | 9 ++++++++-
 drivers/soc/rockchip/io-domain.c   | 6 ++++++
 include/linux/regulator/consumer.h | 2 ++
 3 files changed, 16 insertions(+), 1 deletion(-)