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)
commit4fe66d5a62fbe1b050e783e7a01f986632c08c44
treef47c225b18480c5ddc6a0b9748e4be42fb65f53a
parentbfa29acd18e53ff44135f2eae2b942419a8582cc
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]