netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] update the stmmac to the version Aug_2011 (v2)
@ 2011-08-30 14:20 Giuseppe CAVALLARO
  2011-08-30 14:20 ` [PATCH 1/9] stmmac: remove the STBus bridge setting from the GMAC code (v2) Giuseppe CAVALLARO
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Giuseppe CAVALLARO @ 2011-08-30 14:20 UTC (permalink / raw)
  To: netdev; +Cc: Giuseppe Cavallaro

These patches update the driver adding new supports:
MMC (HW management counters), HW feature register and
debugfs support.

MMC counters are exposed via ethtool.

These also update the documentation adding a new section
for the debugging.

Deepak Sikri (1):
  stmmac: support wake up irq from external sources

Giuseppe Cavallaro (8):
  stmmac: remove the STBus bridge setting from the GMAC code
  stmmac: remove the mmc code
  stmmac: add MMC support exported via ethtool
  stmmac: export DMA TX/RX rings via debugfs.
  stmmac: rework the code to get the Synopsys ID
  stmmac: add HW DMA feature register
  stmmac: update the doc with new info about the driver's debug.
  stmmac: update the driver version (Aug_2011)

 Documentation/networking/stmmac.txt |   33 ++++-
 drivers/net/stmmac/Kconfig          |    8 +
 drivers/net/stmmac/Makefile         |    3 +-
 drivers/net/stmmac/common.h         |   46 +++++--
 drivers/net/stmmac/dwmac1000_core.c |   11 +-
 drivers/net/stmmac/dwmac1000_dma.c  |   14 +-
 drivers/net/stmmac/dwmac100_core.c  |   12 +--
 drivers/net/stmmac/dwmac_dma.h      |    1 +
 drivers/net/stmmac/mmc.h            |  131 ++++++++++++++++
 drivers/net/stmmac/mmc_core.c       |  265 ++++++++++++++++++++++++++++++++
 drivers/net/stmmac/stmmac.h         |    5 +-
 drivers/net/stmmac/stmmac_ethtool.c |  149 ++++++++++++++++--
 drivers/net/stmmac/stmmac_main.c    |  287 ++++++++++++++++++++++++++++++++++-
 13 files changed, 901 insertions(+), 64 deletions(-)
 create mode 100644 drivers/net/stmmac/mmc.h
 create mode 100644 drivers/net/stmmac/mmc_core.c

-- 
1.7.4.4

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

end of thread, other threads:[~2011-09-02  6:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 14:20 [PATCH 0/9] update the stmmac to the version Aug_2011 (v2) Giuseppe CAVALLARO
2011-08-30 14:20 ` [PATCH 1/9] stmmac: remove the STBus bridge setting from the GMAC code (v2) Giuseppe CAVALLARO
2011-08-30 14:20 ` [PATCH 2/9] stmmac: remove the mmc " Giuseppe CAVALLARO
2011-08-30 14:20 ` [PATCH 3/9] stmmac: support wake up irq from external sources (v2) Giuseppe CAVALLARO
2011-08-30 14:20 ` [PATCH 4/9] stmmac: add MMC support exported via ethtool (v2) Giuseppe CAVALLARO
2011-08-30 15:26   ` Ben Hutchings
2011-08-31  5:52     ` Giuseppe CAVALLARO
2011-09-02  6:48       ` Giuseppe CAVALLARO
2011-08-30 14:21 ` [PATCH 5/9] stmmac: export DMA TX/RX rings via debugfs (v2) Giuseppe CAVALLARO
2011-08-30 14:21 ` [PATCH 6/9] stmmac: rework the code to get the Synopsys ID (v2) Giuseppe CAVALLARO
2011-08-30 14:21 ` [PATCH 7/9] stmmac: add HW DMA feature register (v2) Giuseppe CAVALLARO
2011-08-30 14:21 ` [PATCH 8/9] stmmac: update the doc with new info about the driver's debug (v2) Giuseppe CAVALLARO
2011-08-30 14:21 ` [PATCH 9/9] stmmac: update the driver version (Aug_2011) (v2) Giuseppe CAVALLARO

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).