aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini48-232/+46
2024-05-07Merge patch series "arm: Add Analog Devices SC5xx Machine Type"WIP/07May2024-nextTom Rini2-0/+226
2024-05-07drivers: serial: Add in UART for ADI SC5XX-family processorsNathan Barrett-Morrison2-0/+226
2024-05-07serial: Remove <common.h> and add needed includesTom Rini46-46/+6
2024-04-23serial_msm: Enable RS232 flow controlSumit Garg1-4/+6
2024-04-23apq8016: Add support for UART1 clocks and pinmuxSumit Garg1-3/+8
2024-04-23serial: msm: calculate bit clock dividerCaleb Connolly1-17/+70
2024-04-23serial: msm_serial: remove .clk_rate from debug UARTRobert Marko1-1/+0
2024-04-23serial: allow selecting MSM debug UART with ARCH_IPQ40XXRobert Marko1-1/+1
2024-04-15serial: lpuart: use ipg clk for i.MX7ULPPeng Fan1-16/+26
2024-04-10Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2024-04-04serial: msm-geni: support livetreeCaleb Connolly1-0/+13
2024-04-04mach-snapdragon: disable power-domains for pre-reloc driversCaleb Connolly1-1/+1
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini1-1/+1
2024-03-12serial: move sbi_dbcn_available to .data sectionHeinrich Schuchardt1-1/+1
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini1-2/+2
2024-03-07serial: pl01x: set baudrate when probingYang Xiwen1-3/+8
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut1-2/+2
2024-03-01serial: msm: fix clock handling and pinctrlCaleb Connolly1-20/+5
2024-03-01serial: msm: add debug UARTCaleb Connolly2-0/+45
2024-03-01riscv: mbv: Moving little_endian variable to data sectionMichal Simek1-1/+1
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