linux-samsung-r9q2/include/linux/regulator
Chen-Yu Tsai 65bae54e08
regulator: mt6358: Merge VCN33_* regulators
The VCN33_BT and VCN33_WIFI regulators are actually the same regulator,
having the same voltage setting and output pin. There are simply two
enable bits that are ORed together to enable the regulator.

Having two regulators representing the same output pin is misleading
from a design matching standpoint, and also error-prone in driver
implementations. If consumers try to set different voltages on either
regulator, the one set later would override the one set before. There
are ways around this, such as chaining them together and having the
downstream one act as a switch. But given there's only one output pin,
such a workaround doesn't match reality.

Remove the VCN33_WIFI regulator. During the probe phase, have the driver
sync the enable status of VCN33_WIFI to VCN33_BT. Also drop the suffix
so that the regulator name matches the pin name in the datasheet.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20230609083009.2822259-4-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-06-14 14:25:45 +01:00
..
act8865.h
arizona-ldo1.h
arizona-micsupp.h
consumer.h regulator: Add of_regulator_bulk_get_all() 2022-11-18 16:11:05 +00:00
coupler.h
da9121.h
da9211.h
db8500-prcmu.h
driver.h regulator: expose regulator_find_closest_bigger 2023-05-23 19:01:55 +01:00
fan53555.h
fixed.h
gpio-regulator.h regulator: gpio: Add input_supply support in gpio_regulator_config 2022-09-29 15:20:14 +01:00
lp872x.h
lp3971.h
lp3972.h
machine.h
max1586.h
max8649.h
max8660.h
max8952.h
max8973-regulator.h
mt6311.h
mt6315-regulator.h
mt6323-regulator.h
mt6331-regulator.h regulator: Add driver for MT6331 PMIC regulators 2022-09-13 15:04:56 +01:00
mt6332-regulator.h regulator: Add driver for MT6332 PMIC regulators 2022-09-13 15:04:58 +01:00
mt6357-regulator.h regulator: add mt6357 regulator 2022-12-02 12:23:19 +00:00
mt6358-regulator.h regulator: mt6358: Merge VCN33_* regulators 2023-06-14 14:25:45 +01:00
mt6359-regulator.h
mt6380-regulator.h
mt6397-regulator.h
of_regulator.h
pca9450.h regulator: pca9450: Make I2C Level Translator configurable 2022-05-03 13:47:36 +01:00
pfuze100.h
tps6507x.h
tps51632-regulator.h
tps62360.h regulator: tps62360: replacing legacy gpio interface for gpiod 2021-10-21 14:18:42 +01:00
userspace-consumer.h regulator: userspace-consumer: Handle regulator-output DT nodes 2022-11-03 13:35:06 +00:00