summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-32/+35
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-135/+179
* libfdt: Sync up with upstreamSimon Glass2016-10-13-42/+55
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2016-10-13-6/+7
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-13-6/+20
* Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2016-10-13-58/+105
|\
| * mmc: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
| * mmc: sdhci: use the generic error numberJaehoon Chung2016-10-10-16/+16
| * mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-10-23/+5
| * mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-10-18/+12
| * mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung2016-10-10-0/+71
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-10-12-486/+1956
|\ \
| * | cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-11-351/+390
| * | sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns2016-10-11-0/+2
| * | sandbox: Use the address in readl/writel() functionsSimon Glass2016-10-11-6/+6
| * | sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns2016-10-11-8/+11
| * | sandbox/fs: Use correct size path name bufferStefan Brüns2016-10-11-3/+10
| * | sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns2016-10-11-2/+2
| * | sandbox/fs: Free memory allocated by os_dirent_lsStefan Brüns2016-10-11-1/+11
| * | power: regulator: lp873x: Add regulator supportKeerthy2016-10-11-0/+366
| * | power: pmic: lp873x: Add the base pmic supportKeerthy2016-10-11-0/+113
| * | configs: am57xx_evm_defconfig: Enable CMD_REG optionKeerthy2016-10-11-0/+2
| * | configs: am57xx_evm_defconfig: Enable PALMAS optionsKeerthy2016-10-11-0/+3
| * | configs: dra7xx_evm_defconfig: Enable PALMAS optionsKeerthy2016-10-11-0/+3
| * | power: regulator: palmas: Add regulator supportKeerthy2016-10-11-0/+462
| * | power: pmic: Palmas: Add the base pmic supportKeerthy2016-10-11-0/+137
| * | power: regulator: Add ctrl_reg and volt_reg fields for pmicKeerthy2016-10-11-0/+4
| * | power: regulator: Add support for gpio regulatorsKeerthy2016-10-11-0/+147
| * | dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass2016-10-11-0/+38
| * | dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-11-1/+41
| * | dm: mmc: Support eraseSimon Glass2016-10-09-4/+11
| * | tools: buildman: Add compiler wrapperYork Sun2016-10-09-2/+25
| * | tools: buildman: Remove duplicated codeYork Sun2016-10-09-4/+0
| * | dtoc: Make integer division python 3.x safePaul Burton2016-10-09-1/+1
| * | dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-09-0/+3
| * | dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-09-5/+5
| * | patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-09-5/+8
| * | patman: Use items() to iterate over dictionariesPaul Burton2016-10-09-1/+1
| * | patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-09-1/+5
| * | patman: Make exception handling python 3.x safePaul Burton2016-10-09-8/+8
| * | patman: Make print statements python 3.x safePaul Burton2016-10-09-52/+58
| * | patman: Replace tabs with spacesPaul Burton2016-10-09-2/+2
| * | dtoc: Add a way for tests to request the fallback librarySimon Glass2016-10-09-3/+13
| * | dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass2016-10-09-6/+3
| * | dtoc: Fix bug in GetProp()Simon Glass2016-10-09-1/+1
| * | cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer2016-10-09-7/+16
| * | cros_ec: Add crosec flashinfo commandMoritz Fischer2016-10-09-0/+10
| * | cros_ec: Add function to read back flash parametersMoritz Fischer2016-10-09-0/+21
| * | buildman: Drop the 'alive' flag in BuilderThreadSimon Glass2016-10-09-3/+1
| * | buildman: Don't show a stacktrace on Ctrl-CSimon Glass2016-10-09-0/+7