summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-296-30/+57
* Use hash.c in mkimageRuchika Gupta2015-01-293-51/+65
* hash: Add function to find hash_algo struct with progressive hashRuchika Gupta2015-01-292-9/+38
* lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta2015-01-292-6/+28
* DM: crypto/fsl - Add Freescale rsa DM driverRuchika Gupta2015-01-297-0/+129
* lib/rsa: Modify rsa to use DM driverRuchika Gupta2015-01-2914-6/+35
* configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta2015-01-2913-14/+28
* DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2015-01-297-1/+117
* FIT: Modify option FIT_SIGNATURE in KconfigRuchika Gupta2015-01-292-1/+9
* rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta2015-01-295-276/+404
* Export redesignMartin Dorwig2015-01-2910-121/+163
* dm: Update documentation for new bus featuresSimon Glass2015-01-292-13/+63
* dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-291-49/+2
* dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-291-4/+6
* dm: core: Ignore disabled devices when bindingSimon Glass2015-01-291-0/+5
* dm: exynos: Drop unused COMPAT features for SPISimon Glass2015-01-292-2/+0
* dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass2015-01-292-12/+0
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-297-89/+41
* dm: spi: Move slave details to child platdataSimon Glass2015-01-297-76/+91
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-291-0/+10
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-297-0/+85
* dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-291-2/+5
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-293-5/+44
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-299-8/+1
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-294-2/+41
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-299-58/+57
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-293-0/+24
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-293-0/+49
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-293-2/+39
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-294-2/+132
* dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-293-15/+19
* dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-291-8/+10
* dm: core: Set device tree node for root deviceSimon Glass2015-01-292-0/+7
* dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-291-0/+4
* dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-291-2/+7
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-2912-26/+32
* dm: i2c: Add a compatbility layerSimon Glass2015-01-294-0/+165
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-2912-77/+82
* dm: Drop gpio.h header from fdtdec.cSimon Glass2015-01-291-2/+0
* dm: fdt: Remove the old GPIO functionsSimon Glass2015-01-292-172/+0
* dm: exynos: dts: Use GPIO bank phandles for GPIOsSimon Glass2015-01-2912-39/+30
* dm: tegra: dts: Use TEGRA_GPIO() macro for all GPIOsSimon Glass2015-01-2918-85/+109
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+28
* dm: usb: Remove use of fdtdec GPIO supportSimon Glass2015-01-293-30/+28
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-295-41/+28
* dm: zynq: Remove inline gpio functionsSimon Glass2015-01-291-15/+0
* dm: tegra: nand: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-5/+4
* dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-38/+25
* dm: exynos: Add a GPIO translation functionSimon Glass2015-01-291-1/+12
* dm: tegra: Add a GPIO translation functionSimon Glass2015-01-291-0/+18
OpenPOWER on IntegriCloud