1. 05 4月, 2012 2 次提交
  2. 16 2月, 2012 2 次提交
  3. 22 12月, 2011 1 次提交
  4. 17 11月, 2011 1 次提交
    • G
      stmmac: parameters auto-tuning through HW cap reg · 19e30c14
      Giuseppe CAVALLARO 提交于
      New GMAC devices (newer than the databook 3.50a) have the
      HW capability register that provides which features are actually
      supported by the hardware.
      
      On old devices many information have to be passed through the
      platform, for example: enhanced descriptor structure,
      TX COE etc. These are mandatory to properly configure the driver.
      This remains still valid because the driver has to support old
      Synopsys devices but now it's also able to override them using the
      values from the HW capability register if supported.
      Signed-off-by: NGiuseppe Cavallaro <peppe.cavallaro@st.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      19e30c14
  5. 20 10月, 2011 3 次提交
  6. 16 9月, 2011 4 次提交
  7. 12 8月, 2011 1 次提交
  8. 22 7月, 2011 3 次提交
  9. 04 5月, 2011 1 次提交
  10. 25 11月, 2010 4 次提交
  11. 17 10月, 2010 1 次提交
  12. 18 9月, 2010 2 次提交
  13. 31 8月, 2010 1 次提交
    • D
      stmmac: Fix build warnings. · 1f0f6388
      David S. Miller 提交于
      In file included from drivers/net/stmmac/stmmac_ethtool.c:30:
      drivers/net/stmmac/stmmac.h:111: warning: 'struct platform_device' declared inside parameter list
      drivers/net/stmmac/stmmac.h:111: warning: its scope is only this definition or declaration, which is probably not what you want
      drivers/net/stmmac/stmmac_main.c: In function 'stmmac_dvr_probe':
      drivers/net/stmmac/stmmac_main.c:1744: warning: cast from pointer to integer of different size
      In file included from drivers/net/stmmac/stmmac_mdio.c:31:
      drivers/net/stmmac/stmmac.h:111: warning: 'struct platform_device' declared inside parameter list
      drivers/net/stmmac/stmmac.h:111: warning: its scope is only this definition or declaration, which is probably not what you want
      drivers/net/stmmac/dwmac1000_core.c: In function 'dwmac1000_dump_regs':
      drivers/net/stmmac/dwmac1000_core.c:56: warning: cast from pointer to integer of different size
      Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1f0f6388
  14. 26 8月, 2010 1 次提交
  15. 14 4月, 2010 4 次提交
  16. 08 1月, 2010 3 次提交
  17. 15 10月, 2009 1 次提交