summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass7-0/+85
2015-01-30dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass1-2/+5
2015-01-30dm: core: Allow the uclass to set up a device's child after bindingSimon Glass3-5/+44
2015-01-30dm: spi: Move the per-child data size to the uclassSimon Glass9-8/+1
2015-01-30dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass4-2/+41
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass9-58/+57
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass3-0/+24
2015-01-30dm: core: Add a post_bind method for parentsSimon Glass3-0/+49
2015-01-30dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass3-2/+39
2015-01-30dm: core: Allow parents to have platform data for their childrenSimon Glass4-2/+132
2015-01-30dm: core: Allocate platform data when binding a deviceSimon Glass3-15/+19
2015-01-30dm: core: Tidy up error handling in device_bind()Simon Glass1-8/+10
2015-01-30dm: core: Set device tree node for root deviceSimon Glass2-0/+7
2015-01-30dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2015-01-30dm: Don't run tests if U-Boot cannot be builtSimon Glass1-2/+7
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass12-26/+32
2015-01-30dm: i2c: Add a compatbility layerSimon Glass4-0/+165
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass12-77/+82
2015-01-30dm: Drop gpio.h header from fdtdec.cSimon Glass1-2/+0
2015-01-30dm: fdt: Remove the old GPIO functionsSimon Glass2-172/+0
2015-01-30dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass12-39/+30
2015-01-30dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass18-85/+109
2015-01-30dm: spi: Remove use of fdtdec GPIO supportSimon Glass1-34/+28
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass3-30/+28
2015-01-30dm: mmc: Remove use of fdtdec GPIO supportSimon Glass5-41/+28
2015-01-30dm: zynq: Remove inline gpio functionsSimon Glass1-15/+0
2015-01-30dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass1-5/+4
2015-01-30dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2-38/+25
2015-01-30dm: exynos: Add a GPIO translation functionSimon Glass1-1/+12
2015-01-30dm: tegra: Add a GPIO translation functionSimon Glass1-0/+18
2015-01-30dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2-19/+8
2015-01-30dm: demo: Add a simple GPIO demonstrationSimon Glass5-2/+133
2015-01-30dm: gpio: Mark the old GPIO API deprecatedSimon Glass1-0/+21
2015-01-30dm: gpio: Add better functions to request GPIOsSimon Glass5-4/+461
2015-01-30dm: gpio: Add a driver GPIO translation methodSimon Glass2-0/+45
2015-01-30dm: gpio: Add a native driver model APISimon Glass2-71/+163
2015-01-30dm: fdt: Add a function to decode phandles with argumentsSimon Glass2-0/+177
2015-01-30dm: tegra: Bring in GPIO device tree bindingSimon Glass1-0/+40
2015-01-30dm: exynos: Bring in GPIO device tree bindingSimon Glass1-0/+41
2015-01-30dm: gpio: Bring in GPIO device tree bindingSimon Glass1-0/+211
2015-01-30generic-board: show model name in board_init_f() tooMasahiro Yamada5-24/+46
2015-01-30cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada1-11/+11
2015-01-30ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada1-0/+3
2015-01-30ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada3-0/+6
2015-01-30i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada3-0/+388
2015-01-30i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada3-0/+248
2015-01-30i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada1-0/+6
2015-01-29lcd: fix console address is not initializedBo Shen1-0/+1
2015-01-29Makefile: clean boot.binBo Shen1-1/+1
2015-01-29spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1