summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer1-1/+2
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak1-0/+8
2015-02-23mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak1-1/+10
2015-02-23sunxi: mmc: Always declare High Capacity capabilityHans de Goede1-5/+1
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung2-14/+48
2015-02-23mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung1-0/+4
2015-02-23mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung1-1/+1
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou2-21/+43
2015-02-22Merge git://git.denx.de/u-boot-sunxiTom Rini16-12/+192
2015-02-21sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernelsSiarhei Siamashka4-6/+22
2015-02-21sunxi: Set the /chosen/stdout-path fdt property for sunxi boardsHans de Goede1-0/+14
2015-02-21sunxi: Fix sun5i mbus speed when booting old kernelsHans de Goede1-0/+9
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede7-0/+42
2015-02-21sunxi: Add support for the UTOO P66 tabletHans de Goede1-0/+21
2015-02-21sunxi: mmc: Always declare High Capacity capabilityHans de Goede1-5/+1
2015-02-21rpi: add support for Raspberry Pi 2 model BStephen Warren11-169/+271
2015-02-21bcm2836 SoC support (used in Raspberry Pi 2 model B)Stephen Warren7-4/+39
2015-02-21bcm2835/rpi: add SPDX license tags for some filesStephen Warren7-75/+9
2015-02-21ARM: prepare for including <mach/*.h>Masahiro Yamada1-0/+2
2015-02-21ARM: keystone: move SoC headers to mach-keystone/include/machMasahiro Yamada15-0/+0
2015-02-21ARM: orion5x: move SoC headers to mach-orion5x/include/machMasahiro Yamada3-0/+0
2015-02-21ARM: nomadik: move SoC headers to mach-nomadik/include/machMasahiro Yamada2-0/+0
2015-02-21ARM: kirkwood: move SoC headers to mach-kirkwood/include/machMasahiro Yamada9-2/+1
2015-02-21ARM: davinci: move SoC headers to mach-davinci/include/machMasahiro Yamada16-0/+0
2015-02-21ARM: at91: move SoC headers to mach-at91/include/machMasahiro Yamada45-1/+0
2015-02-21kbuild: prepare for moving headers into mach-*/include/machMasahiro Yamada1-4/+15
2015-02-21ARM: keystone: move SoC sources to mach-keystoneMasahiro Yamada17-2/+2
2015-02-21ARM: versatile: move SoC sources to mach-versatileMasahiro Yamada7-2/+2
2015-02-21ARM: orion5x: move SoC sources to mach-orion5xMasahiro Yamada9-2/+3
2015-02-21ARM: highbank: move SoC sources to mach-highbankMasahiro Yamada6-2/+2
2015-02-21ARM: nomadik: move SoC sources to mach-nomadikMasahiro Yamada8-2/+2
2015-02-21ARM: kirkwood: move SOC sources to mach-kirkwoodMasahiro Yamada9-3/+4
2015-02-21ARM: davinci: move SoC sources to mach-davinciMasahiro Yamada26-6/+6
2015-02-21ARM: tegra: collect SoC sources into mach-tegraMasahiro Yamada63-125/+38
2015-02-21ARM: at91: collect SoC sources into mach-at91Masahiro Yamada48-28/+17
2015-02-21ARM: prepare for moving SoC sources into mach-*Masahiro Yamada1-0/+10
2015-02-21ARM: at91: move board select menu and common settingsMasahiro Yamada115-245/+255
2015-02-21Merge git://git.denx.de/u-boot-dmTom Rini24-40/+371
2015-02-20sunxi: video: Add support for tl059wv5c0 lcd panelsHans de Goede2-0/+15
2015-02-20sunxi: video: Add support for LCD panels which need to be configured via i2cHans de Goede3-0/+50
2015-02-20sunxi: video: Add support for LCD reset pinHans de Goede2-1/+18
2015-02-19dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut1-0/+4
2015-02-19serial: ns16550: Support debug UARTSimon Glass2-2/+61
2015-02-19serial: ns16550: Add access functions that don't need platdataSimon Glass1-18/+30
2015-02-19serial: Support an early UART for debuggingSimon Glass3-2/+185
2015-02-19Documentation: gpio: fix bindings documentMasahiro Yamada1-2/+3
2015-02-19dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMALSimon Glass3-2/+4
2015-02-19dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass4-2/+13
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass11-12/+71
2015-02-19cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov1-9/+36