summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy
2016-05-24net: phy: Add phy_interface_is_sgmii to phy.hDan Murphy
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy
2016-05-24net: phy: dp83867: Add device tree bindings and documentationDan Murphy
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy
2016-05-24defconfig: dra74_evm: enable eth driver modelMugunthan V N
2016-05-24defconfig: am437x_sk_evm: enable eth driver modelMugunthan V N
2016-05-24defconfig: am437x_gp_evm: enable eth driver modelMugunthan V N
2016-05-24arm: dts: dra7: fix ethernet name with proper device addressMugunthan V N
2016-05-24arm: dts: dra7: add syscon node to cpsw to read mac addressMugunthan V N
2016-05-24arm: dts: am4372: add syscon node to cpsw to read mac addressMugunthan V N
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N
2016-05-24ARM: omap5: add platform specific ethernet phy modes configurationsMugunthan V N
2016-05-24drivers: net: cpsw: fix cpsw dp parse when num slaves as 1Mugunthan V N
2016-05-24ti_omap5_common: eth: do not define DM_ETH for splMugunthan V N
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith
2016-05-24net: Remove unused mv88e61xx switch driverKevin Smith
2016-05-23Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-05-23ARM: fix ifdef in ARMv8 lowlevel_init() againMasahiro Yamada
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini
2016-05-23omap3: Fix SPI registers on am33xx and am43xxMartin Hejnfelt
2016-05-23kbuild: fixdep: Check fstat(2) return valueTom Rini
2016-05-23spl: Setup default value for OF_LISTMichal Simek
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek
2016-05-23mkimage: Add a quiet modeSimon Glass
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass
2016-05-23malloc: improve memalign fragmentation fixStephen Warren
2016-05-20pico-imx6ul: Select CONFIG_HUSH_PARSER optionFabio Estevam
2016-05-20eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov
2016-05-20eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov
2016-05-21malta: Support MIPS32r6 configurationsPaul Burton
2016-05-21malta: Remove ".set mips32" directivePaul Burton
2016-05-21MIPS: Support for targetting MIPSr6Paul Burton
2016-05-21MIPS: Simplify CONFIG_SYS_CPU valuesPaul Burton
2016-05-21MIPS: Use unchecked immediate addition/subtractionPaul Burton
2016-05-21mips: ath79: Add support for TPLink WDR4300Marek Vasut
2016-05-21mips: ath79: Add AR934x supportMarek Vasut
2016-05-21mips: ath79: Add support for ungating ethernet on ar933x and ar934xMarek Vasut
2016-05-21mips: ath79: dts: Add ethernet MAC nodes for ar933xMarek Vasut
2016-05-21mips: ath79: Add support for ungating USB on ar933x and ar934xMarek Vasut
2016-05-21mips: ath79: dts: Add generic-ehci nodeMarek Vasut
2016-05-21mips: ath79: Fix compiler warning on const assignmentMarek Vasut
2016-05-21mips: ath79: Fix ar71xx_regs.h indentMarek Vasut
2016-05-21mips: Add MIPS 74Kc tuneMarek Vasut
2016-05-21mips: Fix compiler warning in cpu.cMarek Vasut
2016-05-21ath79: add readonly attribute for ath79_soc_descWills Wang