1. 13 1月, 2012 1 次提交
  2. 11 1月, 2012 1 次提交
  3. 06 1月, 2012 1 次提交
  4. 29 12月, 2011 1 次提交
  5. 28 12月, 2011 1 次提交
  6. 09 12月, 2011 7 次提交
  7. 08 12月, 2011 1 次提交
    • S
      net/fec: fix the use of pdev->id · 43af940c
      Shawn Guo 提交于
      The pdev->id is used in several places for different purpose.  All
      these uses assume it's always the id of fec device which is >= 0.
      However this is only true for non-DT case.  When DT plays, pdev->id
      is always -1, which will break these pdev->id users.
      
      Instead of fixing all these users one by one, this patch introduces
      a new member 'dev_id' to 'struct fec_enet_private' for holding the
      correct fec device id, and replaces all the existing uses of pdev->id
      with this dev_id.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      43af940c
  8. 30 9月, 2011 2 次提交
  9. 24 9月, 2011 3 次提交
  10. 18 8月, 2011 1 次提交
  11. 12 8月, 2011 1 次提交
    • J
      freescale: Move the Freescale drivers · ec21e2ec
      Jeff Kirsher 提交于
      Move the Freescale drivers into drivers/net/ethernet/freescale/ and
      make the necessary Kconfig and Makefile changes.
      
      CC: Sandeep Gopalpet <sandeep.kumar@freescale.com>
      CC: Andy Fleming <afleming@freescale.com>
      CC: Shlomi Gridish <gridish@freescale.com>
      CC: Li Yang <leoli@freescale.com>
      CC: Pantelis Antoniou <pantelis.antoniou@gmail.com>
      CC: Vitaly Bordug <vbordug@ru.mvista.com>
      CC: Dan Malek <dmalek@jlc.net>
      CC: Sylvain Munaut <tnt@246tNt.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      ec21e2ec
  12. 27 7月, 2011 2 次提交
  13. 09 7月, 2011 1 次提交
  14. 20 6月, 2011 1 次提交
  15. 14 6月, 2011 1 次提交
  16. 01 3月, 2011 1 次提交
  17. 18 2月, 2011 1 次提交
  18. 15 2月, 2011 13 次提交