summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2022-10-18serial: ns16550: support a list of clkyanhong.wang1-0/+12
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-2/+2
2021-07-31serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()Pali Rohár1-1/+3
2021-07-31serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UARTPali Rohár1-3/+2
2021-07-24serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi1-2/+6
2021-07-24serial: pl011: Resend the character if FIFO is full in debug uartChen Baozi1-1/+2
2021-07-24serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold1-0/+4
2021-07-15arm: mvebu: armada-3720: remove unused config optionMarek Behún1-0/+1
2021-07-08serial: a37xx: Switch to XTAL clock when booting Linux kernelPali Rohár1-0/+67
2021-07-08serial: a37xx: Use TBG as parent clockPali Rohár1-5/+101
2021-07-08serial: a37xx: Fix parent clock rate value and divider calculationPali Rohár1-4/+10
2021-07-08arm: Remove edb9315a boardTom Rini3-11/+2
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-06serial: serial_msm: Ensure BAM/single character mode are disabledStephan Gerhold1-0/+4
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-28serial: zynq: Add support for serial parametersKunihiko Hayashi1-0/+68
2021-06-28serial: Add additional depencies for PL010 and PL011 driversMichal Simek1-2/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-04-23serial: serial_octeon_bootcmd.c: Add PCI remote console supportStefan Roese3-0/+194
2021-04-23serial: serial_octeon_pcie_console.c: Add PCI remote console supportStefan Roese3-0/+379
2021-04-10arm: Remove apf27 boardTom Rini1-1/+1
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass1-1/+1
2021-03-20serial: mtk: rewrite the setbrg functionWeijie Gao1-41/+33
2021-03-04serial: ns16550: Handle zero <clock-frequency> valueBin Meng1-0/+2
2021-03-04serial: ns16550: Correct the base address typeBin Meng1-1/+1
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár1-9/+3
2021-03-03serial: usbtty: Fix puts functionPali Rohár1-2/+2
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2-1/+8
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+1
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek1-1/+1
2021-02-23serial: s5p: Allow independent selectionMark Kettenis2-1/+8
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini22-0/+22
2021-02-15arm: Remove mx35pdk boardTom Rini1-1/+1
2021-02-03serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass22-0/+22
2021-01-27serial: a3720: Implement pending method for output directionPali Rohár1-2/+8
2021-01-24serial: add uart driver for MediaTek MT7620 SoCWeijie Gao3-0/+267
2021-01-16drivers: serial: probe all uart devicesVabhav Sharma2-0/+25
2021-01-13serial: stm32: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini19-123/+110
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-3/+3
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2021-01-05dm: core: Access device flags through functionsSimon Glass1-1/+1
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-15/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass15-54/+55
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass2-19/+19
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass6-36/+36
2021-01-04serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma1-1/+1