aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-28configs: stm32f: Remove STM32_HSE_HZ for all STM32F seriesPatrice Chotard3-4/+0
2018-01-28clk: stm32: retrieve external oscillator frequency from DTPatrice Chotard1-21/+57
2018-01-28ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-bootPatrice Chotard1-0/+4
2018-01-28arm: bootm-fdt.c: fix compiler warningHeiko Schocher1-1/+1
2018-01-28arm: mach-omap2: Pass args to secure ROM in SRAM in SPLAndrew F. Davis1-1/+1
2018-01-28common: board_r: Fix style violationsMario Six1-13/+14
2018-01-28common: board_f: Fix style violationsMario Six1-4/+4
2018-01-28serial: ns16550: Fix style violationMario Six1-2/+2
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six1-4/+4
2018-01-28gpio: mpc8xxx: Make live-tree compatibleMario Six1-10/+7
2018-01-28gpio: mpc8xxx: Make compatible with more SoCsMario Six1-2/+21
2018-01-28gpio: mpc8xxx: Rename Kconfig option, structures, and functionsMario Six4-65/+64
2018-01-28gpio: mpc85xx: Rename driver file to mpc8xxxMario Six2-1/+1
2018-01-28gpio: mpc85xx_gpio: Fix style violationsMario Six1-20/+22
2018-01-28gpio: pca953x_gpio: Make live-tree compatibleMario Six1-3/+1
2018-01-28gpio: pca953x_gpio: Fix style violationsMario Six1-10/+9
2018-01-28Initialize SHA buffer size var in passwd_abortMartin Etnestad1-1/+1
2018-01-28Merge git://git.denx.de/u-boot-usbTom Rini4-1801/+0
2018-01-28usb: host: Drop unused hcd_name from r8a66597-hcd.cTom Rini1-1/+0
2018-01-28usb: Remove isp116x-hcd supportTom Rini3-1800/+0
2018-01-27Merge git://git.denx.de/u-boot-uniphierTom Rini1-0/+1
2018-01-27Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini126-1444/+37435
2018-01-28ARM: uniphier: enable HS200 support for uniphier_v8_defconfigMasahiro Yamada1-0/+1
2018-01-27Merge git://git.denx.de/u-boot-usbTom Rini2-2/+2
2018-01-27Merge git://git.denx.de/u-boot-socfpgaTom Rini14-8/+23
2018-01-27ARM: rmobile: Convert R8A7791 Porter board to DM and DTMarek Vasut5-141/+31
2018-01-27ARM: rmobile: Enable OF_CONTROL on RCar Gen2Marek Vasut8-0/+16
2018-01-27ARM: dts: rmobile: Add SoC and board U-Boot DT extrasMarek Vasut12-0/+131
2018-01-27ARM: dts: rmobile: Add rudimentary R8A7790 Stout DTMarek Vasut2-0/+64
2018-01-27ARM: dts: rmobile: Import R8A7794 DTS from Linux 4.15-rc8Marek Vasut6-0/+2435
2018-01-27ARM: dts: rmobile: Import R8A7793 DTS from Linux 4.15-rc8Marek Vasut5-0/+2302
2018-01-27ARM: dts: rmobile: Import R8A7792 DTS from Linux 4.15-rc8Marek Vasut5-0/+1355
2018-01-27ARM: dts: rmobile: Import R8A7791 DTS from Linux 4.15-rc8Marek Vasut6-0/+3196
2018-01-27ARM: dts: rmobile: Import R8A7790 DTS from Linux 4.15-rc8Marek Vasut5-0/+2769
2018-01-27net: sh_eth: Add DM and DT supportMarek Vasut1-0/+268
2018-01-27net: sh_eth: Clump legacy functions togetherMarek Vasut1-51/+51
2018-01-27net: sh_eth: Split sh_eth_initMarek Vasut1-37/+59
2018-01-27net: sh_eth: Separate out MAC address programmingMarek Vasut1-6/+13
2018-01-27net: sh_eth: Split sh_eth_recvMarek Vasut1-27/+46
2018-01-27net: sh_eth: Pass sh_eth_dev aroundMarek Vasut1-5/+17
2018-01-27net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut2-9/+4
2018-01-27net: ravb: staticize ravb_startMarek Vasut1-1/+1
2018-01-27pci: rmobile: Add RCar Gen2 PCIe controller driverMarek Vasut3-0/+274
2018-01-27gpio: rmobile: Add RCar Gen2 compatible stringMarek Vasut1-0/+1
2018-01-27env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard1-0/+4
2018-01-27sunxi: Transition from the MMC to a FAT-based environmentMaxime Ripard1-0/+16
2018-01-27env: Mark env_get_location as weakMaxime Ripard1-1/+2
2018-01-27env: Allow to build multiple environments in KconfigMaxime Ripard5-34/+35
2018-01-27env: mmc: depends on the MMC frameworkMaxime Ripard1-0/+1
2018-01-27env: Initialise all the environmentsMaxime Ripard2-7/+30