aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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...WIP/27Jun2022-nextTom 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-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár21-41/+41
2022-06-06serial: 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...WIP/05Apr2022Tom 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
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-2/+2
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/19Jan2022Tom Rini1-0/+1
2022-01-13fdt: Drop SPL_BUILD macroSimon Glass1-1/+2
2022-01-12serial: zynq: Add missing xlnx,zynqmp-uart compatibleMichal Simek1-0/+1
2021-12-31efi: serial: Support arrow keysSimon Glass1-2/+9
2021-12-27serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8Tom Rini1-1/+1
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-5/+2
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini1-1/+12
2021-12-19arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial driversPali Rohár1-0/+1
2021-11-30serial: a37xx: Reset whole UART when changing parent clock from TBG to XTALPali Rohár1-1/+12