summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-26/+32
| * | | | dm: i2c: Add a compatbility layerSimon Glass2015-01-29-0/+165
| * | | | dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-77/+82
| * | | | dm: Drop gpio.h header from fdtdec.cSimon Glass2015-01-29-2/+0
| * | | | dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-29-172/+0
| * | | | dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass2015-01-29-39/+30
| * | | | dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass2015-01-29-85/+109
| * | | | dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-34/+28
| * | | | dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-30/+28
| * | | | dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-41/+28
| * | | | dm: zynq: Remove inline gpio functionsSimon Glass2015-01-29-15/+0
| * | | | dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-5/+4
| * | | | dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-38/+25
| * | | | dm: exynos: Add a GPIO translation functionSimon Glass2015-01-29-1/+12
| * | | | dm: tegra: Add a GPIO translation functionSimon Glass2015-01-29-0/+18
| * | | | dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-29-19/+8
| * | | | dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-29-2/+133
| * | | | dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-29-0/+21
| * | | | dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-4/+461
| * | | | dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29-0/+45
| * | | | dm: gpio: Add a native driver model APISimon Glass2015-01-29-71/+163
| * | | | dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-29-0/+177
| * | | | dm: tegra: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+40
| * | | | dm: exynos: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+41
| * | | | dm: gpio: Bring in GPIO device tree bindingSimon Glass2015-01-29-0/+211
| * | | | generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-29-24/+46
| * | | | cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada2015-01-29-11/+11
| * | | | ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada2015-01-29-0/+3
| * | | | ARM: UniPhier: enable I2C for UniPhier SoCsMasahiro Yamada2015-01-29-0/+6
| * | | | i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-29-0/+388
| * | | | i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-29-0/+248
| * | | | i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-29-0/+6
| | |/ / | |/| |
* | | | ARM: armv7 fix spelling of SCTRLPeng Fan2015-01-30-4/+4
* | | | fpga: Extend dump descriptionMichal Simek2015-01-30-1/+1
* | | | vexpress64: support the Juno Development PlatformLinus Walleij2015-01-30-1/+45
* | | | vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij2015-01-30-13/+38
* | | | add README.distro fileDennis Gilmore2015-01-30-0/+341
* | | | drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian2015-01-30-1/+1
* | | | drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian2015-01-30-14/+17
* | | | arm: switch armltd vexpress to GENERIC_BOARDChris Kuethe2015-01-30-1/+1
* | | | distro_bootcmd: read DHCP boot script name from a variableStephen Warren2015-01-30-1/+2
* | | | cmd: Fix gettime command helpBin Meng2015-01-30-2/+2
* | | | common: bootm: Document fake bootm sub-commandMichal Simek2015-01-29-0/+3
* | | | tools: do not print error messages in verify_header() functionsGuilherme Maciel Ferreira2015-01-29-11/+12
* | | | dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-29-3/+204
* | | | dumpimage: replace the term "datafile" by "subimage"Guilherme Maciel Ferreira2015-01-29-18/+19
* | | | dumpimage: add 'T' option to explicitly set the image typeGuilherme Maciel Ferreira2015-01-29-64/+67
* | | | imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-29-376/+254
* | | | imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira2015-01-29-28/+46
* | | | imagetool: move common code to imagetool moduleGuilherme Maciel Ferreira2015-01-29-130/+90