linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: <kvalo@kernel.org>
Cc: <leo.li@realtek.com>, <gary.chang@realtek.com>,
	<linux-wireless@vger.kernel.org>
Subject: [PATCH 0/8] wifi: rtw89: 8851b: add basic chip information of 8851B
Date: Fri, 21 Apr 2023 10:45:43 +0800	[thread overview]
Message-ID: <20230421024551.29994-1-pkshih@realtek.com> (raw)

Add new files rtw8851b.c/.h and rtw8851be.c with basic chip information.
The more functions will be added by upcoming patches.

Chia-Yuan Li (1):
  wifi: rtw89: add CFO XTAL registers field to support 8851B

Chih-Kang Chang (1):
  wifi: rtw89: 8851b: add support WoWLAN to 8851B

Ping-Ke Shih (6):
  wifi: rtw89: 8851b: add 8851B basic chip_info
  wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities
  wifi: rtw89: 8851b: add NCTL post table
  wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask
  wifi: rtw89: change naming of BA CAM from V1 to V0_EXT
  wifi: rtw89: 8851b: add DLE mem and HFC quota

 drivers/net/wireless/realtek/rtw89/core.h     |  18 +-
 drivers/net/wireless/realtek/rtw89/fw.c       |  12 +-
 drivers/net/wireless/realtek/rtw89/fw.h       |   6 +-
 drivers/net/wireless/realtek/rtw89/mac.c      |   2 +
 drivers/net/wireless/realtek/rtw89/mac.h      |   1 +
 drivers/net/wireless/realtek/rtw89/pci.c      |   4 +-
 drivers/net/wireless/realtek/rtw89/phy.c      |  22 ++-
 drivers/net/wireless/realtek/rtw89/reg.h      |   6 +
 drivers/net/wireless/realtek/rtw89/rtw8851b.c | 173 ++++++++++++++++++
 drivers/net/wireless/realtek/rtw89/rtw8851b.h |  15 ++
 .../net/wireless/realtek/rtw89/rtw8851be.c    |  86 +++++++++
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |  11 +-
 drivers/net/wireless/realtek/rtw89/rtw8852b.c |   5 +-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |   5 +-
 drivers/net/wireless/realtek/rtw89/wow.c      |   2 +-
 15 files changed, 344 insertions(+), 24 deletions(-)
 create mode 100644 drivers/net/wireless/realtek/rtw89/rtw8851b.c
 create mode 100644 drivers/net/wireless/realtek/rtw89/rtw8851b.h
 create mode 100644 drivers/net/wireless/realtek/rtw89/rtw8851be.c

-- 
2.25.1


             reply	other threads:[~2023-04-21  2:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21  2:45 Ping-Ke Shih [this message]
2023-04-21  2:45 ` [PATCH 1/8] wifi: rtw89: 8851b: add 8851B basic chip_info Ping-Ke Shih
2023-05-05 12:00   ` Kalle Valo
2023-04-21  2:45 ` [PATCH 2/8] wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 3/8] wifi: rtw89: 8851b: add NCTL post table Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 4/8] wifi: rtw89: add CFO XTAL registers field to support 8851B Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 5/8] wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 6/8] wifi: rtw89: change naming of BA CAM from V1 to V0_EXT Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 7/8] wifi: rtw89: 8851b: add support WoWLAN to 8851B Ping-Ke Shih
2023-04-21  2:45 ` [PATCH 8/8] wifi: rtw89: 8851b: add DLE mem and HFC quota Ping-Ke Shih

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=20230421024551.29994-1-pkshih@realtek.com \
    --to=pkshih@realtek.com \
    --cc=gary.chang@realtek.com \
    --cc=kvalo@kernel.org \
    --cc=leo.li@realtek.com \
    --cc=linux-wireless@vger.kernel.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 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).