summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass
2015-01-29dm: core: Allocate platform data when binding a deviceSimon Glass
2015-01-29dm: core: Tidy up error handling in device_bind()Simon Glass
2015-01-29dm: core: Set device tree node for root deviceSimon Glass
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass
2015-01-29dm: Don't run tests if U-Boot cannot be builtSimon Glass
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass
2015-01-29dm: i2c: Add a compatbility layerSimon Glass
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass
2015-01-29dm: Drop gpio.h header from fdtdec.cSimon Glass
2015-01-29dm: fdt: Remove the old GPIO functionsSimon Glass
2015-01-29dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass
2015-01-29dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass
2015-01-29dm: spi: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: usb: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: zynq: Remove inline gpio functionsSimon Glass
2015-01-29dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: exynos: Add a GPIO translation functionSimon Glass
2015-01-29dm: tegra: Add a GPIO translation functionSimon Glass
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass
2015-01-29dm: gpio: Mark the old GPIO API deprecatedSimon Glass
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass
2015-01-29dm: gpio: Add a driver GPIO translation methodSimon Glass
2015-01-29dm: gpio: Add a native driver model APISimon Glass
2015-01-29dm: fdt: Add a function to decode phandles with argumentsSimon Glass
2015-01-29dm: tegra: Bring in GPIO device tree bindingSimon Glass
2015-01-29dm: exynos: Bring in GPIO device tree bindingSimon Glass
2015-01-29dm: gpio: Bring in GPIO device tree bindingSimon Glass
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada
2015-01-29cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada
2015-01-29ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada
2015-01-29ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada
2015-01-29i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada
2015-01-29i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada
2015-01-29i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada
2015-01-28lcd: fix console address is not initializedBo Shen
2015-01-28Makefile: clean boot.binBo Shen
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2015-01-26Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini
2015-01-26serial: Extend structure comments with register offsetMichal Simek
2015-01-26serial: zynq: Use global baudrate instead of hardcoded oneMichal Simek