aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta2-5/+2
2015-01-29configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta4-14/+2
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2-1/+34
2015-01-29rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta1-0/+43
2015-01-29Export redesignMartin Dorwig3-40/+83
2015-01-29dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-29dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass1-2/+2
2015-01-29dm: spi: Move slave details to child platdataSimon Glass1-10/+32
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass3-0/+15
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+5
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+8
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+5
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+19
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-2/+6
2015-01-29dm: i2c: Add a compatbility layerSimon Glass1-0/+59
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-10/+9
2015-01-29dm: fdt: Remove the old GPIO functionsSimon Glass1-77/+0
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass1-3/+3
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-1/+2
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass1-0/+4
2015-01-29dm: gpio: Mark the old GPIO API deprecatedSimon Glass1-0/+21
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass1-0/+199
2015-01-29dm: gpio: Add a driver GPIO translation methodSimon Glass1-0/+29
2015-01-29dm: gpio: Add a native driver model APISimon Glass1-0/+16
2015-01-29dm: fdt: Add a function to decode phandles with argumentsSimon Glass1-0/+53
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada1-6/+7
2015-01-29ARM: UniPhier: enable CONFIG_I2C_EEPROMMasahiro Yamada1-0/+3
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini8-3/+89
2015-01-26Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini6-4/+41
2015-01-26Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-10/+67
2015-01-26ARM: zynq: Add USB lthor download protocol supportSiva Durga Prasad Paladugu1-2/+7
2015-01-26ARM: zynq: Enable DFU functionality in zynqSiva Durga Prasad Paladugu1-2/+47
2015-01-26ARM: zynq: provide config option to select emioSiva Durga Prasad Paladugu1-0/+6
2015-01-26ARM: zynq: Group ethernet configuration options togetherMichal Simek1-6/+5
2015-01-26ARM: zynq: Use CMD_FS_GENERICMichal Simek1-2/+3
2015-01-26ARM: zynq: Show board information by defaultMichal Simek1-0/+1
2015-01-25Merge branch 'master' of git://git.denx.de/u-boot-marvellTom Rini7-17/+79
2015-01-26marvell: kirkwood: guruplug refresh for newer kernelGerald Kerma1-17/+67
2015-01-25kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-25kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-25kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-25kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-25kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-25kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD defineLuka Perkov1-0/+2
2015-01-24fsl/ls1021qds: Add deep sleep supporttang yuantian1-1/+7