u-boot/drivers
Patrick Delaunay 9f9191a107 phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supply
Use regulator_set_enable_if_allowed() api instead of regulator_set_enable()
while disabling vdd supply. This way the driver doesn't see an error
when disabling an always-on regulator.

This patch is needed since the commit f93fab3126 ("Revert 'power:
regulator: Return success on attempt to disable an always-on regulator'")
and use the API introduced by commit cc4a224af2 ("power: regulator:
Introduce regulator_set_enable_if_allowed api").

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
2020-07-28 18:00:05 +02:00
..
adc treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() 2020-07-25 14:46:57 -06:00
ata treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
axi
bios_emulator
block
board
bootcount
bus bus: uniphier-system-bus: move hardware init from board files 2020-07-11 21:30:21 +09:00
cache
clk binman support for FIT 2020-07-27 11:15:37 -04:00
core dm: core Fix long line in device_bind_common() 2020-07-24 19:25:15 -06:00
cpu cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
crypto crypto/fsl: add RNG support 2020-07-27 14:16:29 +05:30
ddr treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
demo
dfu
dma treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
fastboot
firmware
fpga
gpio treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
hwspinlock
i2c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
input treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() 2020-07-25 14:46:57 -06:00
led
mailbox treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
memory
misc treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
mmc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
mtd mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies 2020-07-20 22:29:18 +05:30
net Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
nvme
pch
pci pci: layerscape: Add specific config entry for RC and EP mode driver 2020-07-27 14:24:15 +05:30
pci_endpoint Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
phy phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supply 2020-07-28 18:00:05 +02:00
pinctrl binman support for FIT 2020-07-27 11:15:37 -04:00
power Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 2020-07-17 08:04:48 -04:00
pwm treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() 2020-07-25 14:46:57 -06:00
qe treewide: convert bd_t to struct bd_info by coccinelle 2020-07-17 09:30:13 -04:00
ram ram: sifive: Avoid using hardcoded ram base and size 2020-07-24 14:56:29 +08:00
remoteproc
reset treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
rng
rtc treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
scsi
serial - Handle errors in Meson serial driver 2020-07-27 21:40:26 -04:00
smem
soc dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs 2020-07-25 14:46:57 -06:00
sound sound: Add an ACPI driver for Maxim MAX98357ac 2020-07-17 14:32:24 +08:00
spi Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
spmi treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
sysreset sysreset: syscon: Support value property 2020-07-24 14:55:49 +08:00
tee
thermal
timer treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
tpm
ufs
usb treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
video treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
virtio
w1 treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
w1-eeprom
watchdog Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq 2020-07-27 15:18:15 -04:00
Kconfig
Makefile