mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: Luka Gejak <luka.gejak@linux.dev>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Michael Straube" <straube.linux@gmail.com>,
	Peter Robinson <pbrobinson@gmail.com>,
	Bitterblue Smith <rtl8821cerfe2@gmail.com>
Subject: RE: [PATCH v3 1/6] wifi: rtw88: 8723b: add the RTL8723B register definitions
Date: Wed, 23 Sep 2026 07:44:08 +0000	[thread overview]
Message-ID: <cfe927df6a3d4999bf591e491a678f4d@realtek.com> (raw)
In-Reply-To: <20260921154347.82317-2-luka.gejak@linux.dev>

Luka Gejak <luka.gejak@linux.dev> wrote:
> Add the register offsets and bit definitions the RTL8723B driver uses:
> the power and system function bits, the BT antenna and control
> registers, the packet lifetime and MAC ID drop registers, the FPGA0
> HSSI and RF switch control registers, and the RFE antenna path
> registers.
> 
> These are split out from the chip driver so the driver patch that
> follows is easier to read. Nothing references them yet.
> 
> This depends on the shared core handling sent as a separate series,
> "wifi: rtw88: preparations for RTL8723B/RTL8723BS".

No need to point out dependency in commit message. If it is needed,
add it after --- as note. 

But as you have based on rtw/rtw-next, the patchset is merged already.

> 
> Signed-off-by: Luka Gejak <luka.gejak@linux.dev>

[...]

> @@ -301,6 +308,8 @@
>  #define REG_HMEBOX3            0x01DC
>  #define REG_LLT_INIT           0x01E0
>  #define BIT_LLT_WRITE_ACCESS   BIT(30)
> +#define REG_RFK_FW_ACK_8723B   0x01e7

upper case 0x01E7 as existing ones.

> +#define BIT_RFK_FW_ACK_8723B   BIT(0)
>  #define REG_HMEBOX0_EX         0x01F0
>  #define REG_HMEBOX1_EX         0x01F4
>  #define REG_HMEBOX2_EX         0x01F8

[...]

> @@ -606,12 +624,20 @@
>  #define BIT_RX_PSEL_RST                (BIT(28) | BIT(29))
>  #define REG_TXPSEL             0x080C
>  #define REG_RX_GAIN_EN         0x081c
> +#define REG_FPGA0_XA_HSSI_PARM2        0x0824
> +#define HSSI_3WIRE_ADDR_LEN    0x400
> +#define HSSI_3WIRE_DATA_LEN    0x800
>  #define REG_CCASEL             0x082C
> +#define REG_FPGA0_XB_HSSI_PARM2        0x082c

upper case 0x082C

[...]

> @@ -683,6 +713,7 @@
>  #define REG_RX_IQC_AB_A                0x0c10
>  #define REG_RX_IQC_CD_A                0x0c14
>  #define REG_TXSCALE_A          0x0c1c
> +#define REG_B_RXIQI            0x0c1c

I'd say upper case too, but existing ones are there. Just ignore this. 

>  #define BB_SWING_MASK          GENMASK(31, 21)
>  #define REG_TX_AGC_A_CCK_11_CCK_1              0xc20
>  #define REG_TX_AGC_A_OFDM18_OFDM6              0xc24
> --
> 2.55.0


  reply	other threads:[~2026-09-23  7:44 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-21 15:43 [PATCH v3 0/6] wifi: rtw88: add RTL8723B/RTL8723BS support Luka Gejak
2026-09-21 15:43 ` [PATCH v3 1/6] wifi: rtw88: 8723b: add the RTL8723B register definitions Luka Gejak
2026-09-23  7:44   ` Ping-Ke Shih [this message]
2026-09-21 15:43 ` [PATCH v3 2/6] wifi: rtw88: 8723b: add the RTL8723B BB, RF and AGC tables Luka Gejak
2026-09-23  7:50   ` Ping-Ke Shih
2026-09-23  8:27     ` Luka Gejak
2026-09-23  8:34       ` Ping-Ke Shih
2026-09-23  8:44         ` Luka Gejak
2026-09-23  8:59           ` Ping-Ke Shih
2026-09-23  9:09             ` Luka Gejak
2026-09-21 15:43 ` [PATCH v3 3/6] wifi: rtw88: 8723b: add the RTL8723B chip driver Luka Gejak
2026-09-23  8:30   ` Ping-Ke Shih
2026-09-23 21:50     ` Luka Gejak
2026-09-24  3:11       ` Ping-Ke Shih
2026-09-21 15:43 ` [PATCH v3 4/6] wifi: rtw88: 8723bs: add the RTL8723BS SDIO bind Luka Gejak
2026-09-23  9:04   ` Ping-Ke Shih
2026-09-21 15:43 ` [PATCH v3 5/6] wifi: rtw88: 8723bs: enable building the RTL8723BS driver Luka Gejak
2026-09-21 15:43 ` [PATCH v3 6/6] MAINTAINERS: add entry for the RTL8723B rtw88 driver Luka Gejak
2026-09-21 16:25   ` Johannes Berg
2026-09-21 16:49     ` Luka Gejak
2026-09-21 18:14       ` Johannes Berg
2026-09-21 22:35         ` Jeff Johnson
2026-09-21 23:53           ` Luka Gejak
2026-09-22  0:28             ` Ping-Ke Shih
2026-09-22  0:43               ` Luka Gejak
2026-09-22  0:50                 ` Ping-Ke Shih
2026-09-22  1:07                   ` Luka Gejak
2026-09-24  1:42                     ` 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=cfe927df6a3d4999bf591e491a678f4d@realtek.com \
    --to=pkshih@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luka.gejak@linux.dev \
    --cc=pbrobinson@gmail.com \
    --cc=rtl8821cerfe2@gmail.com \
    --cc=straube.linux@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

all inboxes | Powered by JetHome®