linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <tehuang@realtek.com>
To: <kvalo@codeaurora.org>, <tony0620emma@gmail.com>
Cc: <linux-wireless@vger.kernel.org>, <briannorris@chromium.org>
Subject: [PATCH v2 0/4] rtw88: Update Some Power Saving Feature For the New FW
Date: Fri, 30 Oct 2020 16:48:22 +0800	[thread overview]
Message-ID: <20201030084826.9034-1-tehuang@realtek.com> (raw)

From: Tzu-En Huang <tehuang@realtek.com>

These patches update the way of working with the new firmware.
First, there are new information that driver can get from firmware. The
infomation are the supported power saving mode of the firmware, and the
synchronization approach of the firmware(by driver polling registers or
getting a firmware C2H).
Second, update the mechanism for synchronizing the state of power saving
with the firmware.

v2: add rtw88: prefix in the subject

Chin-Yen Lee (4):
  rtw88: sync the power state between driver and firmware
  rtw88: store firmware feature in firmware header
  rtw88: add C2H response for checking firmware leave lps
  rtw88: decide lps deep mode from firmware feature.

 drivers/net/wireless/realtek/rtw88/fw.c       |   6 +-
 drivers/net/wireless/realtek/rtw88/fw.h       |  11 +-
 drivers/net/wireless/realtek/rtw88/mac80211.c |   2 +-
 drivers/net/wireless/realtek/rtw88/main.c     |  50 +++++--
 drivers/net/wireless/realtek/rtw88/main.h     |   5 +-
 drivers/net/wireless/realtek/rtw88/ps.c       | 135 ++++++++++++------
 drivers/net/wireless/realtek/rtw88/ps.h       |   3 +-
 drivers/net/wireless/realtek/rtw88/wow.c      |   5 +-
 8 files changed, 155 insertions(+), 62 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-10-30  8:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30  8:48 tehuang [this message]
2020-10-30  8:48 ` [PATCH v2 1/4] rtw88: sync the power state between driver and firmware tehuang
2020-11-07 15:51   ` Kalle Valo
2020-10-30  8:48 ` [PATCH v2 2/4] rtw88: store firmware feature in firmware header tehuang
2020-10-30  8:48 ` [PATCH v2 3/4] rtw88: add C2H response for checking firmware leave lps tehuang
2020-10-30  8:48 ` [PATCH v2 4/4] rtw88: decide lps deep mode from firmware feature tehuang

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=20201030084826.9034-1-tehuang@realtek.com \
    --to=tehuang@realtek.com \
    --cc=briannorris@chromium.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tony0620emma@gmail.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).