1. 07 2月, 2012 1 次提交
  2. 01 2月, 2012 1 次提交
  3. 11 1月, 2012 1 次提交
  4. 29 11月, 2011 1 次提交
    • A
      net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() · db62f684
      Axel Lin 提交于
      This patch converts the drivers in drivers/net/ethernet/* to use the
      module_platform_driver() macro which makes the code smaller and a bit
      simpler.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Pantelis Antoniou <pantelis.antoniou@gmail.com>
      Cc: Vitaly Bordug <vbordug@ru.mvista.com>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Nicolas Pitre <nico@fluxnic.net>
      Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
      Cc: Marc Kleine-Budde <mkl@pengutronix.de>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jiri Pirko <jpirko@redhat.com>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Cc: Tobias Klauser <tklauser@distanz.ch>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Richard Cochran <richard.cochran@omicron.at>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: Sebastian Poehn <sebastian.poehn@belden.com>
      Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
      Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Acked-by: NWan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      db62f684
  5. 09 11月, 2011 1 次提交
  6. 13 8月, 2011 1 次提交
  7. 14 6月, 2011 1 次提交
  8. 07 6月, 2011 1 次提交
  9. 01 3月, 2011 1 次提交
  10. 17 10月, 2010 1 次提交
    • H
      dnet: mark methods static and annotate for correct endianness · 35f2516f
      Harvey Harrison 提交于
      Their doesn't appear to be bugs with the endianness handling here, just get the
      annotations right to keep sparse happy.
      
      Suppresses the following sparse warnings:
      drivers/net/dnet.c:30:5: warning: symbol 'dnet_readw_mac' was not declared. Should it be static?
      drivers/net/dnet.c:49:6: warning: symbol 'dnet_writew_mac' was not declared. Should it be static?
      drivers/net/dnet.c:364:5: warning: symbol 'dnet_phy_marvell_fixup' was not declared. Should it be static?
      drivers/net/dnet.c:66:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:66:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:66:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:68:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:68:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:68:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:70:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:70:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:70:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:92:27: warning: cast to restricted __be16
      drivers/net/dnet.c:94:33: warning: cast to restricted __be16
      drivers/net/dnet.c:96:33: warning: cast to restricted __be16
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      35f2516f
  11. 31 7月, 2010 1 次提交
  12. 19 7月, 2010 1 次提交
  13. 10 5月, 2010 1 次提交
  14. 25 3月, 2010 1 次提交
  15. 01 9月, 2009 1 次提交
  16. 06 7月, 2009 1 次提交
  17. 03 4月, 2009 1 次提交
  18. 25 3月, 2009 1 次提交
    • G
      dnet: drivers/net/dnet.c needs <linux/io.h> · 142071b8
      Geert Uytterhoeven 提交于
      On m68k:
      | drivers/net/dnet.c: In function 'dnet_readw_mac':
      | drivers/net/dnet.c:36: error: implicit declaration of function 'writel'
      | drivers/net/dnet.c:43: error: implicit declaration of function 'readl'
      | drivers/net/dnet.c: In function 'dnet_probe':
      | drivers/net/dnet.c:873: error: implicit declaration of function 'ioremap'
      | drivers/net/dnet.c:873: warning: assignment makes pointer from integer without a cast
      | drivers/net/dnet.c:939: error: implicit declaration of function 'iounmap'
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      142071b8
  19. 23 3月, 2009 1 次提交
  20. 20 3月, 2009 1 次提交
  21. 14 3月, 2009 1 次提交
  22. 12 3月, 2009 2 次提交