aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-25clk: exynos: add clock driver for Exynos7420 SocThomas Abraham8-0/+514
2016-05-25pinctrl: Add pinctrl driver support for Exynos7420 SoCThomas Abraham7-0/+359
2016-05-25pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham1-0/+1
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini55-218/+631
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini22-589/+1299
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy1-1/+1
2016-05-24net: phy: Add phy_interface_is_sgmii to phy.hDan Murphy1-0/+11
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy2-11/+11
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy1-10/+77
2016-05-24net: phy: dp83867: Add device tree bindings and documentationDan Murphy2-0/+60
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy1-5/+10
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy2-2/+22
2016-05-24defconfig: dra74_evm: enable eth driver modelMugunthan V N1-0/+1
2016-05-24defconfig: am437x_sk_evm: enable eth driver modelMugunthan V N1-0/+1
2016-05-24defconfig: am437x_gp_evm: enable eth driver modelMugunthan V N1-0/+1
2016-05-24arm: dts: dra7: fix ethernet name with proper device addressMugunthan V N1-1/+1
2016-05-24arm: dts: dra7: add syscon node to cpsw to read mac addressMugunthan V N1-0/+1
2016-05-24arm: dts: am4372: add syscon node to cpsw to read mac addressMugunthan V N1-0/+1
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N4-17/+131
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N1-4/+20
2016-05-24ARM: omap5: add platform specific ethernet phy modes configurationsMugunthan V N1-0/+12
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N1-4/+2
2016-05-24ti_omap5_common: eth: do not define DM_ETH for splMugunthan V N1-0/+1
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2-0/+37
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith3-0/+1021
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith3-656/+0
2016-05-24Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini69-159/+1000
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini29-3/+625
2016-05-24ARM: zynq: Simplify zynq configurationMichal Simek23-63/+17
2016-05-24phy: marvell: Do not reset phy after negotiationMichal Simek1-5/+1
2016-05-24phy: Wire return value from phy_config()Michal Simek2-5/+2
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek5-2/+110
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek11-56/+115
2016-05-24phy: Return correct error code when timeout happensMichal Simek2-3/+3
2016-05-24net: xilinx: Handle error value from phy_startup()Michal Simek2-3/+8
2016-05-24mkimage: Report information about fpgaMichal Simek5-1/+78
2016-05-24fpga: Fix typo in function commentMichal Simek1-1/+1
2016-05-24ARM64: zynqmp: Enable CLK frameworkMichal Simek6-0/+12
2016-05-24ARM64: zynqmp: Add SPL support supportMichal Simek7-3/+209
2016-05-24ARM64: zynqmp: Add missing u-boot,dm-pre-reloc to DTSIMichal Simek1-0/+5
2016-05-24ARM64: zynqmp: Align gic ranges for 64k in device treeAlexander Graf1-2/+2
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek5-1/+280
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek1-9/+36
2016-05-24ARM: zynq: Call ps7_post_config() for SPLMichal Simek1-0/+15
2016-05-24ARM64: zynqmp: Enable option to overwrite default variablesMichal Simek1-0/+2
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek2-0/+7
2016-05-24ARM64: zynqmp: Add debug uart for zc1751-dc1Michal Simek1-0/+5
2016-05-24ARM64: zynqmp: Enable SPI_FLASH and FLASH_BAR for ep108Michal Simek1-0/+2
2016-05-24ARM64: zynqmp: Remove CONFIG_PREBOOTMichal Simek1-1/+0
2016-05-24ARM: zynq: Add support for SPL_LOAD_FITMichal Simek1-0/+10