summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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...Tom Rini1-3/+3
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom 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...Tom 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-07serial-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-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