aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: blk: Add a block-device uclassSimon Glass5-0/+334
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass1-56/+61
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass1-7/+7
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass16-87/+94
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass28-109/+111
2016-03-14dm: sandbox: Enable cbfs and cramfsSimon Glass1-0/+3
2016-03-14dm: cbfs: Fix handling of invalid typeSimon Glass1-2/+3
2016-03-14dm: part: Rename some partition functionsSimon Glass25-79/+76
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass7-173/+162
2016-03-14dm: sandbox: Enable all partition typesSimon Glass1-1/+4
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass1-1/+1
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass10-17/+51
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass6-13/+39
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass6-14/+16
2016-03-14dm: blk: Add comments to a few functionsSimon Glass1-0/+30
2016-03-14dm: blk: Convert interface type to an enumSimon Glass1-12/+15
2016-03-14dm: Add a new header for block devicesSimon Glass3-58/+74
2016-03-14dm: part: Drop the common.h headerSimon Glass1-1/+0
2016-03-14dm: fdtdec: Correct a sandbox build warningSimon Glass1-2/+3
2016-03-14dm: part: Correct a sandbox build warningSimon Glass1-4/+6
2016-03-14dm: pci: Break out the common region display codeSimon Glass1-34/+17
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass66-331/+338
2016-03-14debug_uart: output CR along with LFMasahiro Yamada1-1/+3
2016-03-14dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada1-0/+1
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass17-54/+30
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2-2/+26
2016-03-14Prepare v2016.03v2016.03Tom Rini1-1/+1
2016-03-13mx6slevk: Fix the power up of the Ethernet PHYFabio Estevam1-5/+4
2016-03-12sf: Correct data types in stm_is_locked_sr()Marek Vasut1-3/+3
2016-03-12dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla1-3/+7
2016-03-11exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet supportAnand Moon1-0/+1
2016-03-10Merge git://git.denx.de/u-boot-rockchipTom Rini3-9/+9
2016-03-10rockchip: rk3288: correct sdram settingChris Zhong1-7/+7
2016-03-10rockchip: make configure_emmc() empty for Firefly-RK3288FUKAUMI Naoki1-1/+1
2016-03-10rockchip: rk3036: change ddr frequency to 400MLin Huang1-1/+1
2016-03-09MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=yDaniel Schwierzeck1-1/+1
2016-03-09MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer1-1/+1
2016-03-08malloc: remove !gd handlingStephen Warren1-1/+1
2016-03-08malloc: use hidden visibilityStephen Warren1-0/+2
2016-03-08sandbox: Fix building with LLVMTom Rini2-1/+7
2016-03-08omap3: Use raw SPL by default for mmc1Alexander Graf1-2/+0
2016-03-08api: Export API structure address as an environment variableStanislav Galabov1-0/+1
2016-03-08OMAP3: am3517_evm: Add NAND MTD partitions with UBI/UBIFS supportDerald D. Woods2-158/+153
2016-03-08OMAP3: am3517_evm: Use BCH8 ECC for NANDDerald D. Woods1-7/+16
2016-03-09ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCsMasahiro Yamada1-0/+1
2016-03-09pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada3-9/+9
2016-03-09pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada1-3/+3
2016-03-09ARM: uniphier: fix build error when CONFIG_CMD_DDRMPHY_DUMP=yMasahiro Yamada1-16/+2
2016-03-09ARM: uniphier: document how-to-build for Ace and Sanji boardsMasahiro Yamada1-0/+8
2016-03-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-2/+12