]> git.dujemihanovic.xyz Git - u-boot.git/commit
regulator: rk8xx: pass pmic udevice instead of regulator to all internal functions
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 5 Jun 2024 09:33:22 +0000 (11:33 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 14 Jun 2024 09:02:08 +0000 (17:02 +0800)
commitb7fffd1ef227e45fac356501c984dd0621accbda
tree729dad3816ef2a2de2d4e10164cbbd66776a4aef
parent7bc5c3ea62471bca435a6365cd7c070653b3a794
regulator: rk8xx: pass pmic udevice instead of regulator to all internal functions

For the sake of consistency, make all internal (starting with _)
functions expect a pmic udevice instead of a regulator udevice.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org> # chromebook-bob
drivers/power/regulator/rk8xx.c