aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini4-32/+32
2023-01-20usbtty: Remove default CONFIG_USBD_* valuesTom Rini1-19/+0
2023-01-02arm: s5p4418: dm_serial: switch to DM_SERIALStefan Bosch2-0/+10
2023-01-02arm: s5p4418: dm_serial: add driver source codeStefan Bosch1-0/+94
2023-01-02serial: Use -EAGAIN in getc and putcPali Rohár4-36/+28
2023-01-02serial: 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-05post: Migrate to KconfigTom Rini2-2/+2
2022-12-05arm: lpc32xx: Remove unused hsuart driverTom Rini2-113/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-3/+3
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini5-60/+60
2022-12-05Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini2-9/+47
2022-12-05powerpc: 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-17dm: 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...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