summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buildman: patman: Fix -H when installed as a symlinkSimon Glass2016-03-142-2/+4
* patman: Add a missing space in GetMetaDataForList()Simon Glass2016-03-141-1/+1
* fdtgrep: Improve error handling with invalid device treeSimon Glass2016-03-141-4/+10
* dm: serial: Remove duplicated carriage return characterAlison Wang2016-03-142-9/+0
* serial: Move carriage return before line feed for some serial driversAlison Wang2016-03-144-15/+16
* dm: serial-uclass: Move a carriage return before a line feedAlison Wang2016-03-141-2/+3
* Drop CONFIG_CRAMFS_CMDLINESimon Glass2016-03-144-8/+0
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-145-27/+27
* dm: usb: Clean up USB after each testSimon Glass2016-03-141-0/+2
* dm: usb: Convert USB storage to use driver-model for block devsSimon Glass2016-03-141-6/+135
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-143-2/+127
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-141-16/+14
* dm: blk: Add a block-device uclassSimon Glass2016-03-145-0/+334
* dm: usb: Tidy up storage code ready for driver model conversionSimon Glass2016-03-141-56/+61
* dm: usb: Avoid exceeding available array size for storage devicesSimon Glass2016-03-141-7/+7
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-1416-87/+94
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-1428-109/+111
* dm: sandbox: Enable cbfs and cramfsSimon Glass2016-03-141-0/+3
* dm: cbfs: Fix handling of invalid typeSimon Glass2016-03-141-2/+3
* dm: part: Rename some partition functionsSimon Glass2016-03-1425-79/+76
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-147-173/+162
* dm: sandbox: Enable all partition typesSimon Glass2016-03-141-1/+4
* dm: part: Add a cast to avoid a compiler warningSimon Glass2016-03-141-1/+1
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-1410-17/+51
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-146-13/+39
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-146-14/+16
* dm: blk: Add comments to a few functionsSimon Glass2016-03-141-0/+30
* dm: blk: Convert interface type to an enumSimon Glass2016-03-141-12/+15
* dm: Add a new header for block devicesSimon Glass2016-03-143-58/+74
* dm: part: Drop the common.h headerSimon Glass2016-03-141-1/+0
* dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-141-2/+3
* dm: part: Correct a sandbox build warningSimon Glass2016-03-141-4/+6
* dm: pci: Break out the common region display codeSimon Glass2016-03-141-34/+17
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-1466-331/+338
* debug_uart: output CR along with LFMasahiro Yamada2016-03-141-1/+3
* dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-141-0/+1
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-1417-54/+30
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-142-2/+26
* Prepare v2016.03Tom Rini2016-03-141-1/+1
* mx6slevk: Fix the power up of the Ethernet PHYFabio Estevam2016-03-131-5/+4
* sf: Correct data types in stm_is_locked_sr()Marek Vasut2016-03-121-3/+3
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-121-3/+7
* exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet supportAnand Moon2016-03-111-0/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-03-103-9/+9
|\
| * rockchip: rk3288: correct sdram settingChris Zhong2016-03-101-7/+7
| * rockchip: make configure_emmc() empty for Firefly-RK3288FUKAUMI Naoki2016-03-101-1/+1
| * rockchip: rk3036: change ddr frequency to 400MLin Huang2016-03-101-1/+1
* | MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=yDaniel Schwierzeck2016-03-091-1/+1
* | MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer2016-03-091-1/+1
|/
* malloc: remove !gd handlingStephen Warren2016-03-081-1/+1
OpenPOWER on IntegriCloud