summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-241-2/+2
* serial: serial_octeon_bootcmd.c: Add PCI remote console supportStefan Roese2021-04-233-0/+194
* serial: serial_octeon_pcie_console.c: Add PCI remote console supportStefan Roese2021-04-233-0/+379
* arm: Remove apf27 boardTom Rini2021-04-101-1/+1
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-271-1/+1
* serial: mtk: rewrite the setbrg functionWeijie Gao2021-03-201-41/+33
* serial: ns16550: Handle zero <clock-frequency> valueBin Meng2021-03-031-0/+2
* serial: ns16550: Correct the base address typeBin Meng2021-03-031-1/+1
* serial: usbtty: Send urb data in correct orderPali Rohár2021-03-031-9/+3
* serial: usbtty: Fix puts functionPali Rohár2021-03-031-2/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2021-02-262-1/+8
|\
| * serial: s5p: Allow independent selectionMark Kettenis2021-02-232-1/+8
* | Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-1/+1
|\ \ | |/ |/|
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-1/+1
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1522-0/+22
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0222-0/+22
| |/
* | arm: Remove mx35pdk boardTom Rini2021-02-151-1/+1
* | serial: sifive: Cast dev_read_addr() with uintptr_tBin Meng2021-02-031-1/+1
|/
* serial: a3720: Implement pending method for output directionPali Rohár2021-01-271-2/+8
* serial: add uart driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+267
* drivers: serial: probe all uart devicesVabhav Sharma2021-01-162-0/+25
* serial: stm32: define LOG_CATEGORYPatrick Delaunay2021-01-131-0/+3
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-1/+1
|\
| * serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma2021-01-041-1/+1
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0519-123/+110
|\ \
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-3/+3
| * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
| * | dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1
| * | sandbox: serial: Move priv into a header fileSimon Glass2021-01-051-15/+1
| * | dm: Use access methods for dev/uclass private dataSimon Glass2021-01-0515-54/+55
| * | serial: Rename ns16550 functions to lower caseSimon Glass2021-01-052-19/+19
| * | serial: Update NS16550_t and struct NS16550Simon Glass2021-01-056-36/+36
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\ \ \ | |/ / |/| / | |/
| * treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-091-1/+1
* | dm: Avoid accessing seq directlySimon Glass2020-12-182-2/+2
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1328-166/+166
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1327-51/+51
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1319-54/+54
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1327-113/+113
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1338-51/+51
* | sandbox: serial: Update to use membuffSimon Glass2020-12-131-29/+19
* | sandbox: serial: Convert to livetreeSimon Glass2020-12-131-3/+1
* | serial: sandbox: Drop unnecessary #ifdefsSimon Glass2020-12-131-9/+2
|/
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-0/+3
|\
| * sandbox: Drop ad-hoc device declarations in SPLSimon Glass2020-10-291-0/+3
* | serial: pl01x: Add error value checkingMichal Simek2020-10-271-1/+12
|/
* Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini2020-10-231-0/+2
* Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2020-10-232-31/+3
* serial: serial_xen: add DEBUG_UART supportAKASHI Takahiro2020-10-222-3/+31
* serial: serial_xen: print U-Boot banner and othersAKASHI Takahiro2020-10-221-2/+0