summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | lib/rsa: Modify rsa to use DM driverRuchika Gupta2015-01-29-6/+35
| * | | | configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta2015-01-29-14/+28
| * | | | DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta2015-01-29-1/+117
| * | | | FIT: Modify option FIT_SIGNATURE in KconfigRuchika Gupta2015-01-29-1/+9
| * | | | rsa: Split the rsa-verify to separate the modular exponentiationRuchika Gupta2015-01-29-276/+404
| * | | | Export redesignMartin Dorwig2015-01-29-121/+163
| * | | | dm: Update documentation for new bus featuresSimon Glass2015-01-29-13/+63
| * | | | dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-29-49/+2
| * | | | dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-29-4/+6
| * | | | dm: core: Ignore disabled devices when bindingSimon Glass2015-01-29-0/+5
| * | | | dm: exynos: Drop unused COMPAT features for SPISimon Glass2015-01-29-2/+0
| * | | | dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass2015-01-29-12/+0
| * | | | dm: i2c: Move slave details to child platdataSimon Glass2015-01-29-89/+41
| * | | | dm: spi: Move slave details to child platdataSimon Glass2015-01-29-76/+91
| * | | | dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-29-0/+10
| * | | | dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+85
| * | | | dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()Simon Glass2015-01-29-2/+5
| * | | | dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29-5/+44
| * | | | dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-29-8/+1
| * | | | dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29-2/+41
| * | | | dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-58/+57
| * | | | dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-29-0/+24
| * | | | dm: core: Add a post_bind method for parentsSimon Glass2015-01-29-0/+49
| * | | | dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29-2/+39
| * | | | dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29-2/+132
| * | | | dm: core: Allocate platform data when binding a deviceSimon Glass2015-01-29-15/+19
| * | | | dm: core: Tidy up error handling in device_bind()Simon Glass2015-01-29-8/+10
| * | | | dm: core: Set device tree node for root deviceSimon Glass2015-01-29-0/+7
| * | | | dm: core: Improve comments for uclass_first/next_device()Simon Glass2015-01-29-0/+4
| * | | | dm: Don't run tests if U-Boot cannot be builtSimon Glass2015-01-29-2/+7
| * | | | 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