All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] regulator pre-enable
@ 2021-08-17  3:38 ` Jianqun Xu
  0 siblings, 0 replies; 14+ messages in thread
From: Jianqun Xu @ 2021-08-17  3:38 UTC (permalink / raw)
  To: lgirdwood, broonie, ulf.hansson, lee.jones, zhangchangzhong, heiko
  Cc: linux-rockchip, linux-kernel, Jianqun Xu

Rockchip io-domain care about regulator pre-enable

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

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

-- 
v2:
 - remove patch "regulator: core: notify regulator enable with the voltage value"
 - use "uV = regulator_get_voltage(supply->reg);" but from notify data
v1:
 - first

2.25.1




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-08-18 12:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  3:38 [PATCH v2 0/3] regulator pre-enable Jianqun Xu
2021-08-17  3:38 ` Jianqun Xu
2021-08-17  3:38 ` [PATCH v2 1/3] regulator: add PRE_ENABLE event define Jianqun Xu
2021-08-17  3:38   ` Jianqun Xu
2021-08-18 12:56   ` Mark Brown
2021-08-18 12:56     ` Mark Brown
2021-08-17  3:38 ` [PATCH v2 2/3] regulator: core: add pre-enable event notify to regulator Jianqun Xu
2021-08-17  3:38   ` Jianqun Xu
2021-08-17  3:38 ` [PATCH v2 3/3] soc: rockchip: io-domain: do more thing about regulator notify Jianqun Xu
2021-08-17  3:38   ` Jianqun Xu
2021-08-17 14:36   ` Mark Brown
2021-08-17 14:36     ` Mark Brown
2021-08-18  1:16     ` jay.xu
2021-08-18  2:24       ` jay.xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.