linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/7] rtw88: 8821c: add basic function routines
@ 2020-06-16  9:16 yhchuang
  2020-06-16  9:16 ` [PATCH v4 1/7] rtw88: 8821c: add basic functions yhchuang
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: yhchuang @ 2020-06-16  9:16 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, tehuang, bigeasy

From: Yan-Hsuan Chuang <yhchuang@realtek.com>

RTL8821CE chipsets are 802.11ac 1x1 WiFi+BT combo devices.
This series is going to add support for them in rtw88 driver.
The basic functions include power on/off routines and the chip
specific informations.

Also add routines for setting TX power, channel, RX parsing and
PHY components calibration.

The firmware of RTL8821C series can be found at linux-firmware[1].
It's put at linux-firmware/rtw88/rtw8821c_fw.bin

[1] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git


v1 -> v2
  * rebase on top of tree

v2 -> v3
  * fix some wordings
  * give register definition possible

v3 -> v4
  * rebase on top of tree


Tzu-En Huang (7):
  rtw88: 8821c: add basic functions
  rtw88: 8821c: add set tx power index
  rtw88: 8821c: add dig related settings
  rtw88: 8821c: add set channel support
  rtw88: 8821c: add query rx desc support
  rtw88: 8821c: add false alarm statistics
  rtw88: 8821c: add phy calibration

 drivers/net/wireless/realtek/rtw88/main.c     |    4 +
 drivers/net/wireless/realtek/rtw88/main.h     |    6 +
 drivers/net/wireless/realtek/rtw88/reg.h      |    4 +
 drivers/net/wireless/realtek/rtw88/rtw8821c.c | 1089 +++
 drivers/net/wireless/realtek/rtw88/rtw8821c.h |  229 +
 .../wireless/realtek/rtw88/rtw8821c_table.c   | 6611 +++++++++++++++++
 .../wireless/realtek/rtw88/rtw8821c_table.h   |   15 +
 .../net/wireless/realtek/rtw88/rtw8821ce.c    |   30 +
 .../net/wireless/realtek/rtw88/rtw8821ce.h    |   14 +
 9 files changed, 8002 insertions(+)
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821c.c
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821c.h
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821c_table.c
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821c_table.h
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821ce.c
 create mode 100644 drivers/net/wireless/realtek/rtw88/rtw8821ce.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-15  9:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16  9:16 [PATCH v4 0/7] rtw88: 8821c: add basic function routines yhchuang
2020-06-16  9:16 ` [PATCH v4 1/7] rtw88: 8821c: add basic functions yhchuang
2020-07-15  9:07   ` Kalle Valo
2020-06-16  9:16 ` [PATCH v4 2/7] rtw88: 8821c: add set tx power index yhchuang
2020-06-16  9:16 ` [PATCH v4 3/7] rtw88: 8821c: add dig related settings yhchuang
2020-06-16  9:16 ` [PATCH v4 4/7] rtw88: 8821c: add set channel support yhchuang
2020-06-16  9:16 ` [PATCH v4 5/7] rtw88: 8821c: add query rx desc support yhchuang
2020-06-16  9:16 ` [PATCH v4 6/7] rtw88: 8821c: add false alarm statistics yhchuang
2020-06-16  9:16 ` [PATCH v4 7/7] rtw88: 8821c: add phy calibration yhchuang

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).