]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: Add support for QCOM PMIC VBUS booster
authorWesley Cheng <wcheng@codeaurora.org>
Fri, 26 Jun 2020 18:55:14 +0000 (11:55 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 1 Jul 2020 17:07:15 +0000 (18:07 +0100)
commit4860158b45b4b772a92165cf6248f8be341fe4c7
treef47c225b18480c5ddc6a0b9748e4be42fb65f53a
parent073c5a2943d6c0625c46cd3522b8c73fe21f925b
regulator: Add support for QCOM PMIC VBUS booster

Some Qualcomm PMICs have the capability to source the VBUS output to
connected peripherals.  This driver will register a regulator to the
regulator list to enable or disable this source by an external driver.

Signed-off-by: Wesley Cheng <wcheng@codeaurora.org>
Link: https://lore.kernel.org/r/20200626185516.18018-5-wcheng@codeaurora.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/qcom_usb_vbus-regulator.c [new file with mode: 0644]