arm-trusted-firmware/drivers/st
Yann Gautier 7417cda6ae fix(st-clock): correct stm32_clk_parse_fdt_by_name
The fdt_getprop() function sets the length to -1 if the property is not
found. We should then not use it later in stm32_clk_parse_fdt_by_name()
in that case. Directly set *nb to 0U and return 0 if the property is not
found.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I19c5c953f392cdc768e0b1f3f240fc99a73a049c
2022-04-05 17:05:55 +02:00
..
bsec refactor(st-drivers): improve BSEC driver 2022-01-28 18:04:52 +01:00
clk fix(st-clock): correct stm32_clk_parse_fdt_by_name 2022-04-05 17:05:55 +02:00
crypto feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
ddr fix(st-ddr): add missing debug.h 2022-01-19 15:13:18 +01:00
etzpc drivers: introduce ST ETZPC driver 2020-06-03 15:53:46 +02:00
fmc fix(st-fmc): fix type in message 2022-02-15 18:09:51 +01:00
gpio feat(st-gpio): do not apply secure config in BL2 2022-02-01 16:47:27 +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 feat(st-sdmmc2): allow compatible to be defined in platform code 2022-03-22 09:09:23 +01:00
pmic feat(st-pmic): add pmic_voltages_init() function 2022-03-22 09:09:23 +01:00
regulator feat(st-regulator): add support for regulator-always-on 2022-01-28 14:18:12 +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(st-uart): manage oversampling by 8 2022-03-04 14:55:18 +01:00
usb feat(drivers/st/usb): add device driver for STM32MP1 2021-10-29 16:43:43 +02:00