summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung2016-07-12-0/+72
| * | | mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung2016-07-12-6/+2
| * | | mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung2016-07-12-22/+9
| * | | mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung2016-07-12-0/+5
| * | | mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung2016-07-12-2/+0
| * | | mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung2016-07-12-37/+0
| * | | ARM: exynos4: dts: add the prefix '/' for aliases nodesJaehoon Chung2016-07-12-10/+10
* | | | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-130/+2495
|\ \ \ \
| * | | | dm: Update the of-platdata README for the new featuresSimon Glass2016-07-14-34/+76
| * | | | dm: Add a test for of-platdataSimon Glass2016-07-14-0/+42
| * | | | test/py: Start sandbox SPL when enabledSimon Glass2016-07-14-1/+5
| * | | | test/py: Provide a way to get early console outputSimon Glass2016-07-14-0/+23
| * | | | test/py: Note which console produced unexpected outputSimon Glass2016-07-14-1/+1
| * | | | test/py: Handle testing with the sandbox_spl boardSimon Glass2016-07-14-1/+1
| * | | | rockchip: Use of-platdata for firefly-rk3288Simon Glass2016-07-14-0/+3
| * | | | rockchip: sdram: Update the driver to support of-platdataSimon Glass2016-07-14-1/+39
| * | | | rockchip: sdram: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-38/+64
| * | | | rockchip: syscon: Update to work with of-platdataSimon Glass2016-07-14-0/+38
| * | | | rockchip: Don't use spl_boot_device() with of-platdataSimon Glass2016-07-14-0/+2
| * | | | rockchip: Move the MMC setup check earlierSimon Glass2016-07-14-11/+12
| * | | | rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass2016-07-14-1/+7
| * | | | rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass2016-07-14-2/+18
| * | | | rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-1/+12
| * | | | rockchip: mmc: Update the driver to support of-platdataSimon Glass2016-07-14-3/+26
| * | | | rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-15/+17
| * | | | rockchip: Update the sdram-channel property to support of-platdataSimon Glass2016-07-14-1/+8
| * | | | rockchip: serial: Add an of-platdata driver for rockchipSimon Glass2016-07-14-0/+55
| * | | | dm: serial: ns16550: Update to support of-platdataSimon Glass2016-07-14-1/+3
| * | | | dm: core: Add an implementation of regmap_init_mem_platdata()Simon Glass2016-07-14-3/+30
| * | | | dm: core: Move regmap allocation into a separate functionSimon Glass2016-07-14-12/+22
| * | | | dm: sandbox: Enable of-platdata for sandbox_splSimon Glass2016-07-14-0/+1
| * | | | sandbox: Don't bring in the eeprom emulator in SPLSimon Glass2016-07-14-0/+2
| * | | | dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-14-11/+41
| * | | | dm: Don't attach the device tree to SPL with of-platdataSimon Glass2016-07-14-1/+1
| * | | | dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass2016-07-14-0/+1
| * | | | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-14-4/+4
| * | | | dm: spl: Bind in all devices in SPL with of-platdataSimon Glass2016-07-14-1/+2
| * | | | tiny-printf: Support assert()Simon Glass2016-07-14-0/+9
| * | | | Only build the libfdt python module if 'swig' is availableSimon Glass2016-07-14-1/+4
| * | | | dm: Add a more efficient libfdt librarySimon Glass2016-07-14-2/+339
| * | | | dm: Makefile: Build of-platdata files when the feature is enabledSimon Glass2016-07-14-3/+36
| * | | | dm: Add a tool to generate C code from a device treeSimon Glass2016-07-14-0/+392
| * | | | dm: Add a library to provide simple device-tree accessSimon Glass2016-07-14-0/+294
| * | | | dm: Add a README for of-platdataSimon Glass2016-07-14-0/+268
| * | | | dm: Add an option to enable the of-platdata featureSimon Glass2016-07-14-0/+21
| * | | | dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass2016-07-14-3/+2
| * | | | dm: serial: Add support for of-platdataSimon Glass2016-07-14-1/+7
| * | | | dm: clk: Add support for of-platdataSimon Glass2016-07-14-2/+26
| * | | | dm: Add a header that provides access to the of-platdata structsSimon Glass2016-07-14-0/+19
| * | | | dm: sandbox: Add a simple driver to test of-platdataSimon Glass2016-07-14-0/+58