summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini1-2/+0
2022-09-24serial: Call flush() before changing baudratePali Rohár1-0/+1
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár1-0/+10
2022-09-24serial: Implement flush callbackPali Rohár1-0/+20
2022-09-23serial: mtk: add support for using dynamic baud clock souceWeijie Gao1-33/+47
2022-09-19Merge branch 'master' into nextTom Rini1-1/+14
2022-09-19usb: gadget: designware-udc: Drop the driverMarek Vasut1-2/+0
2022-09-18serial: mxc: have putc use the TXFIFOJohannes Schneider1-1/+1
2022-09-18serial: mxc: enable the RX pipelineJohannes Schneider1-0/+13
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese14-27/+27
2022-07-26serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider valueKunihiko Hayashi1-1/+1
2022-07-08serial: ns16550: Wait in debug_uart_init until tx buffer is emptyPali Rohár1-0/+4
2022-07-07arm: Remove PXA architecture supportTom Rini4-351/+0
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+4
2022-06-24serial: Setup serial base and freq for zynq/zynqmpMichal Simek1-0/+4
2022-06-23serial: sandbox: Fix buffer underflow in putsAndrew Scull1-1/+1
2022-06-07serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár21-41/+41
2022-06-07serial: smh: Fake tstcSean Anderson1-1/+14
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini1-1/+0
2022-05-24serial: Remove obsolete CONS_INDEX_n Kconfig optionsSamuel Holland1-26/+0
2022-05-17serial: ns16550: Add support for SPL_DEBUG_UART_BASEPali Rohár1-2/+2
2022-05-17serial: Add new config option TPL_DEBUG_UART_BASEPali Rohár1-0/+7
2022-05-16serial: Add new config option SPL_DEBUG_UART_BASEPali Rohár1-0/+7
2022-05-05serial: smh: Check return value of strndupSean Anderson1-0/+3
2022-05-05serial: npcm: Add support for Nuvoton NPCM SoCsJim Liu3-0/+167
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+20
2022-04-18rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPLJohan Jonker2-4/+2
2022-04-18rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIALJohan Jonker1-0/+1
2022-04-18rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uartJohan Jonker1-8/+9
2022-04-18rockchip: serial: move driver alias to serial_rockchip.cJohan Jonker2-2/+2
2022-04-18rockchip: serial: restyle the serial_rockchip.c driverJohan Jonker1-22/+15
2022-04-14serial: smh: Implement puts for DMSean Anderson2-0/+32
2022-04-14test: serial: Add test for putc/putsSean Anderson1-4/+29
2022-04-14serial: sandbox: Implement putsSean Anderson2-1/+21
2022-04-14serial: Fix _serial_puts using \n\r instead of \r\nSean Anderson1-10/+22
2022-04-08Convert CONFIG_SH_SCIF_CLK_FREQ to KconfigTom Rini1-0/+5
2022-04-08Convert CONFIG_CONS_SCIF0 et al to KconfigTom Rini1-0/+21
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini1-2/+8
2022-04-01serial: dm: Add support for putsSean Anderson2-2/+37
2022-04-01serial: smh: Initialize serial only if semihosting is enabledSean Anderson1-1/+10
2022-04-01serial: Add semihosting driverSean Anderson4-0/+172
2022-04-01Convert CONFIG_LPUART et al to KconfigTom Rini1-0/+4
2022-03-29serial: zynq: Change fifo behavior in debug modeMichal Simek1-2/+8
2022-03-08drivers: serial: Make sure we really return a serial deviceMark Kettenis1-1/+2
2022-02-10Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini3-0/+187
2022-02-10serial: Add RISC-V HTIF console driverAnup Patel3-0/+187
2022-02-09serial-uclass: fix build warningHeiko Schocher1-1/+1
2022-02-09serial: remove nulldev_serial_inputHeiko Schocher1-5/+0
2022-01-25sandbox: sandbox_serial_pending depends on DM_VIDEOHeinrich Schuchardt1-1/+1
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+2