summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding2019-04-113-0/+315
* fdtdec: Implement fdtdec_set_phandle()Thierry Reding2019-04-112-0/+18
* fdtdec: Add fdt_{addr, size}_unpack() helpersThierry Reding2019-04-111-0/+25
* fdtdec: Add cpu_to_fdt_{addr, size}() macrosThierry Reding2019-04-111-0/+4
* libfdt: Add phandle generation helperThierry Reding2019-04-114-0/+82
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-112-49/+0
* clk: socfpga: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+2
* clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_relocPatrick Delaunay2019-04-111-1/+1
* sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
* sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding2019-04-111-6/+6
* vsprintf: Support phys_addr_t specifier unconditionallyThierry Reding2019-04-111-1/+1
* core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_addressEugeniu Rosca2019-04-111-3/+2
* sysreset: use syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-13/+2
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-113-25/+68
* fdt: Remove duplicate codeThierry Reding2019-04-111-6/+0
* dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay2019-04-111-0/+3
* dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard2019-04-111-4/+7
* dm: Also remove interrupts property from SPL DTMichal Simek2019-04-111-4/+4
* dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner2019-04-112-34/+0
* dm: remove pre reloc properties in SPL and TPL device treePatrick Delaunay2019-04-113-24/+24
* cros: Expand the Chromium OS documentationSimon Glass2019-04-112-179/+356
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-04-114-48/+29
|\
| * usb: ehci-mx6: Use common code to extract dr_modeAdam Ford2019-04-091-14/+15
| * usb: Make portspeed return a read-only stringIsmael Luceno Cortes2019-04-092-26/+10
| * usb: host: Print device name when scanningIsmael Luceno Cortes2019-04-091-8/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-04-11100-2673/+13741
|\ \
| * | ARM: rmobile: rcar-common: Zap arch_preboot_os()Eugeniu Rosca2019-04-091-53/+0
| * | ARM: dts: rmobile: Enable USB on E2 AltMarek Vasut2019-04-091-0/+28
| * | ARM: rmobile: alt: Increase USB power-good delayMarek Vasut2019-04-091-1/+2
| * | net: sh_eth: Initialize PHY in probe() onceMarek Vasut2019-04-091-14/+17
| * | ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.0Marek Vasut2019-04-0927-769/+4075
| * | ARM: dts: rmobile: Synchronize Gen2 DTs with Linux 5.0Marek Vasut2019-04-0911-20/+66
| * | pinctrl: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-097-1496/+2511
| * | pinctrl: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-093-62/+81
| * | pinctrl: renesas: Add TDSEL fixup for H2/E2 ES1.0 SoCsMarek Vasut2019-04-092-0/+22
| * | clk: renesas: Synchronize Gen3 tables with Linux 5.0Marek Vasut2019-04-0911-152/+226
| * | clk: renesas: Synchronize Gen2 tables with Linux 5.0Marek Vasut2019-04-0911-62/+28
| * | ARM: rmobile: Add R8A77965 M3NULCB supportMarek Vasut2019-04-096-2/+75
| * | ARM: dts: rmobile: Import R8A77965 M3NULCB DTsMarek Vasut2019-04-093-0/+77
| * | pinctrl: renesas: Add R8A77965 pin control tablesMarek Vasut2019-04-096-12/+5992
| * | clk: renesas: Add R8A77965 clock tablesMarek Vasut2019-04-095-20/+347
| * | ARM: rmobile: Add dedicated R8A77965 SoC supportMarek Vasut2019-04-091-0/+7
| * | ARM: rmobile: Enable multi-DTB fit LZO compressionMarek Vasut2019-04-096-6/+27
| * | lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2019-04-095-5/+86
| * | lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut2019-04-091-6/+13
| * | ARM: renesas: Save boot parameters passed in by ATFMarek Vasut2019-04-091-0/+15
| * | lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut2019-04-092-6/+31
| * | lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut2019-04-092-3/+28
| * | spl: ymodem: Move GZ handling out of YModem sessionMarek Vasut2019-04-091-13/+15
| * | spl: ymodem: Terminate YModem session on errorMarek Vasut2019-04-091-2/+3
| |/