linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ath10k usb support
@ 2017-07-06 12:11 Kalle Valo
  2017-07-06 12:11 ` [PATCH v3 1/2] ath10k: various usb related definitions Kalle Valo
  2017-07-06 12:12 ` [PATCH v3 2/2] ath10k: add initial USB support Kalle Valo
  0 siblings, 2 replies; 4+ messages in thread
From: Kalle Valo @ 2017-07-06 12:11 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Here's v3 of usb support patches. I mostly cosmetic changes to follow
the style used elsewhere in ath10k. Only compile tested, but it should
still work :)

I think these are now ready for commit. I did have few open questions
(but they don't prevent committing these):

* why atomic allocations?

* why some of the error messages use ath10k_dbg()?

* ath10k_usb_submit_ctrl_out() & ath10k_usb_submit_ctrl_in(): is size == 0 a valid transmission?

Changelog:

v3:

* squash patches 1 and 2

* simplify is_trailer_only_msg()

* unify debug message style ("usb foo %d bar 0x%x")

* use %pK

* don't use __func__ in debug messages, make sure debug messages are unique 

* cosmetic style changes

* remove err labels which just have return and nothing else

* fix error handling in ath10k_usb_probe()

* update MODULE_DESCRIPTION()

v2:

* separate high latency code to a separate patchset

---

Erik Stromdahl (2):
      ath10k: various usb related definitions
      ath10k: add initial USB support


 drivers/net/wireless/ath/ath10k/Kconfig  |    7 
 drivers/net/wireless/ath/ath10k/Makefile |    3 
 drivers/net/wireless/ath/ath10k/core.c   |    1 
 drivers/net/wireless/ath/ath10k/core.h   |    3 
 drivers/net/wireless/ath/ath10k/debug.h  |    2 
 drivers/net/wireless/ath/ath10k/usb.c    | 1106 ++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/usb.h    |  128 +++
 7 files changed, 1250 insertions(+)
 create mode 100644 drivers/net/wireless/ath/ath10k/usb.c
 create mode 100644 drivers/net/wireless/ath/ath10k/usb.h

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

end of thread, other threads:[~2017-08-03 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 12:11 [PATCH v3 0/2] ath10k usb support Kalle Valo
2017-07-06 12:11 ` [PATCH v3 1/2] ath10k: various usb related definitions Kalle Valo
2017-08-03 11:32   ` [v3,1/2] " Kalle Valo
2017-07-06 12:12 ` [PATCH v3 2/2] ath10k: add initial USB support Kalle Valo

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