linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] mwifiex: device dump enhancements
@ 2015-05-26 13:34 Amitkumar Karwar
  2015-05-26 13:34 ` [PATCH 1/6] mwifiex: fix SDIO firmware dump problem Amitkumar Karwar
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Amitkumar Karwar @ 2015-05-26 13:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: Cathy Luo, Avinash Patil, Amitkumar Karwar

This patch series fixes couple of bugs in device dump
code paths, makes use of devcoredump mechanism after removing
'ethtool dump' approach.

Amitkumar Karwar (6):
  mwifiex: fix SDIO firmware dump problem
  mwifiex: fix a possible double free issue
  mwifiex: dump driver information for PCIe interface
  mwifiex: minor changes in debug messages
  mwifiex: use generic name 'device dump'
  mwifiex: device dump support via devcoredump framework

 drivers/net/wireless/mwifiex/Kconfig   |   2 +
 drivers/net/wireless/mwifiex/README    |   6 +-
 drivers/net/wireless/mwifiex/cmdevt.c  |   4 +-
 drivers/net/wireless/mwifiex/debugfs.c |  20 +++----
 drivers/net/wireless/mwifiex/ethtool.c |  99 -------------------------------
 drivers/net/wireless/mwifiex/init.c    |   1 +
 drivers/net/wireless/mwifiex/main.c    | 103 +++++++++++++++++++++++++++++++--
 drivers/net/wireless/mwifiex/main.h    |   9 +--
 drivers/net/wireless/mwifiex/pcie.c    |  39 +++++++------
 drivers/net/wireless/mwifiex/sdio.c    |  38 +++++++-----
 10 files changed, 163 insertions(+), 158 deletions(-)

-- 
1.8.1.4


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 13:34 [PATCH 0/6] mwifiex: device dump enhancements Amitkumar Karwar
2015-05-26 13:34 ` [PATCH 1/6] mwifiex: fix SDIO firmware dump problem Amitkumar Karwar
2015-06-02 20:18   ` [1/6] " Kalle Valo
2015-05-26 13:34 ` [PATCH 2/6] mwifiex: fix a possible double free issue Amitkumar Karwar
2015-05-26 13:34 ` [PATCH 3/6] mwifiex: dump driver information for PCIe interface Amitkumar Karwar
2015-05-26 13:34 ` [PATCH 4/6] mwifiex: minor changes in debug messages Amitkumar Karwar
2015-05-26 13:34 ` [PATCH 5/6] mwifiex: use generic name 'device dump' Amitkumar Karwar
2015-05-26 14:30   ` Johannes Berg
2015-05-27  7:04     ` Amitkumar Karwar
2015-05-27  7:24       ` Johannes Berg
2015-05-26 13:34 ` [PATCH 6/6] mwifiex: device dump support via devcoredump framework Amitkumar Karwar

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