All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, ath11k@lists.infradead.org
Subject: Re: [PATCH v2 1/2] ath11k: add thermal cooling device support
Date: Wed, 11 Mar 2020 16:47:57 +0000 (UTC)	[thread overview]
Message-ID: <20200311164757.9A087C432C2@smtp.codeaurora.org> (raw)
In-Reply-To: <1581726322-29658-1-git-send-email-pradeepc@codeaurora.org>

Pradeep Kumar Chitrapu <pradeepc@codeaurora.org> wrote:

> Thermal cooling device support is added to control the temperature by
> throttling the data transmission for the given duration. Throttling is
> done by suspending all data tx queues by given percentage of time. The
> thermal device allows user to configure duty cycle.
> 
> Throttling can be disabled by setting the duty cycle to 0. The cooling
> device can be found under /sys/class/thermal/cooling_deviceX/.
> Corresponding soft link to this device can be found under phy folder.
> 
> /sys/class/ieee80211/phy*/device/cooling_device.
> 
> To set duty cycle as 40%,
> 
> echo 40 >/sys/class/ieee80211/phy*/device/cooling_device/cur_state
> 
> Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

2 patches applied to ath-next branch of ath.git, thanks.

2a63bbca06b2 ath11k: add thermal cooling device support
a41d10348b01 ath11k: add thermal sensor device support

-- 
https://patchwork.kernel.org/patch/11383647/

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

_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

  parent reply	other threads:[~2020-03-11 16:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-15  0:25 [PATCH v2 1/2] ath11k: add thermal cooling device support Pradeep Kumar Chitrapu
2020-02-15  0:25 ` Pradeep Kumar Chitrapu
2020-02-15  0:25 ` [PATCH v2 2/2] ath11k: add thermal sensor " Pradeep Kumar Chitrapu
2020-02-15  0:25   ` Pradeep Kumar Chitrapu
2020-03-11 16:47 ` Kalle Valo [this message]
2020-03-11 16:47 ` [PATCH v2 1/2] ath11k: add thermal cooling " 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=20200311164757.9A087C432C2@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pradeepc@codeaurora.org \
    /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 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.