aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut1-2/+2
2024-02-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-0/+1
2024-01-29treewide: Remove clk_freeSean Anderson4-5/+0
2024-01-24serial: s5p: Add Exynos850 compatibleSam Protsenko1-0/+1
2024-01-16serial: msm-geni: handle devm_clk_get() errorsCaleb Connolly1-3/+8
2024-01-16serial: msm-geni: don't rely on parent misc deviceCaleb Connolly2-12/+17
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini1-36/+43
2023-11-27serial: s5p: Use dev_read_addr_ptr() to get base addressSam Protsenko1-4/+2
2023-11-23serial: s5p: Improve coding styleSam Protsenko1-16/+18
2023-11-23serial: s5p: Use named constants for register valuesSam Protsenko1-10/+21
2023-11-23serial: s5p: Use livetree API to get "id" propertySam Protsenko1-4/+1
2023-11-23serial: s5p: Remove common.h inclusionSam Protsenko1-1/+0
2023-11-22serial: npcm: support skip uart clock settingJim Liu1-15/+24
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini3-1/+65
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-2/+1
2023-11-13serial: stm32: Fix AARCH64 compilation warningsPatrice Chotard2-11/+14
2023-11-13serial: s5p: Fix clk_get_by_index() error code checkSam Protsenko1-1/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-11-07serial: zynqmp: Fetch baudrate from dtb and updateAlgapally Santosh Sagar2-0/+58
2023-11-07configs: Add support in Kconfig and convert for armada boardsAlgapally Santosh Sagar1-0/+6
2023-11-02serial: sh: Drop <common.h>Paul Barker1-1/+0
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes1-2/+6
2023-10-24serial: serial-uclass.c: move definition of _serial_flush up a bitRasmus Villemoes1-12/+12
2023-10-23Merge tag 'u-boot-amlogic-20231023' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+1
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker2-1/+33
2023-10-19serial: sh: Fix error handlingPaul Barker1-2/+14
2023-10-18serial: amlogic: Add UART compatible for A1 boardIgor Prusov1-0/+1
2023-10-17spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same timeSean Anderson1-1/+1
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini1-5/+7
2023-10-17serial: sh: Sort includesPaul Barker1-5/+5
2023-10-16serial: sh: Fix compile error when lacking HSCIF supportPaul Barker1-0/+2
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