summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2023-03-18serial: sh: Make indent consistentMarek Vasut1-4/+4
2023-03-18serial: sh: Add DEBUG_UART supportMarek Vasut2-25/+68
2023-03-18serial: sh: Rename CONFIG_SCI and CONFIG_SCIF_USE_EXT_CLK to CFG_ variantsMarek Vasut1-2/+2
2023-02-10Correct SPL uses of OF_BOARDSimon Glass2-2/+2
2023-02-10Correct SPL use of DEBUG_UART_ZYNQSimon Glass1-1/+1
2023-02-07rmobile: Drop CONFIG_SH73A0 and associated codeSimon Glass1-8/+2
2023-01-31serial: mxc: Speed-up character transmissionLoic Poulain1-4/+4
2023-01-31serial: mxc: Wait for TX completion before resetLoic Poulain1-1/+25
2023-01-27serial: s5p: Use IS_ENABLED where appropriateMark Kettenis1-4/+4
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini4-32/+32
2023-01-20usbtty: Remove default CONFIG_USBD_* valuesTom Rini1-19/+0
2023-01-03arm: s5p4418: dm_serial: switch to DM_SERIALStefan Bosch2-0/+10
2023-01-03arm: s5p4418: dm_serial: add driver source codeStefan Bosch1-0/+94
2023-01-03serial: Use -EAGAIN in getc and putcPali Rohár4-36/+28
2023-01-03serial: Do not write additional \r before \n for dm_serial driversPali Rohár2-6/+0
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini2-2/+2
2022-12-23kbuild: Remove uncmd_spl logicTom Rini6-35/+12
2022-12-23global: Migrate CONFIG_USART_ID to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_USART_BASE to CFGTom Rini1-5/+5
2022-12-23global: Migrate CONFIG_SCIF_A to CFGTom Rini2-5/+5
2022-12-23global: Migrate CONFIG_PL01x_PORTS to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_PL011_CLOCK to CFGTom Rini1-4/+4
2022-12-23global: Migrate CONFIG_MXC_UART_BASE to CFGTom Rini1-3/+3
2022-12-22usb: Remove CONFIG_USBD_HSTom Rini2-54/+0
2022-12-06post: Migrate to KconfigTom Rini2-2/+2
2022-12-06arm: lpc32xx: Remove unused hsuart driverTom Rini2-113/+0
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-3/+3
2022-12-06global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini5-60/+60
2022-12-06Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini2-9/+47
2022-12-06powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini2-6/+6
2022-11-22arm: amlogic: add setbrg op to serial deviceEdoardo Tomelleri1-0/+70
2022-11-12Revert "serial: mxc: have putc use the TXFIFO"Fabio Estevam1-1/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek3-3/+3
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