1. 26 7月, 2019 3 次提交
  2. 19 7月, 2019 2 次提交
  3. 16 7月, 2019 2 次提交
  4. 27 5月, 2019 1 次提交
  5. 03 5月, 2019 1 次提交
    • W
      mips: rename mach-mt7620 to mach-mtmips · 16b94903
      Weijie Gao 提交于
      Currently mach-mt7620 contains only support for mt7628. To avoid confusion,
      rename mach-mt7620 to mach-mtmips, which means MediaTek MIPS platforms.
      MT7620 and MT7628 should be distinguished by SOC_MT7620 and SOC_MT7628
      because they do not share the same lowlevel codes.
      
      Dependencies of four drivers are changed to SOC_MT7628 as these drivers
      are only used by MT7628.
      
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      Reviewed-by: NStefan Roese <sr@denx.de>
      Signed-off-by: NWeijie Gao <weijie.gao@mediatek.com>
      16b94903
  6. 24 4月, 2019 1 次提交
  7. 14 4月, 2019 1 次提交
  8. 18 2月, 2019 2 次提交
    • S
      arm: socfpga: gen5 enable designware_socfpga · 6fb1eb1b
      Simon Goldschmidt 提交于
      Enable the socfpga specific designware ethernet driver by default for
      socfpga by implying it when enabling CONFIG_ETH_DESIGNWARE for a
      MACH_SOCFPGA config.
      
      This is required to remove the hacky reset and phy mode handling in
      arch/arm/mach-socfpga.
      Signed-off-by: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      6fb1eb1b
    • S
      net: designware: socfpga: adapt to Gen5 · 4f1267ce
      Simon Goldschmidt 提交于
      This driver was written for Arria10, but it applies to Gen5, too.
      
      The main difference is that Gen5 has 2 MACs (Arria10 has 3) and the
      syscon bits are encoded in the same register, thus an offset is needed.
      
      This offset is already read from the devicetree, but for Arria10 it is
      always 0, which is probably why it has been ignored. By using this
      offset when writing the phy mode into the syscon regiter, we can use
      this driver to set the phy mode for both of the MACs on Gen5.
      
      Since the PHY mode bits in sysmgr are the same even for Stratix10,
      let's drop the detection of the sub-mach by checking compatible
      version and just use the same code for all FPGAs.
      
      To work correctly, this driver depends on SYSCON and REGMAP, so select
      those via Kconfig when it is enabeld.
      
      Tested on socfpga_socrates (where the 2nd MAC is connected, so a shift
      offset is required).
      Signed-off-by: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      4f1267ce
  9. 01 2月, 2019 1 次提交
  10. 24 1月, 2019 1 次提交
  11. 15 1月, 2019 1 次提交
  12. 19 12月, 2018 2 次提交
  13. 06 11月, 2018 3 次提交
  14. 25 10月, 2018 1 次提交
  15. 16 10月, 2018 1 次提交
    • M
      arm64: versal: Add support for new Xilinx Versal ACAPs · ec48b6c9
      Michal Simek 提交于
      Xilinx is introducing Versal, an adaptive compute acceleration platform
      (ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
      Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
      Engines with leading-edge memory and interfacing technologies to deliver
      powerful heterogeneous acceleration for any application. The Versal AI
      Core series has five devices, offering 128 to 400 AI Engines. The series
      includes dual-core Arm Cortex™-A72 application processors, dual-core Arm
      Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
      than 1,900 DSP engines optimized for high-precision floating point with
      low latency.
      
      The patch is adding necessary infrastructure in place without enabling
      platform which is done in separate patch.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      ec48b6c9
  16. 18 8月, 2018 1 次提交
  17. 14 8月, 2018 1 次提交
    • M
      net: designware: socfpga: Add Arria10 extras · 215a0656
      Marek Vasut 提交于
      Add wrapper around the designware MAC driver to handle the SoCFPGA
      specific configuration bits. On Arria10, this is configuration of
      syscon phy_intf.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Ley Foon Tan <ley.foon.tan@intel.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      215a0656
  18. 27 7月, 2018 2 次提交
  19. 14 6月, 2018 1 次提交
  20. 17 5月, 2018 1 次提交
  21. 15 5月, 2018 1 次提交
  22. 14 4月, 2018 1 次提交
    • P
      net: fec: sharing MDIO for two enet controllers · fbada485
      Peng Fan 提交于
      On i.MX6SX, 6UL and 7D, there are two enet controllers each has a
      MDIO port. But Some boards share one MDIO port for the two enets. So
      introduce a configuration CONFIG_FEC_MXC_MDIO_BASE to indicate
      the MDIO port for sharing.
      In Kconfig, user needs enable CONFIG_FEC_MXC_SHARE_MDIO first to enter
      the CONFIG_FEC_MXC_MDIO_BASE.
      
      To i.MX28, adapt to use the new config
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      fbada485
  23. 09 4月, 2018 2 次提交
  24. 07 4月, 2018 1 次提交
  25. 23 3月, 2018 1 次提交
  26. 16 1月, 2018 2 次提交
  27. 11 1月, 2018 1 次提交
    • A
      configs: Move SYS_DPAA_QBMAN to Kconfig · 541d5766
      Ahmed Mansour 提交于
      The CONFIG_SYS_DPAA_QBMAN define is used by DPAA1 freescale SOCs to
      add device tree fixups that allow deep sleep in Linux. The define was
      placed in header files included by a number of boards, but was not
      explicitly documented in any of the Kconfigs. A description was added
      to the drivers/networking menuconfig and default selection for
      current SOCs that have this part
      Signed-off-by: NAhmed Mansour <ahmed.mansour@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      541d5766
  28. 09 1月, 2018 1 次提交
  29. 07 12月, 2017 1 次提交