aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-15spi: Zap cf_qspi driver and related codeJagan Teki5-372/+0
2017-01-13spi: Zap ep93xx_spi driver and related codeJagan Teki5-385/+0
2017-01-12Merge git://git.denx.de/u-boot-rockchipTom Rini27-37/+404
2017-01-12cmd: mem: Use memcpy for 'cp' commandFabio Estevam1-26/+2
2017-01-11rockchip: Drop Ethernet from the TODOSjoerd Simons1-1/+0
2017-01-11rockchip: Enable ETH address randomization for the rock2Romain Perier1-0/+1
2017-01-11rockchip: Add PXE and DHCP to the default boot targetsSjoerd Simons1-1/+3
2017-01-11Enable DISTRO_DEFAULTS for Rockchip platformsRomain Perier1-0/+1
2017-01-11rockchip: evb-rk3339: Enable DHCPSimon Glass1-0/+3
2017-01-11rockchip: Enable networking support on rock2 and fireflySjoerd Simons2-0/+8
2017-01-11net: gmac_rockchip: Add Rockchip GMAC driverSjoerd Simons3-0/+162
2017-01-11net: designware: Export the operation functionsSimon Glass2-10/+18
2017-01-11net: designware: Split the link init into a separate functionSimon Glass1-2/+24
2017-01-11net: designware: Adjust dw_adjust_link() to return an errorSimon Glass1-4/+8
2017-01-11net: designware: Export various functions/struct to allow subclassingSjoerd Simons2-3/+7
2017-01-11rockchip: video: fix mpixelclock in rockchip HDMINickey Yang Nickey Yang1-10/+10
2017-01-11rockchip: rk3288: set isp/vop qos priority levelNickey Yang Nickey Yang2-0/+40
2017-01-11arm64: rk3399: update rockchip_get_cru APIKever Yang1-3/+3
2017-01-11dts: arm64: rk3399: add max-frequency for sdhciKever Yang1-0/+1
2017-01-11mmc: rockchip_sdhci: add clock init for mmcKever Yang1-2/+17
2017-01-11rockchip: Fix veyron-minnie's Kconfig descriptionMartin Michlmayr1-1/+1
2017-01-11rockchip: configs: make rk3036 env config same as rk3288Jacob Chen1-3/+14
2017-01-11rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO...Jacob Chen4-0/+36
2017-01-11rockchip: dts: popmetal: add usb host power supply nodeKever Yang1-0/+23
2017-01-11rockchip: config: popmetal: enable the USB host controller and functionKever Yang2-0/+10
2017-01-11rockchip: board: popmetal: de-assert the host rst pin in board initKever Yang1-0/+17
2017-01-11SPL: Adjust more debug prints for ulong entry_pointTom Rini2-2/+2
2017-01-11power_i2c.c: Fix unused variable warningTom Rini1-1/+0
2017-01-11Merge tag 'xilinx-for-v2017.03' of git://www.denx.de/git/u-boot-microblazeTom Rini42-63/+489
2017-01-11ARM: sunxi: remove bare default for CONFIG_MMCMasahiro Yamada1-4/+0
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada165-97/+187
2017-01-11ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1Masahiro Yamada2-2/+0
2017-01-11mmc: move DesignWare-based drivers to KconfigMasahiro Yamada7-11/+34
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada50-13/+49
2017-01-11mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada14-14/+14
2017-01-11ARM: socfpga: remove unused CONFIG option and cleanup README.socfpgaMasahiro Yamada2-27/+0
2017-01-11power: change from meaningless value to error numberJaehoon Chung15-67/+64
2017-01-11mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada1-2/+2
2017-01-11mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada3-0/+138
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung1-10/+7
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2-4/+0
2017-01-11mmc: sdhci: use the bitops APIs in sdhci.hJaehoon Chung1-56/+56
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung3-16/+19
2017-01-11mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung1-1/+7
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung20-30/+60
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung3-6/+3
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2-6/+17
2017-01-11mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung1-11/+0
2017-01-11mmc: sdhci: add the get_cd callback function in sdhci_opsJaehoon Chung1-0/+1
2017-01-11mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung1-3/+2