1. 22 12月, 2011 1 次提交
  2. 04 12月, 2011 1 次提交
  3. 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
  4. 10 11月, 2011 2 次提交
  5. 09 11月, 2011 1 次提交
  6. 02 11月, 2011 1 次提交
  7. 21 10月, 2011 1 次提交
  8. 19 10月, 2011 1 次提交
  9. 11 10月, 2011 1 次提交
  10. 18 8月, 2011 1 次提交
  11. 12 8月, 2011 1 次提交
  12. 29 6月, 2011 1 次提交
    • S
      net: include dma-mapping.h in ll_temac_main.c for dma_map_single etc · 84cac398
      Stephen Rothwell 提交于
      fixes thses build errors:
      
      drivers/net/ll_temac_main.c: In function 'temac_dma_bd_release':
      drivers/net/ll_temac_main.c:209:4: error: implicit declaration of function 'dma_unmap_single'
      drivers/net/ll_temac_main.c:215:3: error: implicit declaration of function 'dma_free_coherent'
      drivers/net/ll_temac_main.c: In function 'temac_dma_bd_init':
      drivers/net/ll_temac_main.c:243:2: error: implicit declaration of function 'dma_alloc_coherent'
      drivers/net/ll_temac_main.c:243:14: warning: assignment makes pointer from integer without a cast
      drivers/net/ll_temac_main.c:251:14: warning: assignment makes pointer from integer without a cast
      drivers/net/ll_temac_main.c:280:3: error: implicit declaration of function 'dma_map_single'
      drivers/net/ll_temac_main.c: In function 'temac_start_xmit_done':
      drivers/net/ll_temac_main.c:628:22: warning: cast to pointer from integer of different size
      
      Caused by commit commit b7f080cf ("net: remove mm.h inclusion from
      netdevice.h").
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      84cac398
  13. 21 6月, 2011 1 次提交
  14. 08 6月, 2011 1 次提交
    • S
      net: add needed interrupt.h · ffbc03bc
      Stephen Rothwell 提交于
      Fixes these errors after the removal of interrupt.h from netdevice.h:
      
      drivers/net/ll_temac_main.c: In function 'temac_open':
      drivers/net/ll_temac_main.c:859:2: error: implicit declaration of function 'request_irq'
      drivers/net/ll_temac_main.c:870:2: error: implicit declaration of function 'free_irq'
      drivers/net/ll_temac_main.c: In function 'temac_poll_controller':
      drivers/net/ll_temac_main.c:903:2: error: implicit declaration of function 'disable_irq'
      drivers/net/ll_temac_main.c:909:2: error: implicit declaration of function 'enable_irq'
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ffbc03bc
  15. 01 3月, 2011 1 次提交
  16. 04 1月, 2011 1 次提交
  17. 17 12月, 2010 1 次提交
  18. 02 11月, 2010 1 次提交
  19. 27 9月, 2010 1 次提交
  20. 03 9月, 2010 1 次提交
  21. 01 9月, 2010 1 次提交
  22. 19 8月, 2010 1 次提交
  23. 06 8月, 2010 1 次提交
  24. 13 7月, 2010 1 次提交
  25. 09 7月, 2010 2 次提交
  26. 08 7月, 2010 1 次提交
  27. 02 7月, 2010 1 次提交
  28. 17 6月, 2010 1 次提交
  29. 27 5月, 2010 2 次提交
  30. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  31. 19 5月, 2010 1 次提交
  32. 10 5月, 2010 1 次提交
  33. 13 4月, 2010 2 次提交
  34. 08 4月, 2010 1 次提交
  35. 07 4月, 2010 1 次提交
  36. 04 4月, 2010 1 次提交
    • J
      net: convert multicast list to list_head · 22bedad3
      Jiri Pirko 提交于
      Converts the list and the core manipulating with it to be the same as uc_list.
      
      +uses two functions for adding/removing mc address (normal and "global"
       variant) instead of a function parameter.
      +removes dev_mcast.c completely.
      +exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
       manipulation with lists on a sandbox (used in bonding and 80211 drivers)
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      22bedad3