arm-trusted-firmware/drivers/st
Yann Gautier 379d77b370 fix(st-crypto): use GENMASK_32 to define PKA registers masks
When compiling the driver in aarch64, and with LOG_LEVEL_VERBOSE, there
is a compilation error on the message displaying the version of the
peripheral. The masks are making the variable unsigned long, whereas
we want to display an unsigned int. As the registers are 32-bit,
we should use GENMASK_32 instead of GENMASK.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I002dd5ad901f68a9480f758eaaa4428f969813c1
2023-09-27 18:41:46 +02:00
..
bsec refactor(st-drivers): improve BSEC driver 2022-01-28 18:04:52 +01:00
clk feat(st-clock): stub fdt_get_rcc_secure_state 2023-09-08 10:56:49 +02:00
crypto fix(st-crypto): use GENMASK_32 to define PKA registers masks 2023-09-27 18:41:46 +02:00
ddr fix(st-ddr): express memory size with size_t type 2023-09-18 09:58:00 +02:00
etzpc refactor(st-drivers): do not rely on DT in etzpc_init 2022-08-10 10:00:03 +02:00
fmc fix(st-fmc): fix type in message 2022-02-15 18:09:51 +01:00
gpio fix(st-gpio): define shift as uint32_t 2022-12-07 18:25:13 +01:00
i2c feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
iwdg feat(st): use newly introduced clock framework 2021-12-22 13:08:09 +01:00
mmc refactor(st): move SDMMC definitions to driver 2023-09-08 10:56:49 +02:00
pmic fix(st-pmic): define pmic_regs table size 2022-12-07 14:18:30 +01:00
regulator refactor(st): rename PLAT_NB_FIXED_REGS 2023-09-08 10:56:49 +02:00
reset drivers: stm32_reset adapt interface to timeout argument 2020-06-01 08:38:20 +02:00
spi fix(st-spi): remove SR_BUSY bit check before sending command 2022-05-11 10:01:33 +02:00
uart feat(st-uart): add AARCH64 stm32_console driver 2023-09-08 10:56:49 +02:00
usb fix(st-usb): replace redundant checks with asserts 2022-12-01 16:17:34 +00:00