mbox series

[net-next,0/2] r8169: add support for RTL8125D rev.b

Message ID 15c4a9fd-a653-4b09-825d-751964832a7a@gmail.com (mailing list archive)
Headers show
Series r8169: add support for RTL8125D rev.b | expand

Message

Heiner Kallweit Dec. 13, 2024, 6:59 p.m. UTC
Add support for RTL8125D rev.b. Its XID is 0x689. It is basically
based on the one with XID 0x688, but with different firmware file.
To avoid a mess with the version numbering, adjust it first.

ChunHao Lin (1):
  r8169: add support for RTL8125D rev.b

Heiner Kallweit (1):
  r8169: adjust version numbering for RTL8126

 drivers/net/ethernet/realtek/r8169.h          |  3 +-
 drivers/net/ethernet/realtek/r8169_main.c     | 68 ++++++++++---------
 .../net/ethernet/realtek/r8169_phy_config.c   |  5 +-
 3 files changed, 42 insertions(+), 34 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 17, 2024, 5:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 13 Dec 2024 19:59:43 +0100 you wrote:
> Add support for RTL8125D rev.b. Its XID is 0x689. It is basically
> based on the one with XID 0x688, but with different firmware file.
> To avoid a mess with the version numbering, adjust it first.
> 
> ChunHao Lin (1):
>   r8169: add support for RTL8125D rev.b
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] r8169: adjust version numbering for RTL8126
    https://git.kernel.org/netdev/net-next/c/b299ea006928
  - [net-next,2/2] r8169: add support for RTL8125D rev.b
    https://git.kernel.org/netdev/net-next/c/b3593df26ab1

You are awesome, thank you!