All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Chih Kai Hsu <hsu.chih.kai@realtek.com>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	nic_swsd@realtek.com, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.org, edumazet@google.com, bjorn@mork.no,
	pabeni@redhat.com
Subject: Re: [PATCH net-next v4 0/3] r8152: add helper functions for PLA/USB/PHY OCP registers
Date: Tue, 31 Mar 2026 08:50:09 +0000	[thread overview]
Message-ID: <177494700929.2182623.77507775114681012.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260326073925.32976-453-nic_swsd@realtek.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 26 Mar 2026 15:39:22 +0800 you wrote:
> v4:
> - Add a new patch for original #1. We need to fix a typo first before
>   original #1 patch.
> 
> - For patch #2, replace redundant ocp_word_set_bits() with ocp_word_w0w1().
> 
> v3:
> - For patch #1, fix the issue identified by the AI review.
>   In v2, ocp_byte_set_bits() was used to update the USB_LPM_CTRL register.
>   However, since its function only perform a bitwise OR operaion, it fails
>   to clear the old bits when updating a multi-bit field like LPM_TIMER.
>   Therefore, use ocp_write_byte() to maintain the original direct-write
>   semantics.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/3] r8152: fix incorrect register write to USB_UPHY_XTAL
    https://git.kernel.org/netdev/net-next/c/48afd5124fd6
  - [net-next,v4,2/3] r8152: add helper functions for PLA/USB OCP registers
    https://git.kernel.org/netdev/net-next/c/d16133f177fe
  - [net-next,v4,3/3] r8152: add helper functions for PHY OCP registers
    https://git.kernel.org/netdev/net-next/c/7db154aa58e1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-03-31  8:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26  7:39 [PATCH net-next v4 0/3] r8152: add helper functions for PLA/USB/PHY OCP registers Chih Kai Hsu
2026-03-26  7:39 ` [PATCH net-next v4 1/3] r8152: fix incorrect register write to USB_UPHY_XTAL Chih Kai Hsu
2026-03-26 13:18   ` Hayes Wang
2026-03-26  7:39 ` [PATCH net-next v4 2/3] r8152: add helper functions for PLA/USB OCP registers Chih Kai Hsu
2026-03-26 13:19   ` Hayes Wang
2026-03-26  7:39 ` [PATCH net-next v4 3/3] r8152: add helper functions for PHY " Chih Kai Hsu
2026-03-26 13:19   ` Hayes Wang
2026-03-31  2:01   ` Jakub Kicinski
2026-03-31  5:45     ` Chih Kai Hsu
2026-03-31  8:24       ` Hayes Wang
2026-03-31  8:50 ` patchwork-bot+netdevbpf [this message]

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=177494700929.2182623.77507775114681012.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=bjorn@mork.no \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hsu.chih.kai@realtek.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nic_swsd@realtek.com \
    --cc=pabeni@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.