summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ARMv8/fsl-layerscape: Enable data coherency between cores in clusterHou Zhiqiang2017-01-181-0/+4
| * armv8: Enable CPUECTLR.SMPEN for coherencyMingkai Hu2017-01-182-0/+29
| * arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoCPrabhakar Kushwaha2017-01-1812-0/+44
| * armv8: ls1012: Enable CONFIG_DM_USB in defconfigsTang Yuantian2017-01-183-0/+3
| * armv8: ls1012: added usb nodes in dtsTang Yuantian2017-01-181-0/+15
| * armv8/fsl_lsch2: Add the OCRAM initializationHou Zhiqiang2017-01-182-0/+40
| * ARMv8/fsl-layerscape: Correct the OCRAM sizeHou Zhiqiang2017-01-182-7/+9
| * kconfig: move FSL_PCIE_COMPAT to platform KconfigHou Zhiqiang2017-01-189-12/+23
| * pci: layerscape: remove unnecessary legacy codeMinghuan Lian2017-01-183-716/+1
| * armv8: ls2080a: Enable PCIe in defconfigsMinghuan Lian2017-01-1811-39/+28
| * armv8: ls1046a: Enable PCIe and E1000 in defconfigsMinghuan Lian2017-01-188-0/+48
| * armv8: ls1043a: Enable PCIe and E1000 in defconfigsMinghuan Lian2017-01-1812-28/+66
| * arm: ls1012a: Enable PCIe and E1000 in defconfigsMinghuan Lian2017-01-185-34/+13
| * arm: ls1021a: Enable PCIe in defconfigsMinghuan Lian2017-01-1821-67/+72
| * pci: layerscape: add pci driver based on DMMinghuan Lian2017-01-184-0/+754
| * pci: layerscape: move kernel DT fixup to a separate fileHou Zhiqiang2017-01-184-311/+343
| * armv8: ls2080a: add PCIe dts nodeMinghuan Lian2017-01-181-0/+60
| * armv8: ls1046a: add PCIe dts nodeMinghuan Lian2017-01-181-0/+49
| * armv8: ls1043a: add PCIe dts nodeMinghuan Lian2017-01-181-0/+46
| * arm: ls1012a: add PCIe dts nodeMinghuan Lian2017-01-181-0/+15
| * arm: ls1021a: add PCIe dts nodeMinghuan Lian2017-01-181-0/+31
| * dm: pci: remove pci_bus_to_hose(0) callingMinghuan Lian2017-01-181-10/+7
| * dm: pci: return the real controller in pci_bus_to_hose()Minghuan Lian2017-01-181-1/+1
| * configs: ls1021a: enable DT and DM supportHou Zhiqiang2017-01-185-0/+12
| * armv8/layerscape: remove unnecessary function declaresMinghuan Lian2017-01-181-4/+0
| * armv8: fsl-layerscape, ccn504: Set forced-order mode in RNI-6, RNI-20Priyanka Jain2017-01-181-0/+20
| * fsl/usb: enable usb feature for ls1046ardbjerry.huang@nxp.com2017-01-182-1/+13
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-01-182-63/+149
|\ \
| * | i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer2017-01-181-21/+0
| * | i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer2017-01-181-30/+89
| * | i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer2017-01-181-1/+1
| * | i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer2017-01-181-14/+52
| * | i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer2017-01-181-0/+10
* | | Merge git://git.denx.de/u-boot-samsungTom Rini2017-01-1816-134/+338
|\ \ \ | |/ / |/| |
| * | exynos: video: Enable stdout env var backward compatibility for LCDJavier Martinez Canillas2017-01-184-0/+4
| * | exynos: Enable XHCI on exynos5250 boardsSjoerd Simons2017-01-185-0/+10
| * | exynos5: Don't potentially undervoltage the CPUSjoerd Simons2017-01-181-7/+1
| * | board: samsung: universal_c210: remove the codes relevant to soft_i2cJaehoon Chung2017-01-181-11/+0
| * | i2c: Kconfig: Add SYS_I2C_S3C24X0 entryJaehoon Chung2017-01-181-0/+5
| * | i2c: s3c24x0: fix the compiler error for exynos4Jaehoon Chung2017-01-181-1/+7
| * | board: samsung: universal_210: use the driver model for max8998Jaehoon Chung2017-01-181-75/+94
| * | configs: s5pc210_universal: enable the DM_PMIC and MAX8998Jaehoon Chung2017-01-181-0/+3
| * | ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodesJaehoon Chung2017-01-181-0/+164
| * | ARM: dts: exynos4: use the node's name for i2cJaehoon Chung2017-01-181-8/+19
| * | board: samsung: goni: fix the pmic's name for gettingJaehoon Chung2017-01-182-2/+2
| * | arm: samsung: goni: use the driver model for max8998Jaehoon Chung2017-01-051-31/+30
* | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2017-01-1749-1056/+739
|\ \ \
| * | | pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20Masahiro Yamada2017-01-181-1/+1
| * | | ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada2017-01-183-27/+19
| * | | ARM: uniphier: refactor spl_init_board()Masahiro Yamada2017-01-1819-508/+250