mbox series

[net-next,v2,0/2] r8152: reduce control transfer

Message ID 20230726030808.9093-417-nic_swsd@realtek.com
Headers show
Series r8152: reduce control transfer | expand

Message

Hayes Wang July 26, 2023, 3:08 a.m. UTC
v2:
For patch #1, fix the typo of the commit message.

v1:
The two patches are used to reduce the number of control transfer when
access the registers in bulk.

Hayes Wang (2):
  r8152: adjust generic_ocp_write function
  r8152: set bp in bulk

 drivers/net/usb/r8152.c | 104 +++++++++++++++++-----------------------
 1 file changed, 43 insertions(+), 61 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 29, 2023, 1:10 a.m. UTC | #1
Hello:

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

On Wed, 26 Jul 2023 11:08:06 +0800 you wrote:
> v2:
> For patch #1, fix the typo of the commit message.
> 
> v1:
> The two patches are used to reduce the number of control transfer when
> access the registers in bulk.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] r8152: adjust generic_ocp_write function
    https://git.kernel.org/netdev/net-next/c/57df0fb9d511
  - [net-next,v2,2/2] r8152: set bp in bulk
    https://git.kernel.org/netdev/net-next/c/e5c266a61186

You are awesome, thank you!