aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/ethoc: support private memory configurationsMax Filippov2016-08-152-5/+42
* net/ethoc: don't mix virtual and physical addressesMax Filippov2016-08-151-10/+13
* net/ethoc: support device treeMax Filippov2016-08-151-0/+15
* net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-152-47/+194
* net/ethoc: use priv instead of dev internallyMax Filippov2016-08-151-55/+56
* net/ethoc: add Kconfig entry for the driverMax Filippov2016-08-153-1/+7
* net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-152-30/+35
* net: smsc95xx: Use correct get_unaligned functionsChris Packham2016-08-151-2/+2
* net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-155-8/+73
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-1214-33/+100
|\
| * misc: add "call" uclass opStephen Warren2016-08-122-0/+46
| * power: pmic: act8846: add missing newline to debug statementsJohn Keeping2016-08-121-2/+2
| * power: regulator: act8846: fix reading valuesJohn Keeping2016-08-121-2/+2
| * fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-128-17/+36
| * fdt_support: fdt_translate_address() blob const correctnessStephen Warren2016-08-122-12/+14
* | kconfig: use bool instead of boolean for type definition attributesMasahiro Yamada2016-08-125-22/+22
* | defconfig: am43xx_evm: enable eth driver modelMugunthan V N2016-08-122-0/+2
* | drivers: net: cpsw: always flush cache of size aligned to PKTALIGNLokesh Vutla2016-08-121-1/+1
* | configs: dra7xx_evm: enable eth driver modelMugunthan V N2016-08-121-0/+1
* | ARM: dra7xx_evm: Enable regulator DM supportVignesh R2016-08-122-0/+6
* | ARM: dts: dra7xx-evm: add evm_3v3_sd regulatorVignesh R2016-08-122-2/+22
* | common: image: Add support for post-processing of imagesAndreas Dannenberg2016-08-122-1/+39
* | drivers/sysreset: group sysreset driversMax Filippov2016-08-1216-16/+35
* | ARM: non-sec: flush code cacheline alignedStefan Agner2016-08-121-1/+3
* | i2c: Drop redundant platform data setting in driversSimon Glass2016-08-125-6/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-08-1113-176/+537
|\
| * ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada2016-08-118-3/+275
| * ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2016-08-112-1/+22
| * ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2016-08-112-1/+10
| * ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada2016-08-111-0/+4
| * ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada2016-08-113-4/+8
| * ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2016-08-112-69/+55
| * ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada2016-08-111-7/+3
| * ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2016-08-112-10/+26
| * ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada2016-08-111-4/+4
| * ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada2016-08-111-0/+5
| * ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada2016-08-111-26/+22
| * ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada2016-08-111-1/+1
| * ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2016-08-112-10/+57
| * ARM: uniphier: refactor outer cache codeMasahiro Yamada2016-08-111-47/+52
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-08-1122-116/+885
|\ \ | |/ |/|
| * eth: asix88179: Add support for the driver modelAlban Bedel2016-08-091-0/+184
| * eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-091-28/+47
| * eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-071-1/+1
| * eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-071-0/+2
| * arm: ls1021a: Enable CONFIG_DM_USB in defconfigsRajesh Bhagat2016-08-074-0/+4
| * dm: ls1021a: dts: Update USB 3.0 node to support DM USBRajesh Bhagat2016-08-071-1/+1
| * usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-071-1/+82
| * usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-071-4/+127
| * drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat2016-08-071-27/+36