linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Cheng Wang <quic_chengwan@quicinc.com>
Cc: <ath11k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] ath11k: add register read debugfs interface for WCN6855
Date: Fri, 28 Jan 2022 15:45:38 +0200	[thread overview]
Message-ID: <878rv0ezy5.fsf@kernel.org> (raw)
In-Reply-To: <20220125063731.3049556-1-quic_chengwan@quicinc.com> (Cheng Wang's message of "Tue, 25 Jan 2022 14:37:31 +0800")

Cheng Wang <quic_chengwan@quicinc.com> writes:

> Add debugfs interface reg_addr/reg_value and use these two interfaces
> to read register value.
> For example, execute the following commands to read WCN6855 HW register of
> “memtype=0xa offset=0x3a00d0”:
>
> $ echo 0xa 0x3a00d0>reg_addr
> $ cat reg_value
> 0x10200000
>
> Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1
>
> Signed-off-by: Cheng Wang <quic_chengwan@quicinc.com>

This had new warnings, fixed in the pending branch:

drivers/net/wireless/ath/ath11k/debugfs.c:1207: line length of 96 exceeds 90 columns
drivers/net/wireless/ath/ath11k/debugfs.c:1253: line length of 94 exceeds 90 columns
drivers/net/wireless/ath/ath11k/debugfs.c:1318: line length of 91 exceeds 90 columns
drivers/net/wireless/ath/ath11k/qmi.c:1673: line length of 94 exceeds 90 columns

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2022-01-28 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25  6:37 [PATCH] ath11k: add register read debugfs interface for WCN6855 Cheng Wang
2022-01-28 13:45 ` Kalle Valo [this message]
2022-04-23 10:32   ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rv0ezy5.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_chengwan@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).