]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: dwc2: Replace uint<x>_t types with u<x>
authorKongyang Liu <seashell11234455@gmail.com>
Fri, 10 Jan 2025 13:55:27 +0000 (21:55 +0800)
committerMattijs Korpershoek <mkorpershoek@kernel.org>
Mon, 2 Jun 2025 07:57:43 +0000 (09:57 +0200)
commitbd88148a1bf3457ffe05d3bb0563dc4bfbfeee96
tree50d57100fb3f57ad78a38f2793ded0e41cd90471
parentc5d685b8993cf9e2fa4321dc3f9f866d5655e976
usb: dwc2: Replace uint<x>_t types with u<x>

Updates all instances of uint8_t, uint16_t, and uint32_t to u8, u16, and
u32 respectively, ensuring consistent use of kernel-preferred types and
resolving checkpatch.pl warnings.

Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20250110-dwc2-dev-v4-8-987f4fd6f8b2@pigmoral.tech
Signed-off-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
drivers/usb/gadget/dwc2_udc_otg.c
drivers/usb/host/dwc2.c