Age | Commit message (Expand) | Author |
2016-08-15 | ARM: tegra: fix trimslice environment location | Stephen Warren |
2016-08-15 | ARM: tegra: move ft_system_setup() | Stephen Warren |
2016-08-15 | ARM: tegra: enable PCIe controller on p2771-0000 | Stephen Warren |
2016-08-15 | ARM: tegra: enable SD card on p2771-0000 | Stephen Warren |
2016-08-15 | ARM: tegra: enable I2C buses for P2771-0000 | Bryan Wu |
2016-08-15 | i2c: tegra: add standardized clk/reset API support | Bryan Wu |
2016-08-15 | pci: tegra: port to standard clock/reset/pwr domain APIs | Stephen Warren |
2016-08-15 | mmc: tegra: port to standard clock/reset APIs | Stephen Warren |
2016-08-15 | i2c: add Tegra186 BPMP driver | Stephen Warren |
2016-08-15 | power domain: add Tegra186 driver | Stephen Warren |
2016-08-15 | reset: add Tegra186 reset driver | Stephen Warren |
2016-08-15 | clock: add Tegra186 clock driver | Stephen Warren |
2016-08-15 | misc: add Tegra BPMP driver | Stephen Warren |
2016-08-12 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-08-12 | misc: add "call" uclass op | Stephen Warren |
2016-08-12 | power: pmic: act8846: add missing newline to debug statements | John Keeping |
2016-08-12 | power: regulator: act8846: fix reading values | John Keeping |
2016-08-12 | fdt: allow fdtdec_get_addr_size_*() to translate addresses | Stephen Warren |
2016-08-12 | fdt_support: fdt_translate_address() blob const correctness | Stephen Warren |
2016-08-12 | kconfig: use bool instead of boolean for type definition attributes | Masahiro Yamada |
2016-08-12 | defconfig: am43xx_evm: enable eth driver model | Mugunthan V N |
2016-08-12 | drivers: net: cpsw: always flush cache of size aligned to PKTALIGN | Lokesh Vutla |
2016-08-12 | configs: dra7xx_evm: enable eth driver model | Mugunthan V N |
2016-08-12 | ARM: dra7xx_evm: Enable regulator DM support | Vignesh R |
2016-08-12 | ARM: dts: dra7xx-evm: add evm_3v3_sd regulator | Vignesh R |
2016-08-12 | common: image: Add support for post-processing of images | Andreas Dannenberg |
2016-08-12 | drivers/sysreset: group sysreset drivers | Max Filippov |
2016-08-12 | ARM: non-sec: flush code cacheline aligned | Stefan Agner |
2016-08-12 | i2c: Drop redundant platform data setting in drivers | Simon Glass |
2016-08-11 | Merge branch 'master' of git://git.denx.de/u-boot-uniphier | Tom Rini |
2016-08-11 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2016-08-11 | ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs | Masahiro Yamada |
2016-08-11 | ARM: uniphier: add uniphier_cache_set_active_ways() | Masahiro Yamada |
2016-08-11 | ARM: uniphier: add uniphier_cache_inv_way() to support way invalidation | Masahiro Yamada |
2016-08-11 | ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is on | Masahiro Yamada |
2016-08-11 | ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to Kconfig | Masahiro Yamada |
2016-08-11 | ARM: uniphier: move outer cache register macros to .c file | Masahiro Yamada |
2016-08-11 | ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_init | Masahiro Yamada |
2016-08-11 | ARM: uniphier: export uniphier_cache_enable/disable functions | Masahiro Yamada |
2016-08-11 | ARM: uniphier: move lowlevel debug init code after page table switch | Masahiro Yamada |
2016-08-11 | ARM: uniphier: fix ROM boot mode for PH1-sLD3 | Masahiro Yamada |
2016-08-11 | ARM: uniphier: refactor L2 zero-touching code in lowlevel_init | Masahiro Yamada |
2016-08-11 | ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabled | Masahiro Yamada |
2016-08-11 | ARM: uniphier: support prefetch and touch operations for outer cache | Masahiro Yamada |
2016-08-11 | ARM: uniphier: refactor outer cache code | Masahiro Yamada |
2016-08-09 | Merge git://www.denx.de/git/u-boot-ppc4xx | Tom Rini |
2016-08-09 | eth: asix88179: Add support for the driver model | Alban Bedel |
2016-08-09 | eth: asix88179: Prepare supporting the driver model | Alban Bedel |
2016-08-09 | ppc4xx: Fix platform support | Dirk Eibach |
2016-08-08 | i2c: i2c-uclass-compat: avoid any BSS usage | Vignesh R |