arm-trusted-firmware/drivers/st
Yann Gautier 9fa9a0c55c fix(st-clock): print enums as unsigned
With gcc-11, the -Wformat-signedness warning complains about enum values
that should be printed as unsigned values. Change %d to %u for several
lines in the clock driver.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ia2d24e6feef5e852e0a6bfaa1286fe605f9a16b7
2022-02-28 11:36:00 +01:00
..
bsec refactor(st-drivers): improve BSEC driver 2022-01-28 18:04:52 +01:00
clk fix(st-clock): print enums as unsigned 2022-02-28 11:36:00 +01: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 fix(st-sdmmc2): correct cmd_idx type in messages 2022-02-15 18:09:51 +01:00
pmic fix(st-pmic): correct verbose message 2022-02-15 18:09:51 +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(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