summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | dm: core: Correctly read <ranges> of simple-busBin Meng2021-04-153-10/+41
| * | net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng2021-04-151-3/+27
| * | dt-bindings: net: Update Freescale TSEC to support "queue-group"Bin Meng2021-04-151-1/+18
| * | net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng2021-04-151-1/+3
| * | test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng2021-04-152-5/+19
| * | sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-159-5/+329
| * | net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean2021-04-151-5/+1
| * | net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
| * | net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
| * | net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
| * | net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
| * | net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
| * | net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
| * | net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0
| * | net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-153-26/+36
| * | dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-1/+2
| * | of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng2021-04-152-0/+43
| * | dt-bindings: net: Add the old DT bindings for "fixed-link"Bin Meng2021-04-151-12/+36
| * | watchdog: Add booke watchdog driverChris Packham2021-04-153-0/+114
| * | board/km: add support for seli8 design based on nxp ls102xAleksandar Gerasimovski2021-04-1513-11/+861
| * | arm: dts: ls1028a: define QDS networking protocol combinationsAlex Marginean2021-04-1516-0/+490
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-04-159-863/+1073
|\ \ \ | |_|/ |/| |
| * | pci: add Amlogic Meson Designware PCIe controllerNeil Armstrong2021-04-153-0/+468
| * | pci: pcie_dw_rockchip: migrate to common Designware PCIe functionsNeil Armstrong2021-04-152-444/+30
| * | pci: pcie_dw_ti: migrate to common Designware PCIe functionsNeil Armstrong2021-04-152-408/+38
| * | pci: add common Designware PCIe functionsNeil Armstrong2021-04-154-0/+525
| * | x86: mtrr: Fix function descriptionsWolfgang Wallner2021-04-151-2/+2
| * | dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindingsWolfgang Wallner2021-04-151-9/+10
| |/
* | Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-04-135-4/+65
|\ \ | |/ |/|
| * arm: mach-rmobile: Add CPU info support for RZ/G2Biju Das2021-04-135-4/+65
|/
* Merge branch '2021-04-13-assorted-improvements'Tom Rini2021-04-1381-739/+2142
|\
| * cmd: exit: Fix return valueWIP/2021-04-12-assorted-improvementsMarek Vasut2021-04-121-5/+2
| * scmi: translate the resource only when livetree is not activatedPatrick Delaunay2021-04-121-2/+7
| * gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-122-22/+0
| * gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass2021-04-121-10/+9
| * qemu: arm: select QFW, MMIO on qemu-armAsherah Connor2021-04-121-0/+2
| * qemu: add MMIO driver for QFWAsherah Connor2021-04-123-0/+127
| * test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2021-04-127-2/+197
| * x86: qemu: move QFW to its own uclassAsherah Connor2021-04-1213-272/+489
| * scmi: correctly configure MMU for SCMI bufferPatrick Delaunay2021-04-121-2/+4
| * moveconfig.py: add to the "do not process" listTrevor Woerner2021-04-121-1/+1
| * checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson2021-04-122-1/+19
| * fastboot: Fix possible buffer overrunSean Anderson2021-04-121-3/+3
| * test: Add test for strlcatSean Anderson2021-04-122-0/+127
| * lib: string: Implement strlcatSean Anderson2021-04-123-6/+22
| * lib: string: Fix strlcpy return valueSean Anderson2021-04-121-4/+8
| * tee: optee: Change printing during optee_probeIlias Apalodimas2021-04-121-3/+3
| * terminal: only serial_reinit_all if availableAsherah Connor2021-04-121-1/+3
| * terminal: correct stdio_dev invocationsAsherah Connor2021-04-121-6/+6
| * rtc: add support for rv3028 rtcHeiko Schocher2021-04-123-0/+215