1. 09 4月, 2015 1 次提交
  2. 13 11月, 2014 1 次提交
  3. 24 8月, 2014 2 次提交
  4. 14 2月, 2014 1 次提交
  5. 09 7月, 2012 1 次提交
  6. 13 2月, 2012 1 次提交
  7. 28 9月, 2011 1 次提交
  8. 05 10月, 2010 1 次提交
    • U
      net/phy: fix many "defined but unused" warnings · cf93c945
      Uwe Kleine-König 提交于
      MODULE_DEVICE_TABLE only expands to something if it's compiled
      for a module.  So when building-in support for the phys, the
      mdio_device_id tables are unused.  Marking them with __maybe_unused
      fixes the following warnings:
      
      	drivers/net/phy/bcm63xx.c:134: warning: 'bcm63xx_tbl' defined but not used
      	drivers/net/phy/broadcom.c:933: warning: 'broadcom_tbl' defined but not used
      	drivers/net/phy/cicada.c:162: warning: 'cicada_tbl' defined but not used
      	drivers/net/phy/davicom.c:222: warning: 'davicom_tbl' defined but not used
      	drivers/net/phy/et1011c.c:114: warning: 'et1011c_tbl' defined but not used
      	drivers/net/phy/icplus.c:137: warning: 'icplus_tbl' defined but not used
      	drivers/net/phy/lxt.c:226: warning: 'lxt_tbl' defined but not used
      	drivers/net/phy/marvell.c:724: warning: 'marvell_tbl' defined but not used
      	drivers/net/phy/micrel.c:234: warning: 'micrel_tbl' defined but not used
      	drivers/net/phy/national.c:154: warning: 'ns_tbl' defined but not used
      	drivers/net/phy/qsemi.c:141: warning: 'qs6612_tbl' defined but not used
      	drivers/net/phy/realtek.c:82: warning: 'realtek_tbl' defined but not used
      	drivers/net/phy/smsc.c:257: warning: 'smsc_tbl' defined but not used
      	drivers/net/phy/ste10Xp.c:135: warning: 'ste10Xp_tbl' defined but not used
      	drivers/net/phy/vitesse.c:195: warning: 'vitesse_tbl' defined but not used
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cf93c945
  9. 25 6月, 2010 2 次提交
  10. 03 4月, 2010 1 次提交
  11. 18 2月, 2010 1 次提交
  12. 04 1月, 2010 1 次提交
  13. 19 12月, 2009 1 次提交
  14. 03 11月, 2009 8 次提交
  15. 27 8月, 2009 3 次提交
  16. 22 11月, 2008 1 次提交
  17. 04 11月, 2008 3 次提交
  18. 22 5月, 2008 1 次提交
  19. 18 4月, 2008 1 次提交
  20. 26 3月, 2008 1 次提交
    • A
      phy/broadcom: add support for BCM5481 PHY · 57bb7e22
      Anton Vorontsov 提交于
      This patch adds support for BCM5481 PHY. Unfortunately it's hard to
      get specifications for this PHY, so its special register 0x18 isn't
      annotated properly (but we know it's used to set up the delays).
      
      I've kept the magic numbers, so we'll not forget to fix it at the
      first opportunity, and will name that register and its bits correctly.
      
      p.s. also fixed the line with broken indention, introduced by
      commit 03157ac3
          PHYLIB: Add BCM5482 PHY support
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      57bb7e22
  21. 03 2月, 2008 1 次提交
  22. 02 12月, 2006 1 次提交