summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-14fdtgrep: Improve error handling with invalid device treeSimon Glass
2016-03-14dm: serial: Remove duplicated carriage return characterAlison Wang
2016-03-14serial: Move carriage return before line feed for some serial driversAlison Wang
2016-03-14dm: serial-uclass: Move a carriage return before a line feedAlison Wang
2016-03-14Drop CONFIG_CRAMFS_CMDLINESimon Glass
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: usb: Clean up USB after each testSimon Glass
2016-03-14dm: usb: Convert USB storage to use driver-model for block devsSimon Glass
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass
2016-03-14dm: blk: Add a block-device uclassSimon Glass
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: sandbox: Enable cbfs and cramfsSimon Glass
2016-03-14dm: cbfs: Fix handling of invalid typeSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: sandbox: Enable all partition typesSimon Glass
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: blk: Add comments to a few functionsSimon Glass
2016-03-14dm: blk: Convert interface type to an enumSimon Glass
2016-03-14dm: Add a new header for block devicesSimon Glass
2016-03-14dm: part: Drop the common.h headerSimon Glass
2016-03-14dm: fdtdec: Correct a sandbox build warningSimon Glass
2016-03-14dm: part: Correct a sandbox build warningSimon Glass
2016-03-14dm: pci: Break out the common region display codeSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-03-14debug_uart: output CR along with LFMasahiro Yamada
2016-03-14dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2016-03-14Prepare v2016.03v2016.03Tom Rini
2016-03-13mx6slevk: Fix the power up of the Ethernet PHYFabio Estevam
2016-03-12sf: Correct data types in stm_is_locked_sr()Marek Vasut
2016-03-12dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla
2016-03-11exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet supportAnand Moon
2016-03-10Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-03-10rockchip: rk3288: correct sdram settingChris Zhong
2016-03-10rockchip: make configure_emmc() empty for Firefly-RK3288FUKAUMI Naoki
2016-03-10rockchip: rk3036: change ddr frequency to 400MLin Huang
2016-03-09MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=yDaniel Schwierzeck
2016-03-09MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer
2016-03-08malloc: remove !gd handlingStephen Warren
2016-03-08malloc: use hidden visibilityStephen Warren
2016-03-08sandbox: Fix building with LLVMTom Rini