regulator: bq257xx: Add bq257xx boost regulator driver
authorChris Morgan <macromorgan@hotmail.com>
Thu, 4 Sep 2025 16:05:29 +0000 (11:05 -0500)
committerLee Jones <lee@kernel.org>
Thu, 11 Sep 2025 14:55:41 +0000 (15:55 +0100)
commit981dd162b63578aee34b5c68795e246734b76d70
tree227f74bf72afd57484db855fe2eefd325eda22a6
parent1cc017b7f9c7b7cd86fdda4aee36b92d91cc2ad2
regulator: bq257xx: Add bq257xx boost regulator driver

Add support for the boost regulator found in the Texas Instruments
BQ25703. The boost regulator is capable of outputting between 4.48
and 20.8 volts and between 0 and 6.35 amps.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20250904160530.66178-5-macroalpha82@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/bq257xx-regulator.c [new file with mode: 0644]