netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Add support for few debugfs entries
@ 2015-01-07  3:17 Hariprasad Shenai
  2015-01-07  3:18 ` [PATCH net-next 1/4] cxgb4: Add support for devlog Hariprasad Shenai
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Hariprasad Shenai @ 2015-01-07  3:17 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, nirranjan, anish, Hariprasad Shenai

Hi,

This patch series adds support for devlog, cim_la, cim_qcfg and mps_tcam
debugfs entries.

The patches series is created against 'net-next' tree.
And includes patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (4):
  cxgb4: Add support for devlog
  cxgb4: Add support for cim_la entry in debugfs
  cxgb4: Add support for cim_qcfg entry in debugfs
  cxgb4: Add support for mps_tcam debugfs

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   16 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |  524 ++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h |   12 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |   26 +
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  155 ++++++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |   19 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |  149 ++++++
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   81 +++
 8 files changed, 982 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net-next 0/4] Add support for few debugfs entries
@ 2014-10-16  1:22 Hariprasad Shenai
  2014-10-16  3:24 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Hariprasad Shenai @ 2014-10-16  1:22 UTC (permalink / raw)
  To: netdev
  Cc: davem, leedom, kumaras, nirranjan, santosh, anish, Hariprasad Shenai

Hi,

This patch series adds a new file for debugfs and support for devlog, cim_la,
cim_la_qcfg and mps_tcam debugfs entries.

The patches series is created against 'net-next' tree.
And includes patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (4):
  cxgb4: Add cxgb4_debugfs.c and devlog support
  cxgb4: Add support for cim_la entry in debugfs
  cxgb4: Add support for cim_la_qcfg entry in debugfs
  cxgb4: Add support for mps_tcam debugfs

 drivers/net/ethernet/chelsio/cxgb4/Makefile        |    2 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   17 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |  683 ++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h |   64 ++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  121 +---
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  155 +++++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |   19 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   52 ++
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   72 ++
 9 files changed, 1091 insertions(+), 94 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h

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

end of thread, other threads:[~2015-01-09  3:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07  3:17 [PATCH net-next 0/4] Add support for few debugfs entries Hariprasad Shenai
2015-01-07  3:18 ` [PATCH net-next 1/4] cxgb4: Add support for devlog Hariprasad Shenai
2015-01-07  3:18 ` [PATCH net-next 2/4] cxgb4: Add support for cim_la entry in debugfs Hariprasad Shenai
2015-01-07  3:18 ` [PATCH net-next 3/4] cxgb4: Add support for cim_qcfg " Hariprasad Shenai
2015-01-07  3:18 ` [PATCH net-next 4/4] cxgb4: Add support for mps_tcam debugfs Hariprasad Shenai
2015-01-09  3:40 ` [PATCH net-next 0/4] Add support for few debugfs entries David Miller
  -- strict thread matches above, loose matches on Subject: below --
2014-10-16  1:22 Hariprasad Shenai
2014-10-16  3:24 ` 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).