summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck2015-01-30-10/+8
| * | | | MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton2015-01-30-1/+3
| * | | | MIPS: handle mips64 relocs in mips32 start.SPaul Burton2015-01-30-2/+17
| * | | | MIPS: use asm.h macros in mips32 start.SPaul Burton2015-01-30-55/+61
| * | | | malta: enable ELF loadingPaul Burton2015-01-29-0/+1
| * | | | malta: enable HUSH parserPaul Burton2015-01-29-0/+1
| * | | | malta: delay after resetPaul Burton2015-01-29-0/+1
| * | | | malta: IDE supportPaul Burton2015-01-29-0/+35
| * | | | MIPS: clear TagLo select 2 during cache initPaul Burton2015-01-29-2/+8
| * | | | MIPS: allow systems to skip loads during cache initPaul Burton2015-01-29-6/+19
| * | | | MIPS: inline mips_init_[id]cache functionsPaul Burton2015-01-29-58/+28
| * | | | MIPS: refactor cache loops to a macroPaul Burton2015-01-29-17/+13
| * | | | MIPS: refactor L1 cache config reads to a macroPaul Burton2015-01-29-56/+41
| * | | | MIPS: unify cache initialization codePaul Burton2015-01-29-224/+15
| * | | | MIPS: unify cache maintenance functionsPaul Burton2015-01-29-167/+119
| * | | | MIPS: avoid .set ISA for cache operationsPaul Burton2015-01-29-38/+33
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-01-30-1610/+4637
|\ \ \ \
| * | | | dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass2015-01-29-53/+30
| * | | | dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-29-3/+28
| * | | | dm: exynos: dts: Set the offset length for cros_ecSimon Glass2015-01-29-0/+1
| * | | | dm: i2c: dts: Support an offset-len device tree propertySimon Glass2015-01-29-1/+30
| * | | | exynos5: enable dm i2cPrzemyslaw Marczak2015-01-29-4/+3
| * | | | odroid u3: enable dm i2c supportPrzemyslaw Marczak2015-01-29-16/+3
| * | | | odroid u3: dts: add missing i2c aliasesPrzemyslaw Marczak2015-01-29-0/+7
| * | | | dm: i2c: s3c24x0: adjust to dm-i2c apiPrzemyslaw Marczak2015-01-29-43/+194
| * | | | exynos5: pinmux: check flag for i2c configPrzemyslaw Marczak2015-01-29-8/+22
| * | | | arndale: dts: add missing i2c aliasesPrzemyslaw Marczak2015-01-29-0/+8
| * | | | exynos4: dts: add missing i2c propertiesPrzemyslaw Marczak2015-01-29-8/+16
| * | | | smdk5250: config: enable max77686 driver supportPrzemyslaw Marczak2015-01-29-0/+2
| * | | | exynos5250: config: disable max77686 driverPrzemyslaw Marczak2015-01-29-3/+0
| * | | | arndale: config: disable max77686 supportPrzemyslaw Marczak2015-01-29-2/+0
| * | | | dm: i2c-uclass-compat: fix missed argumentPrzemyslaw Marczak2015-01-29-1/+1
| * | | | rsa: Use checksum algorithms from struct hash_algoRuchika Gupta2015-01-29-30/+57
| * | | | Use hash.c in mkimageRuchika Gupta2015-01-29-51/+65
| * | | | hash: Add function to find hash_algo struct with progressive hashRuchika Gupta2015-01-29-9/+38
| * | | | lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationRuchika Gupta2015-01-29-6/+28
| * | | | DM: crypto/fsl - Add Freescale rsa DM driverRuchika Gupta2015-01-29-0/+129
| * | | | 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