coreboot/src/drivers/uart
Ariel Otilibili 436503fda4 drivers/uart: Replace 'unsigned long int' by 'unsigned long'
As suggested by the linter:

Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary

Link: https://qa.coreboot.org/job/coreboot-untested-files/lastSuccessfulBuild/artifact/lint.txt
Change-Id: I1416a2f7d75a888dcaf0775894aced981800866f
Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2025-01-08 03:09:36 +00:00
..
acpi tree: Remove unused <string.h> 2024-05-29 10:34:08 +00:00
Kconfig drivers: Add SPDX license headers to Kconfig files 2024-02-18 01:59:32 +00:00
Makefile.mk driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk 2024-01-24 10:04:33 +00:00
oxpcie.c treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
oxpcie_early.c tree: Remove unused <stddef.h> 2024-05-29 02:51:20 +00:00
pl011.c drivers/uart/pl011.c Perform basic UART init 2023-12-13 14:27:09 +00:00
pl011.h drivers/uart/pl011: Enhance struct documentation 2024-04-14 10:10:43 +00:00
sifive.c drivers/uart/sifive.c: Fix divisor calculation 2024-02-10 17:29:45 +00:00
uart8250io.c drivers/uart: Replace 'unsigned long int' by 'unsigned long' 2025-01-08 03:09:36 +00:00
uart8250mem.c drivers/uart: Replace 'unsigned long int' by 'unsigned long' 2025-01-08 03:09:36 +00:00
uart8250reg.h src/drivers/uart: Add definition of FIFO enabled in IIR 2022-10-25 15:11:59 +00:00
util.c