summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-293-2/+39
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-294-2/+132
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-293-15/+19
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: core: Set device tree node for root deviceSimon Glass2015-01-292-0/+7
* dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-291-0/+4
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-291-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-2912-26/+32
* dm: i2c: Add a compatbility layerSimon Glass2015-01-294-0/+165
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-2912-77/+82
* dm: Drop gpio.h header from fdtdec.cSimon Glass2015-01-291-2/+0
* dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-292-172/+0
* dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass2015-01-2912-39/+30
* dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass2015-01-2918-85/+109
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+28
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-293-30/+28
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-295-41/+28
* dm: zynq: Remove inline gpio functionsSimon Glass2015-01-291-15/+0
* dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-5/+4
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-38/+25
* dm: exynos: Add a GPIO translation functionSimon Glass2015-01-291-1/+12
* dm: tegra: Add a GPIO translation functionSimon Glass2015-01-291-0/+18
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-19/+8
* dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-295-2/+133
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-291-0/+21
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-295-4/+461
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-292-0/+45
* dm: gpio: Add a native driver model APISimon Glass2015-01-292-71/+163
* dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-292-0/+177
* dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+40
* dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+41
* dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-291-0/+211
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-295-24/+46
* cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada2015-01-291-11/+11
* ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada2015-01-291-0/+3
* ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada2015-01-293-0/+6
* i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-293-0/+388
* i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-293-0/+248
* i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-291-0/+6
* lcd: fix console address is not initializedBo Shen2015-01-281-0/+1
* Makefile: clean boot.binBo Shen2015-01-281-1/+1
* spl: Change printf to puts for "Unsupported boot-device"Stefan Roese2015-01-281-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-01-2646-288/+1078
|\
| * x86: config: chromebook_link: Enable environmentSimon Glass2015-01-241-0/+7
| * x86: ivybridge: Drop the Kconfig MRC cache informationSimon Glass2015-01-241-28/+0
| * x86: config: Enable hook for saving MRC configurationSimon Glass2015-01-242-0/+6
| * x86: Implement a cache for Memory Reference Code parametersSimon Glass2015-01-245-0/+464
| * x86: dts: Add SPI flash MRC details for chromebook_linkSimon Glass2015-01-241-1/+14
| * Allow architecture-specific memory reservationSimon Glass2015-01-241-0/+7
| * x86: spi: Add device tree supportSimon Glass2015-01-242-0/+8
OpenPOWER on IntegriCloud