1. 28 11月, 2017 12 次提交
  2. 16 10月, 2017 1 次提交
  3. 25 9月, 2017 1 次提交
  4. 18 9月, 2017 1 次提交
  5. 17 8月, 2017 2 次提交
  6. 27 7月, 2017 10 次提交
  7. 14 6月, 2017 1 次提交
  8. 12 6月, 2017 1 次提交
  9. 22 5月, 2017 3 次提交
  10. 21 3月, 2017 2 次提交
  11. 07 3月, 2017 5 次提交
  12. 06 3月, 2017 1 次提交
    • K
      arm64: dts: r8a7795: Use rgmii-txid phy-mode for EthernetAVB · dda38879
      Kazuya Mizuguchi 提交于
      Since commit 61fccb2d ("ravb: Add tx and rx clock internal delays mode
      of APSR") the EthernetAVB driver enables tx and rx clock internal delay
      modes (TDM and RDM) depending on the phy mode as follows:
      
          phy mode   | ASPR delay mode
          -----------+----------------
          rgmii-id   | TDM and RDM
          rgmii-rxid | RDM
          rgmii-txid | TDM
      
      And prior to the above commit no internal delay mode settings were
      implemented for any phy mode.
      
      With this and the above change present tx internal delay mode is enabled
      which has been observed to address failures in the case of 1Gbps
      communication using the by salvator-x board with the KSZ9031RNX phy. This
      has been reported to occur with both the r8a7795 (H3) and r8a7796 (M3-W)
      SoCs.
      
      With the above patch present but this patch present tx and rx internal
      delay modes are enabled; and with the above patch and this present absent
      no internal delay modes are enabled. In both cases failures have been
      observed when using 1Gbps communication in the environments described
      above.
      Signed-off-by: NKazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
      Signed-off-by: NTakeshi Kihara <takeshi.kihara.df@renesas.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      dda38879