arm-trusted-firmware/drivers
Boyan Karatotev 02af589cfa fix(st-usb): replace redundant checks with asserts
Returning enum usb_status in an enum usb_action function is wrong as
they have different meanings. However, usb_dwc2_ep0_out_start() and
usb_dwc2_activate_setup() only return USBD_OK so we will never get to
there. Replace these checks with asserts in case the code changes in
future.

This also silences a warning when compiling with -Wextra.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I73dfd5c189a357544c15ceb3f4268da82ce272b9
2022-12-01 16:17:34 +00:00
..
allwinner feat(allwinner): apx803: add aldo1 regulator 2022-02-21 16:26:54 +01:00
amlogic refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
arm build: warn about RSS driver experimental status 2022-11-08 15:04:36 +01:00
auth fix(auth): correct sign-compare warning 2022-11-14 11:25:01 +01:00
brcm fix(brcm): add braces around bodies of conditionals 2022-12-01 16:17:34 +00:00
cadence/uart/aarch64 cadence: Change logic in uart driver 2021-01-11 17:28:00 +00:00
cfi/v2m
clk feat(clk): add a minimal clock framework 2021-12-22 13:07:23 +01:00
console refactor(console): move putchar() to console driver 2022-10-04 09:30:48 +02:00
coreboot/cbmem_console/aarch64 Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
delay_timer
fwu fix(fwu): rename is_fwu_initialized 2022-03-28 09:10:11 +02:00
gpio
imx fix: unify fallthrough annotations 2022-12-01 16:17:24 +00:00
intel/soc/stratix10/io
io fix(mtd): correct types in messages 2022-02-15 18:09:51 +01:00
marvell refactor(drivers/marvell/comphy-3700): rename Clock Source Low value constants 2021-12-09 01:29:13 +01:00
measured_boot fix(rss): determine the size of sw_type in RSS mboot metadata 2022-10-07 11:32:48 +02:00
mentor/i2c
mmc fix(mmc): resolve the build error 2022-09-09 17:28:04 +01:00
mtd feat(mtd): add platform function to allow using external buffer 2022-08-30 09:20:20 +02:00
nxp fix: remove old-style declarations 2022-12-01 16:17:34 +00:00
partition feat(guid-partition): allow to find partition by type UUID 2022-07-05 14:46:02 +02:00
rambus drivers/rambus: add TRNG-IP-76 driver 2021-02-11 09:43:18 +00:00
renesas fix(renesas): align incompatible function pointers 2022-12-01 16:17:34 +00:00
rpi3 refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
scmi-msg fix(scmi-msg): base: fix protocol list querying 2022-05-16 10:32:32 +02:00
st fix(st-usb): replace redundant checks with asserts 2022-12-01 16:17:34 +00:00
synopsys
ti/uart Don't return error information from console_flush 2020-10-09 10:21:50 -05:00
ufs fix(ufs): retry commands on unit attention 2022-09-29 10:06:52 +02:00
usb fix(usb): correct type in message 2022-02-15 18:09:51 +01:00