1. 20 10月, 2016 1 次提交
  2. 16 10月, 2016 1 次提交
  3. 13 10月, 2016 2 次提交
  4. 22 9月, 2016 1 次提交
  5. 19 9月, 2016 1 次提交
  6. 13 9月, 2016 2 次提交
  7. 08 9月, 2016 3 次提交
  8. 03 9月, 2016 3 次提交
  9. 02 9月, 2016 2 次提交
  10. 31 8月, 2016 1 次提交
  11. 02 8月, 2016 2 次提交
  12. 14 7月, 2016 1 次提交
  13. 13 7月, 2016 1 次提交
  14. 11 7月, 2016 1 次提交
  15. 03 7月, 2016 1 次提交
  16. 28 6月, 2016 3 次提交
  17. 27 6月, 2016 1 次提交
  18. 17 6月, 2016 2 次提交
  19. 10 6月, 2016 1 次提交
    • B
      stmmac: fix parameter to dwmac4_set_umac_addr() · ca8bdaf1
      Ben Dooks 提交于
      The dwmac4_set_umac_addr() takes a struct mac_device_info as
      the first parameter, but is being passed a ioaddr instead from
      dwmac4_set_filter(). Fix the warning/bug by changing the first
      parameter.
      
      drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c:159:46: warning: incorrect type in argument 1 (different address spaces)
      drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c:159:46:    expected struct mac_device_info *hw
      drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c:159:46:    got void [noderef] <asn:2>*ioaddr
      
      Note, only compile tested this as do not have any
      hardware with it in.
      Signed-off-by: NBen Dooks <ben.dooks@codethink.co.uk>
      Acked-by: NGiuseppe Cavallaro <peppe.cavallaro@st.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ca8bdaf1
  20. 03 6月, 2016 1 次提交
    • V
      stmmac: do not sleep in atomic context for mdio_reset · f55d84b0
      Vincent Palatin 提交于
      stmmac_mdio_reset() has been updated to use msleep rather udelay
      (as some PHY requires a one second delay there).
      It called from stmmac_resume() within the spin_lock_irqsave block
      atomic context triggering 'scheduling while atomic'.
      
      The stmmac_priv lock usage is not fully documented, but it seems
      to protect the access to the MAC registers / DMA structures rather
      than the MDIO bus or the PHY (which have separate locking),
      so we can push the spin_lock after the stmmac_mdio_reset call.
      Signed-off-by: NVincent Palatin <vpalatin@chromium.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f55d84b0
  21. 02 6月, 2016 1 次提交
  22. 26 5月, 2016 1 次提交
  23. 17 5月, 2016 1 次提交
  24. 10 5月, 2016 1 次提交
  25. 04 5月, 2016 5 次提交