summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-01-3032-197/+731
|\ \ \ \
| * | | | dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass2015-01-291-0/+1
| * | | | dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-291-1/+16
| * | | | exynos5: enable dm i2cPrzemyslaw Marczak2015-01-291-4/+3
| * | | | odroid u3: enable dm i2c supportPrzemyslaw Marczak2015-01-291-3/+2
| * | | | smdk5250: config: enable max77686 driver supportPrzemyslaw Marczak2015-01-291-0/+2
| * | | | exynos5250: config: disable max77686 driverPrzemyslaw Marczak2015-01-291-3/+0
| * | | | arndale: config: disable max77686 supportPrzemyslaw Marczak2015-01-291-2/+0
| * | | | rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-293-6/+18
| * | | | Use hash.c in mkimageRuchika Gupta2015-01-291-16/+18
| * | | | hash: Add function to find hash_algo struct with progressive hashRuchika Gupta2015-01-291-0/+14
| * | | | lib/rsa: Modify rsa to use DM driverRuchika Gupta2015-01-292-5/+2
| * | | | configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta2015-01-294-14/+2
| * | | | DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2015-01-292-1/+34
| * | | | rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta2015-01-291-0/+43
| * | | | Export redesignMartin Dorwig2015-01-293-40/+83
| * | | | dm: exynos: Drop unused COMPAT features for SPISimon Glass2015-01-291-1/+0
| * | | | dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass2015-01-291-6/+0
| * | | | dm: i2c: Move slave details to child platdataSimon Glass2015-01-291-2/+2
| * | | | dm: spi: Move slave details to child platdataSimon Glass2015-01-291-10/+32
| * | | | dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-293-0/+15
| * | | | dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-291-0/+2
| * | | | dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-291-0/+4
| * | | | dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+5
| * | | | dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+8
| * | | | dm: core: Add a post_bind method for parentsSimon Glass2015-01-291-0/+2
| * | | | dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-291-0/+5
| * | | | dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-291-0/+19
| * | | | dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-291-0/+4
| * | | | dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-2/+6
| * | | | dm: i2c: Add a compatbility layerSimon Glass2015-01-291-0/+59
| * | | | dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-291-10/+9
| * | | | dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-291-77/+0
| * | | | dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-3/+3
| * | | | dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-1/+2
| * | | | dm: demo: Add a simple GPIO demonstrationSimon Glass2015-01-291-0/+4
| * | | | dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-291-0/+21
| * | | | dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-291-0/+199
| * | | | dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-291-0/+29
| * | | | dm: gpio: Add a native driver model APISimon Glass2015-01-291-0/+16
| * | | | dm: fdt: Add a function to decode phandles with argumentsSimon Glass2015-01-291-0/+53
| * | | | generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-291-6/+7
| * | | | ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada2015-01-291-0/+3
| |/ / /
* | | | vexpress64: support the Juno Development PlatformLinus Walleij2015-01-301-1/+18
* | | | vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij2015-01-301-8/+8
* | | | arm: switch armltd vexpress to GENERIC_BOARDChris Kuethe2015-01-301-1/+1
* | | | distro_bootcmd: read DHCP boot script name from a variableStephen Warren2015-01-301-1/+2
* | | | dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-0/+1
* | | | linker_lists: fix misspellingsGuilherme Maciel Ferreira2015-01-291-2/+2
* | | | distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=Sjoerd Simons2015-01-291-1/+5