summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* ARM: tegra: enable SD card on p2771-0000Stephen Warren2016-08-15-0/+52
* ARM: tegra: enable I2C buses for P2771-0000Bryan Wu2016-08-15-0/+38
* i2c: tegra: add standardized clk/reset API supportBryan Wu2016-08-15-4/+85
* pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2016-08-15-5/+159
* mmc: tegra: port to standard clock/reset APIsStephen Warren2016-08-15-10/+62
* i2c: add Tegra186 BPMP driverStephen Warren2016-08-15-0/+140
* power domain: add Tegra186 driverStephen Warren2016-08-15-0/+100
* reset: add Tegra186 reset driverStephen Warren2016-08-15-0/+91
* clock: add Tegra186 clock driverStephen Warren2016-08-15-0/+120
* misc: add Tegra BPMP driverStephen Warren2016-08-15-0/+1863
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-12-33/+100
|\
| * misc: add "call" uclass opStephen Warren2016-08-12-0/+46
| * power: pmic: act8846: add missing newline to debug statementsJohn Keeping2016-08-12-2/+2
| * power: regulator: act8846: fix reading valuesJohn Keeping2016-08-12-2/+2
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-17/+36
| * fdt_support: fdt_translate_address() blob const correctnessStephen Warren2016-08-12-12/+14
* | kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-12-22/+22
* | defconfig: am43xx_evm: enable eth driver modelMugunthan V N2016-08-12-0/+2
* | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-12-1/+1
* | configs: dra7xx_evm: enable eth driver modelMugunthan V N2016-08-12-0/+1
* | ARM: dra7xx_evm: Enable regulator DM supportVignesh R2016-08-12-0/+6
* | ARM: dts: dra7xx-evm: add evm_3v3_sd regulatorVignesh R2016-08-12-2/+22
* | common: image: Add support for post-processing of imagesAndreas Dannenberg2016-08-12-1/+39
* | drivers/sysreset: group sysreset driversMax Filippov2016-08-12-16/+35
* | ARM: non-sec: flush code cacheline alignedStefan Agner2016-08-12-1/+3
* | i2c: Drop redundant platform data setting in driversSimon Glass2016-08-12-6/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-08-11-176/+537
|\
| * ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada2016-08-11-3/+275
| * ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2016-08-11-1/+22
| * ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2016-08-11-1/+10
| * ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada2016-08-11-0/+4
| * ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada2016-08-11-4/+8
| * ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2016-08-11-69/+55
| * ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada2016-08-11-7/+3
| * ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2016-08-11-10/+26
| * ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada2016-08-11-4/+4
| * ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada2016-08-11-0/+5
| * ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada2016-08-11-26/+22
| * ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada2016-08-11-1/+1
| * ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2016-08-11-10/+57
| * ARM: uniphier: refactor outer cache codeMasahiro Yamada2016-08-11-47/+52
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-08-11-116/+885
|\ \ | |/ |/|
| * eth: asix88179: Add support for the driver modelAlban Bedel2016-08-09-0/+184
| * eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-09-28/+47
| * eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-07-1/+1
| * eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-07-0/+2
| * arm: ls1021a: Enable CONFIG_DM_USB in defconfigsRajesh Bhagat2016-08-07-0/+4
| * dm: ls1021a: dts: Update USB 3.0 node to support DM USBRajesh Bhagat2016-08-07-1/+1
| * usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-07-1/+82
| * usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-07-4/+127