aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-24serial: Call flush() before changing baudratePali Rohár
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24serial: Implement flush callbackPali Rohár
2022-09-23serial: mtk: add support for using dynamic baud clock souceWeijie Gao
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-19usb: gadget: designware-udc: Drop the driverMarek Vasut
2022-09-18serial: mxc: have putc use the TXFIFOJohannes Schneider
2022-09-18serial: mxc: enable the RX pipelineJohannes Schneider
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-07-26serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider valueKunihiko Hayashi
2022-07-08serial: ns16550: Wait in debug_uart_init until tx buffer is emptyPali Rohár
2022-07-07arm: Remove PXA architecture supportTom Rini
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-24serial: Setup serial base and freq for zynq/zynqmpMichal Simek
2022-06-23serial: sandbox: Fix buffer underflow in putsAndrew Scull
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár
2022-06-06serial: smh: Fake tstcSean Anderson
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini
2022-05-24serial: Remove obsolete CONS_INDEX_n Kconfig optionsSamuel Holland
2022-05-17serial: ns16550: Add support for SPL_DEBUG_UART_BASEPali Rohár
2022-05-17serial: Add new config option TPL_DEBUG_UART_BASEPali Rohár
2022-05-16serial: Add new config option SPL_DEBUG_UART_BASEPali Rohár
2022-05-05serial: smh: Check return value of strndupSean Anderson
2022-05-05serial: npcm: Add support for Nuvoton NPCM SoCsJim Liu
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-18rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPLJohan Jonker
2022-04-18rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIALJohan Jonker
2022-04-18rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uartJohan Jonker
2022-04-18rockchip: serial: move driver alias to serial_rockchip.cJohan Jonker
2022-04-18rockchip: serial: restyle the serial_rockchip.c driverJohan Jonker
2022-04-14serial: smh: Implement puts for DMSean Anderson
2022-04-14test: serial: Add test for putc/putsSean Anderson
2022-04-14serial: sandbox: Implement putsSean Anderson
2022-04-14serial: Fix _serial_puts using \n\r instead of \r\nSean Anderson
2022-04-08Convert CONFIG_SH_SCIF_CLK_FREQ to KconfigTom Rini
2022-04-08Convert CONFIG_CONS_SCIF0 et al to KconfigTom Rini
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2022-04-01serial: dm: Add support for putsSean Anderson
2022-04-01serial: smh: Initialize serial only if semihosting is enabledSean Anderson
2022-04-01serial: Add semihosting driverSean Anderson
2022-04-01Convert CONFIG_LPUART et al to KconfigTom Rini
2022-03-29serial: zynq: Change fifo behavior in debug modeMichal Simek
2022-03-08drivers: serial: Make sure we really return a serial deviceMark Kettenis
2022-02-10Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2022-02-10serial: Add RISC-V HTIF console driverAnup Patel
2022-02-09serial-uclass: fix build warningHeiko Schocher
2022-02-09serial: remove nulldev_serial_inputHeiko Schocher
2022-01-25sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt