1. 08 6月, 2015 2 次提交
  2. 13 5月, 2015 1 次提交
  3. 15 2月, 2015 1 次提交
  4. 27 12月, 2014 1 次提交
  5. 22 11月, 2014 7 次提交
  6. 13 11月, 2014 9 次提交
  7. 15 10月, 2014 1 次提交
    • B
      phy/micrel: KSZ8031RNL RMII clock reconfiguration bug · b838b4ac
      Bruno Thomsen 提交于
      Bug: Unable to send and receive Ethernet packets with Micrel PHY.
      
      Affected devices:
      KSZ8031RNL (commercial temp)
      KSZ8031RNLI (industrial temp)
      
      Description:
      PHY device is correctly detected during probe.
      PHY power-up default is 25MHz crystal clock input
      and output 50MHz RMII clock to MAC.
      Reconfiguration of PHY to input 50MHz RMII clock from MAC
      causes PHY to become unresponsive if clock source is changed
      after Operation Mode Strap Override (OMSO) register setup.
      
      Cause:
      Long lead times on parts where clock setup match circuit design
      forces the usage of similar parts with wrong default setup.
      
      Solution:
      Swapped KSZ8031 register setup and added phy_write return code validation.
      
      Tested with Freescale i.MX28 Fast Ethernet Controler (fec).
      Signed-off-by: NBruno Thomsen <bth@kamstrup.dk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b838b4ac
  8. 11 10月, 2014 1 次提交
  9. 16 9月, 2014 1 次提交
  10. 31 7月, 2014 1 次提交
  11. 08 5月, 2014 1 次提交
  12. 24 4月, 2014 1 次提交
  13. 20 3月, 2014 1 次提交
  14. 27 2月, 2014 1 次提交
  15. 18 12月, 2013 1 次提交
  16. 12 12月, 2013 1 次提交
  17. 21 9月, 2013 1 次提交
  18. 21 8月, 2013 1 次提交
  19. 08 8月, 2013 1 次提交
  20. 12 3月, 2013 2 次提交
  21. 01 3月, 2013 1 次提交
  22. 29 1月, 2013 1 次提交
  23. 24 11月, 2012 1 次提交
  24. 25 9月, 2012 1 次提交
    • M
      phy/micrel: Rename KS80xx to KSZ80xx · 510d573f
      Marek Vasut 提交于
      There is no such part as KS8001, KS8041 or KS8051. There are only
      KSZ8001, KSZ8041 and KSZ8051. Rename these parts as such to match
      the Micrel naming.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: David J. Choi <david.choi@micrel.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
      Cc: Linux ARM kernel <linux-arm-kernel@lists.infradead.org>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      510d573f