aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-15clk.h: inline clk_get_by_name()Andreas Bießmann1-1/+1
2016-08-15clk: at91: Add clock driverWenyou Yang17-3/+784
2016-08-15tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2-2/+15
2016-08-15i2c: atmel: DT binding for i2c driverSongjun Wu1-0/+26
2016-08-15i2c: atmel: add i2c driverSongjun Wu4-0/+426
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini14-33/+100
2016-08-12misc: add "call" uclass opStephen Warren2-0/+46
2016-08-12power: pmic: act8846: add missing newline to debug statementsJohn Keeping1-2/+2
2016-08-12power: regulator: act8846: fix reading valuesJohn Keeping1-2/+2
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren8-17/+36
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren2-12/+14
2016-08-12kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada5-22/+22
2016-08-12defconfig: am43xx_evm: enable eth driver modelMugunthan V N2-0/+2
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla1-1/+1
2016-08-12configs: dra7xx_evm: enable eth driver modelMugunthan V N1-0/+1
2016-08-12ARM: dra7xx_evm: Enable regulator DM supportVignesh R2-0/+6
2016-08-12ARM: dts: dra7xx-evm: add evm_3v3_sd regulatorVignesh R2-2/+22
2016-08-12common: image: Add support for post-processing of imagesAndreas Dannenberg2-1/+39
2016-08-12drivers/sysreset: group sysreset driversMax Filippov16-16/+35
2016-08-12ARM: non-sec: flush code cacheline alignedStefan Agner1-1/+3
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass5-6/+0
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini13-176/+537
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini22-116/+885
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada8-3/+275
2016-08-11ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2-1/+22
2016-08-11ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2-1/+10
2016-08-11ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada1-0/+4
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada3-4/+8
2016-08-11ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2-69/+55
2016-08-11ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada1-7/+3
2016-08-11ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2-10/+26
2016-08-11ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada1-4/+4
2016-08-11ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada1-0/+5
2016-08-11ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada1-26/+22
2016-08-11ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada1-1/+1
2016-08-11ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2-10/+57
2016-08-11ARM: uniphier: refactor outer cache codeMasahiro Yamada1-47/+52
2016-08-09Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini1-21/+45
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-09ppc4xx: Fix platform supportDirk Eibach1-21/+45
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R1-1/+1
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf1-1/+5
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2-12/+29
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass1-44/+58
2016-08-08configs: k2l_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08configs: k2e_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08configs: k2hk_evm: add random eth address supportMugunthan V N1-0/+2
2016-08-08drivers: net: keystone_net: add support for multi slave ethernetMugunthan V N1-45/+177
2016-08-08drivers: net: keystone_net: fix line termination with semi-colonMugunthan V N1-3/+3