* [PATCH v2 4/6] ath10k: Add debug mask for QMI layer
@ 2018-06-05 12:36 ` Govind Singh
0 siblings, 0 replies; 4+ messages in thread
From: Govind Singh @ 2018-06-05 12:36 UTC (permalink / raw)
To: andy.gross, bjorn.andersson, david.brown, linux-wireless, ath10k
Cc: Govind Singh
Add debug mask to control debug info of ath10k qmi
messaging layer.
Signed-off-by: Govind Singh <govinds@codeaurora.org>
---
drivers/net/wireless/ath/ath10k/debug.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
index 0afca5c106b6..a2f84fdb9131 100644
--- a/drivers/net/wireless/ath/ath10k/debug.h
+++ b/drivers/net/wireless/ath/ath10k/debug.h
@@ -44,6 +44,7 @@ enum ath10k_debug_mask {
ATH10K_DBG_USB = 0x00040000,
ATH10K_DBG_USB_BULK = 0x00080000,
ATH10K_DBG_SNOC = 0x00100000,
+ ATH10K_DBG_QMI = 0x00200000,
ATH10K_DBG_ANY = 0xffffffff,
};
--
2.17.0
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2 4/6] ath10k: Add debug mask for QMI layer
@ 2018-06-05 12:36 ` Govind Singh
0 siblings, 0 replies; 4+ messages in thread
From: Govind Singh @ 2018-06-05 12:36 UTC (permalink / raw)
To: andy.gross, bjorn.andersson, david.brown, linux-wireless, ath10k
Cc: Govind Singh
Add debug mask to control debug info of ath10k qmi
messaging layer.
Signed-off-by: Govind Singh <govinds@codeaurora.org>
---
drivers/net/wireless/ath/ath10k/debug.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
index 0afca5c106b6..a2f84fdb9131 100644
--- a/drivers/net/wireless/ath/ath10k/debug.h
+++ b/drivers/net/wireless/ath/ath10k/debug.h
@@ -44,6 +44,7 @@ enum ath10k_debug_mask {
ATH10K_DBG_USB = 0x00040000,
ATH10K_DBG_USB_BULK = 0x00080000,
ATH10K_DBG_SNOC = 0x00100000,
+ ATH10K_DBG_QMI = 0x00200000,
ATH10K_DBG_ANY = 0xffffffff,
};
--
2.17.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2 4/6] ath10k: Add debug mask for QMI layer
2018-06-05 12:36 ` Govind Singh
@ 2018-06-19 22:46 ` Niklas Cassel
-1 siblings, 0 replies; 4+ messages in thread
From: Niklas Cassel @ 2018-06-19 22:46 UTC (permalink / raw)
To: Govind Singh
Cc: andy.gross, david.brown, linux-wireless, ath10k, bjorn.andersson
Acked-by: Niklas Cassel <niklas.cassel@linaro.org>
On Tue, Jun 05, 2018 at 06:06:51PM +0530, Govind Singh wrote:
> Add debug mask to control debug info of ath10k qmi
> messaging layer.
>
> Signed-off-by: Govind Singh <govinds@codeaurora.org>
> ---
> drivers/net/wireless/ath/ath10k/debug.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
> index 0afca5c106b6..a2f84fdb9131 100644
> --- a/drivers/net/wireless/ath/ath10k/debug.h
> +++ b/drivers/net/wireless/ath/ath10k/debug.h
> @@ -44,6 +44,7 @@ enum ath10k_debug_mask {
> ATH10K_DBG_USB = 0x00040000,
> ATH10K_DBG_USB_BULK = 0x00080000,
> ATH10K_DBG_SNOC = 0x00100000,
> + ATH10K_DBG_QMI = 0x00200000,
> ATH10K_DBG_ANY = 0xffffffff,
> };
>
> --
> 2.17.0
>
>
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 4/6] ath10k: Add debug mask for QMI layer
@ 2018-06-19 22:46 ` Niklas Cassel
0 siblings, 0 replies; 4+ messages in thread
From: Niklas Cassel @ 2018-06-19 22:46 UTC (permalink / raw)
To: Govind Singh
Cc: andy.gross, bjorn.andersson, david.brown, linux-wireless, ath10k
Acked-by: Niklas Cassel <niklas.cassel@linaro.org>
On Tue, Jun 05, 2018 at 06:06:51PM +0530, Govind Singh wrote:
> Add debug mask to control debug info of ath10k qmi
> messaging layer.
>
> Signed-off-by: Govind Singh <govinds@codeaurora.org>
> ---
> drivers/net/wireless/ath/ath10k/debug.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/ath/ath10k/debug.h b/drivers/net/wireless/ath/ath10k/debug.h
> index 0afca5c106b6..a2f84fdb9131 100644
> --- a/drivers/net/wireless/ath/ath10k/debug.h
> +++ b/drivers/net/wireless/ath/ath10k/debug.h
> @@ -44,6 +44,7 @@ enum ath10k_debug_mask {
> ATH10K_DBG_USB = 0x00040000,
> ATH10K_DBG_USB_BULK = 0x00080000,
> ATH10K_DBG_SNOC = 0x00100000,
> + ATH10K_DBG_QMI = 0x00200000,
> ATH10K_DBG_ANY = 0xffffffff,
> };
>
> --
> 2.17.0
>
>
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-19 22:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 12:36 [PATCH v2 4/6] ath10k: Add debug mask for QMI layer Govind Singh
2018-06-05 12:36 ` Govind Singh
2018-06-19 22:46 ` Niklas Cassel
2018-06-19 22:46 ` Niklas Cassel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.