aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2015-02-19cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada1-13/+13
2015-02-18Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini4-8/+8
2015-02-17cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger1-1/+1
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger4-7/+7
2015-02-17Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini40-307/+294
2015-02-17atstk1002: enable generic boardAndreas Bießmann1-0/+4
2015-02-17grasshopper: enable generic boardAndreas Bießmann1-0/+4
2015-02-17avr32: add generic board supportAndreas Bießmann10-6/+37
2015-02-17common/board_r: allocate bootparamsAndreas Bießmann1-0/+15
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann6-35/+102
2015-02-17avr32: use generic gd->start_addr_spAndreas Bießmann3-5/+4
2015-02-17avr32: convert to dram_init()Andreas Bießmann11-136/+46
2015-02-17avr32: rename mmu.h definitionsAndreas Bießmann9-55/+55
2015-02-17avr32: factor out cpu_mmc_init()Andreas Bießmann3-8/+17