mbox series

[net,v2,0/2] net: dsa: qca8k: fix qca8k driver for Turris 1.x

Message ID 20231004091904.16586-1-kabel@kernel.org (mailing list archive)
Headers show
Series net: dsa: qca8k: fix qca8k driver for Turris 1.x | expand

Message

Marek Behún Oct. 4, 2023, 9:19 a.m. UTC
Hi,

this is v2 of
  https://lore.kernel.org/netdev/20231002104612.21898-1-kabel@kernel.org/

Changes since v1:
- fixed a typo in commit message noticed by Simon Horman

Marek Behún (2):
  net: dsa: qca8k: fix regmap bulk read/write methods on big endian
    systems
  net: dsa: qca8k: fix potential MDIO bus conflict when accessing
    internal PHYs via management frames

 drivers/net/dsa/qca/qca8k-8xxx.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

Comments

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

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed,  4 Oct 2023 11:19:02 +0200 you wrote:
> Hi,
> 
> this is v2 of
>   https://lore.kernel.org/netdev/20231002104612.21898-1-kabel@kernel.org/
> 
> Changes since v1:
> - fixed a typo in commit message noticed by Simon Horman
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] net: dsa: qca8k: fix regmap bulk read/write methods on big endian systems
    https://git.kernel.org/netdev/net/c/5652d1741574
  - [net,v2,2/2] net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs via management frames
    https://git.kernel.org/netdev/net/c/526c8ee04bdb

You are awesome, thank you!