summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* net: mii: Clean up legacy glue that is not usedJoe Hershberger2016-08-15-86/+0
* net: mii: Changes not made by spatchJoe Hershberger2016-08-15-65/+52
* net: mii: Fix changes made by spatchJoe Hershberger2016-08-15-41/+30
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-15-188/+543
* scripts: Add a cocci patch for miiphy_registerJoe Hershberger2016-08-15-0/+142
* net/ethoc: implement MDIO bus and support phylibMax Filippov2016-08-15-6/+150
* net/ethoc: support private memory configurationsMax Filippov2016-08-15-5/+42
* net/ethoc: don't mix virtual and physical addressesMax Filippov2016-08-15-10/+13
* net/ethoc: support device treeMax Filippov2016-08-15-0/+15
* net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-15-47/+194
* net/ethoc: use priv instead of dev internallyMax Filippov2016-08-15-55/+56
* net/ethoc: add Kconfig entry for the driverMax Filippov2016-08-15-1/+7
* net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-15-30/+35
* net: smsc95xx: Use correct get_unaligned functionsChris Packham2016-08-15-2/+2
* net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang2016-08-15-8/+73
* 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