summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-15atmel: Bring in at91 pio4 device tree file and bindingsWenyou Yang
2016-08-15pinctrl: at91-pio4: Add pinctrl driverWenyou Yang
2016-08-15gpio: atmel_pio4: Rework to support DM & DTWenyou Yang
2016-08-15gpio: atmel_pio4: Move PIO4 definitions to head fileWenyou Yang
2016-08-15clk.h: inline clk_get_by_name()Andreas Bießmann
2016-08-15clk: at91: Add clock driverWenyou Yang
2016-08-15tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc
2016-08-15i2c: atmel: DT binding for i2c driverSongjun Wu
2016-08-15i2c: atmel: add i2c driverSongjun Wu
2016-08-12Merge git://git.denx.de/u-boot-dmTom Rini
2016-08-12misc: add "call" uclass opStephen Warren
2016-08-12power: pmic: act8846: add missing newline to debug statementsJohn Keeping
2016-08-12power: regulator: act8846: fix reading valuesJohn Keeping
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren
2016-08-12kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada
2016-08-12defconfig: am43xx_evm: enable eth driver modelMugunthan V N
2016-08-12drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla
2016-08-12configs: dra7xx_evm: enable eth driver modelMugunthan V N
2016-08-12ARM: dra7xx_evm: Enable regulator DM supportVignesh R
2016-08-12ARM: dts: dra7xx-evm: add evm_3v3_sd regulatorVignesh R
2016-08-12common: image: Add support for post-processing of imagesAndreas Dannenberg
2016-08-12drivers/sysreset: group sysreset driversMax Filippov
2016-08-12ARM: non-sec: flush code cacheline alignedStefan Agner
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada
2016-08-11ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada
2016-08-11ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada
2016-08-11ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada
2016-08-11ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada
2016-08-11ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada
2016-08-11ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada
2016-08-11ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada
2016-08-11ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada
2016-08-11ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada
2016-08-11ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada
2016-08-11ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada
2016-08-11ARM: uniphier: refactor outer cache codeMasahiro Yamada
2016-08-09Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel
2016-08-09ppc4xx: Fix platform supportDirk Eibach
2016-08-08i2c: i2c-uclass-compat: avoid any BSS usageVignesh R
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf
2016-08-08tiny-printf: Adjust to avoid using data sectionSimon Glass
2016-08-08configs: k2l_evm: add random eth address supportMugunthan V N