netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] tg3: add support for Ethernet core in BCM4785
@ 2013-02-06 17:14 Hauke Mehrtens
  2013-02-06 17:14 ` [PATCH v2 1/4] ssb: get mac address from sprom struct for gige driver Hauke Mehrtens
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Hauke Mehrtens @ 2013-02-06 17:14 UTC (permalink / raw)
  To: davem; +Cc: mcarlson, mchan, nsujir, netdev, m, Hauke Mehrtens

These patches are adding support for the Ethernet core found in the 
BCM4705/BCM4785 SoC.

This is based on current master of davem/net-next.git.

v2:
 * use of struct sprom in ssb_gige_get_macaddr() instead of accessing 
   the nvram directly
 * add return value to ssb_gige_get_macaddr()
 * try to read the mac address from ssb core before accessing the own 
   registers.
 * fix two checkpatch warnings

Hauke Mehrtens (4):
  ssb: get mac address from sprom struct for gige driver
  ssb: add missing method ssb_gige_get_macaddr
  tg3: make it possible to provide phy_id in ioctl
  tg3: add support for Ethernet core in bcm4785

 drivers/net/ethernet/broadcom/tg3.c |  144 +++++++++++++++++++++++++++++++----
 drivers/net/ethernet/broadcom/tg3.h |    5 ++
 include/linux/pci_ids.h             |    1 +
 include/linux/ssb/ssb_driver_gige.h |   23 +++---
 4 files changed, 148 insertions(+), 25 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-06 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-06 17:14 [PATCH v2 0/4] tg3: add support for Ethernet core in BCM4785 Hauke Mehrtens
2013-02-06 17:14 ` [PATCH v2 1/4] ssb: get mac address from sprom struct for gige driver Hauke Mehrtens
2013-02-06 18:21   ` Michael Büsch
2013-02-06 17:14 ` [PATCH v2 2/4] ssb: add missing method ssb_gige_get_macaddr Hauke Mehrtens
2013-02-06 17:14 ` [PATCH v2 3/4] tg3: make it possible to provide phy_id in ioctl Hauke Mehrtens
2013-02-06 17:14 ` [PATCH v2 4/4] tg3: add support for Ethernet core in bcm4785 Hauke Mehrtens
2013-02-06 20:01 ` [PATCH v2 0/4] tg3: add support for Ethernet core in BCM4785 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).