aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: ns16550: Add Intel XScale supportDuje Mihanović2025-01-281-0/+1
* Merge patch series "upl: Prerequite patches for updated spec"Tom Rini2025-01-221-1/+1
|\
| * serial: Support info() method in ns16550 xPL with UPLSimon Glass2025-01-221-1/+1
* | Merge tag 'v2025.01-rc5' into nextWIP/25Dec2024-nextTom Rini2024-12-251-1/+1
|\ \ | |/ |/|
| * serial: renesas: Fix R-Car spellingMarek Vasut2024-12-111-1/+1
* | drivers: serial: serial_omap: Fix TI OMAP UART U-Boot driver to support highe...Gokul Praveen2024-12-141-1/+55
* | serial: ns16550: Increase scope of ops functionsGokul Praveen2024-12-141-17/+8
|/
* Merge patch series "Implement ACPI on aarch64"WIP/27Oct2024Tom Rini2024-10-271-0/+24
|\
| * serial: serial_pl01x: Implement .getinfo() for PL01Maximilian Brune2024-10-271-0/+24
* | Merge patch series "some serial rx buffer patches"Tom Rini2024-10-161-11/+12
|\ \
| * | serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes2024-10-161-5/+0
| * | serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZERasmus Villemoes2024-10-161-0/+3
| * | serial: do not overwrite not-consumed characters in rx bufferRasmus Villemoes2024-10-161-3/+4
| * | serial: fix circular rx buffer edge caseRasmus Villemoes2024-10-161-4/+6
| |/
* | Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-117-12/+12
|\ \
| * | global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-1/+1
| * | global: Rename SPL_ to XPL_Simon Glass2024-10-111-1/+1
| * | drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-117-8/+8
| * | xpl: Rename spl_in_proper() to not_xpl()Simon Glass2024-10-111-2/+2
* | | serial: ns16550: Try get serial clock rate from DT before CLKJonas Karlman2024-10-071-12/+12
| |/ |/|
* | serial: Support debug UART in TPLSimon Glass2024-10-031-0/+7
|/
* sandbox: Drop video-sync in serial driverSimon Glass2024-07-311-2/+0
* arm: ti: Remove omap4 platform supportTom Rini2024-07-231-2/+1
* drivers: serial: Remove duplicate newlinesMarek Vasut2024-07-226-14/+0
* Merge patch series "mediatek: cumulative trivial fix for OF_UPSTREAM support"WIP/08Jul2024Tom Rini2024-07-081-1/+19
|\
| * serial: mediatek: add special handling for highspeed and linux compatChristian Marangi2024-07-081-1/+11
| * serial: mediatek: add support for bus clock and enable itChristian Marangi2024-07-081-0/+8
* | Merge patch series "xtensa: Enable qemu-xtensa board"WIP/04Jul2024Tom Rini2024-07-043-1/+110
|\ \ | |/ |/|
| * drivers: serial: Add xtensa semihosting driverJiaxun Yang2024-07-043-1/+110
* | serial: ns16550: fix comment to mention schedule instead of watchdog_resetRasmus Villemoes2024-06-161-4/+4
* | Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2048-46/+232
* | Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1948-232/+46
|/
* Merge patch series "arm: Add Analog Devices SC5xx Machine Type"WIP/07May2024-nextTom Rini2024-05-072-0/+226
|\
| * drivers: serial: Add in UART for ADI SC5XX-family processorsNathan Barrett-Morrison2024-05-072-0/+226
* | serial: Remove <common.h> and add needed includesTom Rini2024-05-0746-46/+6
* | serial_msm: Enable RS232 flow controlSumit Garg2024-04-231-4/+6
* | apq8016: Add support for UART1 clocks and pinmuxSumit Garg2024-04-231-3/+8
* | serial: msm: calculate bit clock dividerCaleb Connolly2024-04-231-17/+70
* | serial: msm_serial: remove .clk_rate from debug UARTRobert Marko2024-04-231-1/+0
* | serial: allow selecting MSM debug UART with ARCH_IPQ40XXRobert Marko2024-04-231-1/+1
* | serial: lpuart: use ipg clk for i.MX7ULPPeng Fan2024-04-151-16/+26
* | Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2024-04-101-1/+1
|\ \
| * | riscv: mbv: Moving little_endian variable to data sectionMichal Simek2024-03-011-1/+1
* | | serial: msm-geni: support livetreeCaleb Connolly2024-04-041-0/+13
* | | mach-snapdragon: disable power-domains for pre-reloc driversCaleb Connolly2024-04-041-1/+1
| |/ |/|
* | Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini2024-03-191-1/+1
|\ \
| * | serial: move sbi_dbcn_available to .data sectionHeinrich Schuchardt2024-03-121-1/+1
* | | Merge tag 'v2024.04-rc4' into nextWIP/11Mar2024-nextTom Rini2024-03-111-2/+2
|\| |
| * | ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut2024-03-021-2/+2
| |/
* | serial: pl01x: set baudrate when probingYang Xiwen2024-03-071-3/+8