linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ath10k: add support for new wmi-tlv backend
@ 2014-10-20 12:58 Michal Kazior
  2014-10-20 12:58 ` [PATCH 1/7] ath10k: fix wmi svc bitmap dbg print Michal Kazior
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Michal Kazior @ 2014-10-20 12:58 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

Hi,

First 2 patches are simple fixes. Patch 3 isn't
strictly related to wmi-tlv but I decided to
include it anyway. Other patches gradually
implement wmi-tlv.

There's a bunch of false-positive checkpatch
warnings regarding `CHECK: No space is necessary
after a cast`.

There's also a bunch of `WARNING: line over 80
characters`. I'm not sure how to deal with this in
a sane way. Most wmi-tlv enum names are horribly
long. Renaming them is an option but I'd like to
keep them unchanged wrt their original names.


Michal Kazior (7):
  ath10k: fix wmi svc bitmap dbg print
  ath10k: add sanity checks for service bmap parsing
  ath10k: make wmi service bitmap non-debug
  ath10k: implement intermediate event args
  ath10k: introduce wmi ops
  ath10k: make some wmi functions public
  ath10k: implement wmi-tlv backend

 drivers/net/wireless/ath/ath10k/Makefile   |    1 +
 drivers/net/wireless/ath/ath10k/ce.c       |    2 +
 drivers/net/wireless/ath/ath10k/core.c     |    1 +
 drivers/net/wireless/ath/ath10k/core.h     |    6 +-
 drivers/net/wireless/ath/ath10k/debug.c    |   12 +-
 drivers/net/wireless/ath/ath10k/debug.h    |    9 -
 drivers/net/wireless/ath/ath10k/hw.h       |    3 +
 drivers/net/wireless/ath/ath10k/mac.c      |   47 +
 drivers/net/wireless/ath/ath10k/spectral.c |    1 +
 drivers/net/wireless/ath/ath10k/wmi-ops.h  |  820 +++++++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c  | 2156 ++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.h  | 1270 ++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.c      | 1359 +++++++++++-------
 drivers/net/wireless/ath/ath10k/wmi.h      |  383 +++--
 14 files changed, 5409 insertions(+), 661 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath10k/wmi-ops.h
 create mode 100644 drivers/net/wireless/ath/ath10k/wmi-tlv.c
 create mode 100644 drivers/net/wireless/ath/ath10k/wmi-tlv.h

-- 
1.8.5.3


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

end of thread, other threads:[~2014-10-28 11:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 12:58 [PATCH 0/7] ath10k: add support for new wmi-tlv backend Michal Kazior
2014-10-20 12:58 ` [PATCH 1/7] ath10k: fix wmi svc bitmap dbg print Michal Kazior
2014-10-20 12:58 ` [PATCH 2/7] ath10k: add sanity checks for service bmap parsing Michal Kazior
2014-10-20 12:58 ` [PATCH 3/7] ath10k: make wmi service bitmap non-debug Michal Kazior
2014-10-20 12:58 ` [PATCH 4/7] ath10k: implement intermediate event args Michal Kazior
2014-10-20 12:58 ` [PATCH 5/7] ath10k: introduce wmi ops Michal Kazior
2014-10-20 12:58 ` [PATCH 6/7] ath10k: make some wmi functions public Michal Kazior
2014-10-20 12:58 ` [PATCH 7/7] ath10k: implement wmi-tlv backend Michal Kazior
2014-10-20 13:32   ` Michal Kazior
2014-10-20 21:36   ` Ben Greear
2014-10-24 10:39   ` Michal Kazior
2014-10-28 11:34   ` Michal Kazior

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