u-boot/drivers/video/tegra20
Svyatoslav Ryhel 846dcae733 video: tegra20: dsi: use regulator_set_enable_if_allowed
With the commit 4fcba5d556 ("regulator: implement basic reference
counter") the return value of regulator_set_enable may be EALREADY or
EBUSY for fixed/gpio regulators and may be further expanded on all
regulators.

Change to use the more relaxed regulator_set_enable_if_allowed to
continue if regulator already was enabled or disabled.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2023-10-22 19:28:31 +02:00
..
Kconfig video: tegra: add DC based PWM backlight driver 2023-04-26 07:32:25 +02:00
Makefile video: tegra: add DC based PWM backlight driver 2023-04-26 07:32:25 +02:00
mipi-phy.c video: tegra20: add DSI controller driver 2023-04-07 19:52:54 +02:00
mipi-phy.h video: tegra20: add DSI controller driver 2023-04-07 19:52:54 +02:00
tegra-dc.c video: tegra-dc: pass DC regmap to internal devices 2023-04-07 19:47:52 +02:00
tegra-dsi.c video: tegra20: dsi: use regulator_set_enable_if_allowed 2023-10-22 19:28:31 +02:00
tegra-pwm-backlight.c video: tegra: add DC based PWM backlight driver 2023-04-26 07:32:25 +02:00