summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | ARM: uniphier: refactor board_init()Masahiro Yamada2017-01-184-95/+141
| * | | ARM: uniphier: make BCU init into void functionMasahiro Yamada2017-01-173-10/+10
| * | | ARM: uniphier: refactor Support Card init codeMasahiro Yamada2017-01-1710-28/+8
| * | | ARM: uniphier: refactor SBC init codeMasahiro Yamada2017-01-1715-110/+94
| * | | ARM: uniphier: refactor MEMCONF init codeMasahiro Yamada2017-01-1715-259/+176
| * | | ARM: uniphier: split out UMC clock enableMasahiro Yamada2017-01-1717-69/+97
| * | | ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()Masahiro Yamada2017-01-173-11/+3
| * | | ARM: dts: uniphier: add UniPhier specific compatible to eMMC nodeMasahiro Yamada2017-01-172-4/+2
| * | | ARM: uniphier: enable Cadence eMMC controller for LD11/LD20Masahiro Yamada2017-01-172-1/+5
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2017-01-1716-12/+138
|\ \ \ \
| * | | | drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla2017-01-171-0/+2
| * | | | imx: mx6sllevk: add usb supportPeng Fan2017-01-173-0/+18
| * | | | usb: ehci-mx6: handle vbus-supplyPeng Fan2017-01-171-3/+27
| * | | | usb: ehci-mx6: implement ofdata_to_platdataPeng Fan2017-01-171-0/+75
| * | | | drivers: usb: Add USB_XHCI_ZYNQMP to KconfigMichal Simek2017-01-178-2/+11
| * | | | usb: storage: Show number of storage devices detected for DM_USBMichal Simek2017-01-172-5/+5
| * | | | usb: dwc2-otg: remove unused variableMasahiro Yamada2017-01-171-2/+0
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-01-166-18/+149
|\ \ \ \ | |/ / / |/| | |
| * | | splash: fix splash source flags checktomas.melin@vaisala.com2017-01-131-2/+2