1. 21 8月, 2011 2 次提交
  2. 18 8月, 2011 1 次提交
  3. 11 8月, 2011 1 次提交
    • J
      broadcom: Move the Broadcom drivers · adfc5217
      Jeff Kirsher 提交于
      Moves the drivers for Broadcom devices into
      drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile
      changes.
      
      CC: Eilon Greenstein <eilong@broadcom.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Matt Carlson <mcarlson@broadcom.com>
      CC: Gary Zambrano <zambrano@broadcom.com>
      CC: "Maciej W. Rozycki" <macro@linux-mips.org>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      adfc5217
  4. 28 7月, 2011 9 次提交
  5. 22 7月, 2011 8 次提交
  6. 14 7月, 2011 7 次提交
  7. 28 6月, 2011 1 次提交
    • J
      tg3: remove unnecessary read of PCI_CAP_ID_EXP · 708ebb3a
      Jon Mason 提交于
      The PCIE capability offset is saved during PCI bus walking.  Use the
      value from pci_dev instead of checking in the driver and saving it off
      the the driver specific structure.  It will remove an unnecessary search
      in the PCI configuration space if this value is referenced instead of
      reacquiring it.
      
      v2 of the patch re-adds the PCI_EXPRESS flag and adds comments
      describing why it is necessary.
      
      [ pdev->pcie_cap --> pci_pcie_cap(pdev) -DaveM ]
      Signed-off-by: NJon Mason <jdmason@kudzu.us>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      708ebb3a
  8. 20 6月, 2011 1 次提交
  9. 15 6月, 2011 7 次提交
  10. 14 6月, 2011 1 次提交
  11. 07 6月, 2011 1 次提交
  12. 03 6月, 2011 1 次提交