summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2025-07-10arm: imx: Remove the rest of i.MX31 supportTom Rini
2025-06-05serial: mediatek: enable baudrate accuracy compensationWeijie Gao
2025-06-05serial: mediatek: fix register names and offsetsWeijie Gao
2025-04-16serial: Setup default base and frequency for Versal platformsMichal Simek
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-03-19serial: mxc: Support bulk enabling clocksAdam Ford
2025-03-18serial: Add missing TPL_SYS_NS16550_SERIAL symbolTom Rini
2025-03-12Merge tag 'u-boot-stm32-20250312' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-03-12serial: stm32: restrict _debug_uart_init() usagePatrice Chotard
2025-03-10usb: gadget: Remove the legacy usbtty driverTom Rini
2025-02-28serial: ns16550: Fix pointer type mismatchJ. Neuschäfer
2025-01-28serial: ns16550: Add Intel XScale supportDuje Mihanović
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22serial: Support info() method in ns16550 xPL with UPLSimon Glass
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-14drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to support highe...Gokul Praveen
2024-12-14serial: ns16550: Increase scope of ops functionsGokul Praveen
2024-12-11serial: renesas: Fix R-Car spellingMarek Vasut
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27serial: serial_pl01x: Implement .getinfo() for PL01Maximilian Brune
2024-10-16Merge patch series "some serial rx buffer patches"Tom Rini
2024-10-16serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes
2024-10-16serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZERasmus Villemoes
2024-10-16serial: do not overwrite not-consumed characters in rx bufferRasmus Villemoes
2024-10-16serial: fix circular rx buffer edge caseRasmus Villemoes
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11xpl: Rename spl_in_proper() to not_xpl()Simon Glass
2024-10-07serial: ns16550: Try get serial clock rate from DT before CLKJonas Karlman
2024-10-03serial: Support debug UART in TPLSimon Glass
2024-07-31sandbox: Drop video-sync in serial driverSimon Glass
2024-07-23arm: ti: Remove omap4 platform supportTom Rini
2024-07-22drivers: serial: Remove duplicate newlinesMarek Vasut
2024-07-08Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support"Tom Rini
2024-07-08serial: mediatek: add special handling for highspeed and linux compatChristian Marangi
2024-07-08serial: mediatek: add support for bus clock and enable itChristian Marangi
2024-07-04Merge patch series "xtensa: Enable qemu-xtensa board"Tom Rini
2024-07-04drivers: serial: Add xtensa semihosting driverJiaxun Yang
2024-06-16serial: ns16550: fix comment to mention schedule instead of watchdog_resetRasmus Villemoes
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07Merge patch series "arm: Add Analog Devices SC5xx Machine Type"Tom Rini
2024-05-07drivers: serial: Add in UART for ADI SC5XX-family processorsNathan Barrett-Morrison
2024-05-07serial: Remove <common.h> and add needed includesTom Rini
2024-04-23serial_msm: Enable RS232 flow controlSumit Garg