arm-trusted-firmware/drivers/st
Yann Gautier d50e7a71cb fix(st-sdmmc2): check regulator enable/disable return
The issue was reported by Coverity [1]. The return of the functions
regulator_disable() and regulator_enable() was not checked.
If they fail, this means there is an issue either with PMIC or I2C.
The board should the stop booting with a panic().

[1] https://scan4.scan.coverity.com/reports.htm#v47771/p11439/mergedDefectId=374565

Change-Id: If5dfd5643c210e03ae4b1f4cab0168c0db89f60e
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2022-01-04 15:25:04 +01:00
..
bsec bsec: move bsec_mode_is_closed_device() service to platform 2019-09-20 23:21:10 +02:00
clk feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
crypto feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
ddr feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
etzpc drivers: introduce ST ETZPC driver 2020-06-03 15:53:46 +02:00
fmc feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
gpio feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
i2c feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
io Merge changes from topic "io_stm32image" into integration 2021-06-18 15:40:20 +02:00
iwdg feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
mmc fix(st-sdmmc2): check regulator enable/disable return 2022-01-04 15:25:04 +01:00
pmic refactor(st-pmic): use regulator framework for DDR init 2021-12-22 14:04:32 +01:00
regulator feat(st-drivers): introduce fixed regulator driver 2021-12-22 14:04:32 +01:00
reset drivers: stm32_reset adapt interface to timeout argument 2020-06-01 08:38:20 +02:00
spi feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
uart feat(drivers/st/uart): add uart driver for STM32MP1 2021-12-03 09:26:11 +01:00
usb feat(drivers/st/usb): add device driver for STM32MP1 2021-10-29 16:43:43 +02:00