summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ls1012a: use default scan_dev_for_bootMian Yousaf Kaukab2021-04-155-35/+0
* board: sl28: add config to enable console output on SER0Michael Walle2021-04-154-1/+34
* board: sl28: enable DM_SERIALMichael Walle2021-04-152-2/+1
* board: sl28: move DM_* configs to KconfigMichael Walle2021-04-152-17/+19
* armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle2021-04-151-0/+8
* armv8: fsl-layerscape: spl: add debug UART supportMichael Walle2021-04-151-0/+3
* freescale: ls1021atwr: Drop use of CONFIG_RESETSimon Glass2021-04-152-5/+4
* doc: board: qemu-ppce500: Document eTSEC usageBin Meng2021-04-151-0/+5
* ppc: qemu: Enable eTSEC supportBin Meng2021-04-151-0/+4
* ppc: qemu: Create a virtual memory mapping of the platform busBin Meng2021-04-153-0/+36
* test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-153-0/+35
* 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 branch '2021-04-13-assorted-improvements'Tom Rini2021-04-1381-739/+2142
|\
| * cmd: exit: Fix return valueMarek 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