summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: uniphier: fix various sparse warningsMasahiro Yamada2017-06-2510-20/+27
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-06-231-3/+4
|\
| * pinctrl: a3700: Fix the issue that gpio controller is registered with wrong n...Ken Ma2017-06-231-1/+1
| * pinctrl: a3700: Fix uart2 group selection register maskKen Ma2017-06-231-2/+3
* | x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNTBin Meng2017-06-224-10/+0
* | x86: minnowmax: Configure GPIO pins to turn on USB ports VBUSBin Meng2017-06-222-0/+54
|/
* Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2017-06-2115-150/+310
|\
| * odroid: remove CONFIG_DM_I2C_COMPAT configJaehoon Chung2017-06-192-6/+1
| * configs: odroid-xu3: remove the CONFIG_I2C_COMPATJaehoon Chung2017-06-051-1/+1
| * ARM: dts: exynos5422-odroidxu3: add the LDO's nodesJaehoon Chung2017-06-051-0/+209
| * configs: enable the CONFIG_DM_MMC for exynos4 seriesJaehoon Chung2017-06-055-0/+5
| * ARM: dts: exynos4: change the nodes relevant to mmc/sdJaehoon Chung2017-06-057-143/+94
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2017-06-211-1/+1
|\ \
| * | tegra: mmc: Set the bus width correctlySimon Glass2017-06-201-1/+1
* | | Merge tag 'xilinx-for-v2017.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-06-2123-46/+527
|\ \ \
| * | | arm: zynq: Add support for the topic-miamilite system-on-moduleMike Looijmans2017-06-205-0/+359
| * | | arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfigMike Looijmans2017-06-206-11/+9
| * | | arm64: zynqmp: Check pmufw versionMichal Simek2017-06-204-0/+46
| * | | fpga: zynqmppl: Reuse invoke_smc routineSiva Durga Prasad Paladugu2017-06-201-17/+8
| * | | arm64: zynqmp: Define routines for mmio write and readSiva Durga Prasad Paladugu2017-06-202-0/+80
| * | | arm: zynq: Add Kconfig option for any DDR specific initializationSiva Durga Prasad Paladugu2017-06-202-0/+12
| * | | arm64: zynqmp: Do not map unused OCM/TCM regionMichal Simek2017-06-201-6/+0
| * | | arm64: zynqmp: Add comment about level shifter mode v1Michal Simek2017-06-201-1/+1
| * | | arm64: zynqmp: Add empty sleep.h file for psu_init* compilationMichal Simek2017-06-201-0/+1
| * | | block: sata: ceva: drop extraneous netdev.h includePeter Robinson2017-06-201-1/+0
| * | | arm64: zynqmp: Decrease MALLOC size for SPLMichal Simek2017-06-201-1/+1
| * | | arm64: zynqmp: Fix psu_init* external functionsMichal Simek2017-06-191-3/+0
| * | | arm64: zynqmp: spl: use given boot_device instead of fetching it againJean-Francois Dagenais2017-06-191-1/+1
| * | | arm64: zynqmp: spl: fix dual SD controller supportJean-Francois Dagenais2017-06-191-2/+8
| * | | arm64: zynqmp: Wire SD1 level shifter mode to SPLMichal Simek2017-06-191-0/+1
| * | | microblaze: Build only DTBs for selected targetMichal Simek2017-06-191-1/+1
| * | | arm64: zynqmp: Remove CPU_RELEASE_ADDR macroMichal Simek2017-06-191-3/+0
* | | | MAINTAINERS: Add myself as i.MX co-maintainerFabio Estevam2017-06-211-0/+1
* | | | sunxi: Correct select's of SPL_STACK_R and SPL_SYS_MALLOC_SIMPLETom Rini2017-06-211-2/+2
* | | | ARM: rmobile: Add missing config bitsMarek Vasut2017-06-202-0/+4
* | | | ARM: dts: omap3: Fix dts->dtb typoMarek Vasut2017-06-201-1/+1
* | | | bch: Fix build on FreeBSD hostEmmanuel Vadot2017-06-201-0/+6
| |/ / |/| |
* | | Prepare v2017.07--rc2v2017.07-rc2Tom Rini2017-06-191-1/+1
* | | configs: Resync defconfigsTom Rini2017-06-19261-734/+472
* | | Merge git://git.denx.de/u-boot-usbTom Rini2017-06-194-21/+22
|\ \ \
| * | | cmd: usb_mass_storage: Staticize do_usb_mass_storage()Fabio Estevam2017-06-181-1/+1
| * | | cmd: usb_mass_storage: Use NULL for pointerFabio Estevam2017-06-181-1/+1
| * | | at91_udc.c: Fix unused variable warningTom Rini2017-06-181-10/+0
| * | | drivers/usb/ehci: Use platform-specific accessorsAlexey Brodkin2017-06-171-6/+4
| * | | usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang2017-06-171-3/+16
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-06-1921-143/+910
|\ \ \ | |/ / |/| |
| * | sun50i: h5: Add initial NanoPi NEO2 supportJagan Teki2017-06-144-0/+108
| * | sun50i: a64: Add initial Orangepi Win/WinPlus supportJagan Teki2017-06-144-0/+116
| * | sun50i: h5: Add initial Orangepi Zero Plus 2 supportJagan Teki2017-06-144-1/+122
| * | sunxi: psci: Move entry address setting to separate functionChen-Yu Tsai2017-06-121-7/+18