linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ath10k: reduce number of host corruptions
@ 2014-02-10 16:14 Marek Puzyniak
  2014-02-10 16:14 ` [PATCH v2 1/3] ath10k: fix device initialization routine Marek Puzyniak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marek Puzyniak @ 2014-02-10 16:14 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Marek Puzyniak

This patchset reduces frequency of a strange HW bug
in CUS232 boards.

The bug happens in some workloads with different
frequency with different hardware spinoffs. It is
triggered by a cold reset after HW/FW has been
excercised with some work. On x86 this could be a hang,
on AP135 it is a data bus error. Frequency of problem
is reduced in driver by calling first warm reset
instead of cold reset. When warm reset fails then
driver will call cold reset. 

Marek Puzyniak (2):
  ath10k: refactor suspend/resume functions
  ath10k: suspend hardware before reset

Michal Kazior (1):
  ath10k: fix device initialization routine

 drivers/net/wireless/ath/ath10k/core.c |  30 +++++++-
 drivers/net/wireless/ath/ath10k/core.h |   4 +-
 drivers/net/wireless/ath/ath10k/hw.h   |   6 ++
 drivers/net/wireless/ath/ath10k/mac.c  |  43 ++++++-----
 drivers/net/wireless/ath/ath10k/pci.c  | 134 +++++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/wmi.c  |   4 +-
 drivers/net/wireless/ath/ath10k/wmi.h  |   2 +-
 7 files changed, 187 insertions(+), 36 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2014-02-13 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 16:14 [PATCH 0/3] ath10k: reduce number of host corruptions Marek Puzyniak
2014-02-10 16:14 ` [PATCH v2 1/3] ath10k: fix device initialization routine Marek Puzyniak
2014-02-10 16:14 ` [PATCH 2/3] ath10k: refactor suspend/resume functions Marek Puzyniak
2014-02-10 16:14 ` [PATCH 3/3] ath10k: suspend hardware before reset Marek Puzyniak
2014-02-13 15:25 ` [PATCH 0/3] ath10k: reduce number of host corruptions 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).