aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-28ARM: rmobile: Switch to UniPhier SD driver on Gen3Marek Vasut4-4/+4
2017-09-24ARM: rmobile: Enable GPIO commandMarek Vasut4-0/+4
2017-09-24ARM: rmobile: Remove SCIF clock configuration from board filesMarek Vasut2-4/+0
2017-09-24ARM: rmobile: Remove AVB clock configuration from board filesMarek Vasut2-6/+0
2017-09-24ARM: rmobile: Remove SD clock configuration from board filesMarek Vasut2-35/+0
2017-09-24ARM: dts: rmobile: Add PHY reset GPIOMarek Vasut2-0/+2
2017-09-24serial: sh: Enable clock if availableMarek Vasut1-3/+6
2017-09-24net: ravb: Add PHY reset GPIO supportMarek Vasut1-0/+13
2017-09-24clk: rmobile: Add RPC hyperflash clockMarek Vasut1-1/+43
2017-09-24clk: rmobile: Add support for setting SDxCKCRMarek Vasut1-0/+34
2017-09-24ARM: rmobile: Place initial stack right below U-BootMarek Vasut1-1/+1
2017-09-24ARM: rmobile: Move CONFIG_CMD_ from rcar-gen3-common to configsMarek Vasut5-4/+18
2017-09-12ARM: rmobile: dts: Add XHCI USB node to r8a7796Marek Vasut1-1/+7
2017-09-12ARM: rmobile: Enable EHCI generic on ULCBMarek Vasut2-0/+2
2017-09-12ARM: rmobile: Enable EHCI generic on Salvator-XMarek Vasut2-0/+2
2017-09-12ARM: rmobile: Move HSUSB configuration to board on ULCBMarek Vasut1-0/+16
2017-09-12ARM: rmobile: Move HSUSB configuration to board on Salvator-XMarek Vasut1-0/+16
2017-09-12ARM: rmobile: dts: Add EHCI USB nodes to r8a7796Marek Vasut1-5/+46
2017-09-12ARM: dts: rmobile: Update DTS to match Linux 4.13Marek Vasut9-1327/+1572
2017-09-22Travis-CI: Checkout only v1.4.3 of dtcTom Rini1-1/+1
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause1-0/+2
2017-09-22Makefile: Update minimum dtc version to 1.4.3Tom Rini2-5/+6
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun1-1/+4
2017-09-22arm: am33xx: Make pin multiplexing functions optionalFelix Brack1-0/+14
2017-09-22board: Add stm32h7 SoC, discovery and evaluation boards supportPatrice Chotard19-0/+585
2017-09-22ARM: DTS: stm32: adapt stm32h7 dts files for U-bootPatrice Chotard6-28/+294
2017-09-22ARM: DTS: stm32: add stm32h743i-eval filesPatrice Chotard2-1/+76
2017-09-22ARM: DTS: stm32: add stm32h743i-disco filesPatrice Chotard5-0/+1946
2017-09-22dm: misc: add stm32 rcc driverChristophe Kerello3-0/+55
2017-09-22dm: reset: add stm32 reset driverPatrice Chotard5-0/+232
2017-09-22dm: clk: add clk driver support for stm32h7 SoCsPatrice Chotard4-0/+1122
2017-09-22serial: stm32x7: add STM32H7 supportPatrice Chotard2-3/+6
2017-09-22pinctrl: stm32: add stm32h743-pinctrl compatiblePatrice Chotard1-0/+1
2017-09-22spl: stash bootstage info before jump to next stageKever Yang1-7/+7
2017-09-22board: STiH410-B2260: add fastboot supportPatrice Chotard1-0/+42
2017-09-22ARM: dts: STiH410: update ehci and ohci compatiblePatrice Chotard1-4/+7
2017-09-22ARM: dts: STiH410: set DWC3 dual role mode to peripheralPatrice Chotard1-1/+1
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard6-0/+379
2017-09-22STiH410-B2260: enable USB, fastboot, reset, PHY related flagsPatrice Chotard1-4/+35
2017-09-22STiH410-B2260: enable USB Host NetworkingPatrice Chotard1-0/+15
2017-09-22usb: phy: Add STi USB2 PHYPatrice Chotard4-0/+214
2017-09-22mmc: sti_sdhci: Use reset frameworkPatrice Chotard1-15/+20
2017-09-22ARM: dts: stih410-family: Add missing reset_names for mmc1 nodePatrice Chotard1-0/+1
2017-09-22mmc: sti_sdhci: Rework sti_mmc_core_config()Patrice Chotard1-15/+18
2017-09-22pci: Remove unnecessary 'default n' from KconfigTuomas Tynkkynen1-1/+0
2017-09-22pci: layerscape: Remove unused field 'hose' from struct ls_pcieTuomas Tynkkynen1-1/+0
2017-09-22pci: tegra: Remove unused field 'hose' from struct tegra_pcieTuomas Tynkkynen1-2/+0
2017-09-22pci: xilinx: Remove unused field 'hose' from struct xilinx_pcieTuomas Tynkkynen1-2/+0
2017-09-22pci: xilinx: Fix doc comments on config space accessorsTuomas Tynkkynen1-2/+2
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10