aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2023-10-16serial: lpuart: Enable IPG clockYe Li1-1/+13
2023-10-09dm: serial: fix serial_post_probe()Heinrich Schuchardt1-1/+1
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-5/+11
2023-10-06serial: Drop ns16550 serial_getinfo() in SPLSimon Glass1-0/+5
2023-10-06serial: Drop mention of SPL/TPL_SYS_MALLOC_FSimon Glass1-2/+0
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass1-1/+1
2023-10-02Merge branch 'next'Tom Rini4-43/+6
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-22x86: coreboot: Look for DBG2 UART in SPL tooSimon Glass1-1/+1
2023-09-14serial: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2-39/+0
2023-09-05risc-v: implement DBCN based debug consoleHeinrich Schuchardt2-1/+24
2023-08-30serial-uclass: reset gd->cur_serial_dev to NULL if serial not foundMaksim Kiselev1-0/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-6/+12
2023-08-16serial: stm32: extend TC timeoutValentin Caron1-6/+12
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-3/+3
2023-08-03serial: mtk: initial priv data before usingWeijie Gao1-0/+1
2023-07-11serial: pl01x: Modify pending callback to test if transmit FIFO is emptyLukasz Majewski1-1/+1
2023-07-11serial: pl01x: Prepare the driver to support SPL_OF_PLATDATALukasz Majewski1-0/+12
2023-07-11serial: pl01x: Change OF_CONTROL to OF_REALLukasz Majewski1-1/+1
2023-06-16serial: stm32: BRR must be set only when usart is disablePatrice Chotard1-0/+6
2023-06-16serial: stm32: Wait TC bit before performing initializationPatrice Chotard2-0/+16
2023-06-07serial: meson: fix meson_serial_pending() tx logicMattijs Korpershoek1-1/+4
2023-05-21serial: mxs: Add MXS AUART driverMarek Vasut3-0/+138
2023-05-11x86: Allow locating the UART from ACPI tablesSimon Glass2-8/+116
2023-05-09Merge tag 'u-boot-rockchip-20230509' of https://source.denx.de/u-boot/custodi...WIP/09May2023Tom Rini1-3/+3
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini1-12/+12
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker1-3/+3
2023-05-05serial, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy1-11/+11
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy1-1/+1
2023-05-02serial: msm-geni: correct oversampling value based on QUP hardware revisionVladimir Zapolskiy2-1/+36
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio1-1/+3
2023-05-02serial: msm-geni: fix a compile time warning from msm_serial_setbrg()Vladimir Zapolskiy1-3/+3
2023-05-02serial: msm-geni: fix code indentationVladimir Zapolskiy1-6/+5
2023-05-02serial: msm-geni: remove invalid se-clk clock nameVladimir Zapolskiy1-1/+1
2023-05-02serial: msm-geni: Always bind before relocationKonrad Dybcio1-0/+1
2023-05-02serial: msm-geni: remove redundant includesVladimir Zapolskiy1-6/+0
2023-04-07Merge branch 'master_sh/gen4/initial' of https://source.denx.de/u-boot/custod...WIP/07Apr2023Tom Rini2-5/+29
2023-04-07serial: sh: Add HSCIF support for R-Car SoCHai Pham2-4/+28
2023-04-07serial: sh: Add R-Car Gen4 supportHai Pham1-1/+1
2023-04-06serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes1-14/+10
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-09Correct SPL use of DEBUG_UART_ZYNQSimon Glass1-1/+1
2023-02-07rmobile: Drop CONFIG_SH73A0 and associated codeSimon Glass1-8/+2
2023-01-30serial: mxc: Speed-up character transmissionLoic Poulain1-4/+4
2023-01-30serial: 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