linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Enable subsystem restart for Qualcomm bluetooth chip wcn3990.
@ 2018-07-09 16:16 Balakrishna Godavarthi
  2018-07-09 16:16 ` [PATCH v1 1/1] Bluetooth: hci_qca: Sub system restart support for WCN3990 Balakrishna Godavarthi
  2018-07-09 16:57 ` [PATCH v1 0/1] Enable subsystem restart for Qualcomm bluetooth chip wcn3990 Balakrishna Godavarthi
  0 siblings, 2 replies; 3+ messages in thread
From: Balakrishna Godavarthi @ 2018-07-09 16:16 UTC (permalink / raw)
  To: marcel, johan.hedberg, mka
  Cc: linux-kernel, linux-bluetooth, rtatiya, hemantg, c-hbandi,
	linux-arm-msm, Balakrishna Godavarthi

In many platforms Bluetooth chip wcn3990 is a discrete chip connected 
via UART lines to app processor. if the chip goes into bad state 
i.e. into hard fault exception routine, which will not further respond 
to any commands from HOST via UART. In that case wcn3390 will intimate 
HOST by generating hardware error. Host stack will initiate a close 
and reopen of the hci driver. Prior to sending hard ware error, wcn3990 
has a capability of sending the RAM dump i.e. memory dump of the BT chip. 
this will help us to fix stability issues of the SoC. We at QCA driver 
read the dump packets and store via devcoredump(). 
We perform restart after collecting the ram dump of the SoC.


Harish Bandi (1):
  Bluetooth: hci_qca: Sub system restart support for WCN3990

 drivers/bluetooth/btqca.h   |   8 ++
 drivers/bluetooth/hci_qca.c | 261 ++++++++++++++++++++++++++++++++++++
 2 files changed, 269 insertions(+)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2018-07-09 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09 16:16 [PATCH v1 0/1] Enable subsystem restart for Qualcomm bluetooth chip wcn3990 Balakrishna Godavarthi
2018-07-09 16:16 ` [PATCH v1 1/1] Bluetooth: hci_qca: Sub system restart support for WCN3990 Balakrishna Godavarthi
2018-07-09 16:57 ` [PATCH v1 0/1] Enable subsystem restart for Qualcomm bluetooth chip wcn3990 Balakrishna Godavarthi

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