All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org <patchwork-bot+netdevbpf@kernel.org>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH net-next v2 0/6] net: phy: Remove probe_capabilities
Date: Thu, 19 Jan 2023 15:30:18 +0000	[thread overview]
Message-ID: <167414221817.31934.14400606803161415762.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230116-net-next-remove-probe-capabilities-v2-0-15513b05e1f4@walle.cc>

Hello:

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

On Wed, 18 Jan 2023 11:01:35 +0100 you wrote:
> With all the drivers which used .probe_capabilities converted to the
> new c45 MDIO access methods, we can now decide based upon these whether
> a bus driver supports c45 and we can get rid of the not widely used
> probe_capabilites.
> 
> Unfortunately, due to a now broader support of c45 scans, this will
> trigger a bug on some boards with a (c22-only) Micrel PHY. These PHYs
> don't ignore c45 accesses correctly, thinking they are addressed
> themselves and distrupt the MDIO access. To avoid this, a blacklist
> for c45 scans is introduced.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] net: mdio: Move mdiobus_scan() within file
    https://git.kernel.org/netdev/net-next/c/81d874e7c84e
  - [net-next,v2,2/6] net: mdio: Rework scanning of bus ready for quirks
    https://git.kernel.org/netdev/net-next/c/d41e127757f3
  - [net-next,v2,3/6] net: mdio: Add workaround for Micrel PHYs which are not C45 compatible
    https://git.kernel.org/netdev/net-next/c/348659337485
  - [net-next,v2,4/6] net: mdio: scan bus based on bus capabilities for C22 and C45
    https://git.kernel.org/netdev/net-next/c/1a136ca2e089
  - [net-next,v2,5/6] net: phy: Decide on C45 capabilities based on presence of method
    https://git.kernel.org/netdev/net-next/c/fbfe97597c77
  - [net-next,v2,6/6] net: phy: Remove probe_capabilities
    https://git.kernel.org/netdev/net-next/c/da099a7fb13d

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



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Michael Walle <michael@walle.cc>
Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com,
	Mark-MC.Lee@mediatek.com, lorenzo@kernel.org,
	matthias.bgg@gmail.com, bryan.whitehead@microchip.com,
	UNGLinuxDriver@microchip.com, peppe.cavallaro@st.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, joel@jms.id.au, andrew@aj.id.au,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-aspeed@lists.ozlabs.org, andrew@lunn.ch,
	jesse.brandeburg@intel.com
Subject: Re: [PATCH net-next v2 0/6] net: phy: Remove probe_capabilities
Date: Thu, 19 Jan 2023 15:30:18 +0000	[thread overview]
Message-ID: <167414221817.31934.14400606803161415762.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230116-net-next-remove-probe-capabilities-v2-0-15513b05e1f4@walle.cc>

Hello:

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

On Wed, 18 Jan 2023 11:01:35 +0100 you wrote:
> With all the drivers which used .probe_capabilities converted to the
> new c45 MDIO access methods, we can now decide based upon these whether
> a bus driver supports c45 and we can get rid of the not widely used
> probe_capabilites.
> 
> Unfortunately, due to a now broader support of c45 scans, this will
> trigger a bug on some boards with a (c22-only) Micrel PHY. These PHYs
> don't ignore c45 accesses correctly, thinking they are addressed
> themselves and distrupt the MDIO access. To avoid this, a blacklist
> for c45 scans is introduced.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] net: mdio: Move mdiobus_scan() within file
    https://git.kernel.org/netdev/net-next/c/81d874e7c84e
  - [net-next,v2,2/6] net: mdio: Rework scanning of bus ready for quirks
    https://git.kernel.org/netdev/net-next/c/d41e127757f3
  - [net-next,v2,3/6] net: mdio: Add workaround for Micrel PHYs which are not C45 compatible
    https://git.kernel.org/netdev/net-next/c/348659337485
  - [net-next,v2,4/6] net: mdio: scan bus based on bus capabilities for C22 and C45
    https://git.kernel.org/netdev/net-next/c/1a136ca2e089
  - [net-next,v2,5/6] net: phy: Decide on C45 capabilities based on presence of method
    https://git.kernel.org/netdev/net-next/c/fbfe97597c77
  - [net-next,v2,6/6] net: phy: Remove probe_capabilities
    https://git.kernel.org/netdev/net-next/c/da099a7fb13d

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




WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Michael Walle <michael@walle.cc>
Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	nbd@nbd.name, john@phrozen.org, sean.wang@mediatek.com,
	Mark-MC.Lee@mediatek.com, lorenzo@kernel.org,
	matthias.bgg@gmail.com, bryan.whitehead@microchip.com,
	UNGLinuxDriver@microchip.com, peppe.cavallaro@st.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, joel@jms.id.au, andrew@aj.id.au,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-aspeed@lists.ozlabs.org, andrew@lunn.ch,
	jesse.brandeburg@intel.com
Subject: Re: [PATCH net-next v2 0/6] net: phy: Remove probe_capabilities
Date: Thu, 19 Jan 2023 15:30:18 +0000	[thread overview]
Message-ID: <167414221817.31934.14400606803161415762.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230116-net-next-remove-probe-capabilities-v2-0-15513b05e1f4@walle.cc>

Hello:

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

On Wed, 18 Jan 2023 11:01:35 +0100 you wrote:
> With all the drivers which used .probe_capabilities converted to the
> new c45 MDIO access methods, we can now decide based upon these whether
> a bus driver supports c45 and we can get rid of the not widely used
> probe_capabilites.
> 
> Unfortunately, due to a now broader support of c45 scans, this will
> trigger a bug on some boards with a (c22-only) Micrel PHY. These PHYs
> don't ignore c45 accesses correctly, thinking they are addressed
> themselves and distrupt the MDIO access. To avoid this, a blacklist
> for c45 scans is introduced.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/6] net: mdio: Move mdiobus_scan() within file
    https://git.kernel.org/netdev/net-next/c/81d874e7c84e
  - [net-next,v2,2/6] net: mdio: Rework scanning of bus ready for quirks
    https://git.kernel.org/netdev/net-next/c/d41e127757f3
  - [net-next,v2,3/6] net: mdio: Add workaround for Micrel PHYs which are not C45 compatible
    https://git.kernel.org/netdev/net-next/c/348659337485
  - [net-next,v2,4/6] net: mdio: scan bus based on bus capabilities for C22 and C45
    https://git.kernel.org/netdev/net-next/c/1a136ca2e089
  - [net-next,v2,5/6] net: phy: Decide on C45 capabilities based on presence of method
    https://git.kernel.org/netdev/net-next/c/fbfe97597c77
  - [net-next,v2,6/6] net: phy: Remove probe_capabilities
    https://git.kernel.org/netdev/net-next/c/da099a7fb13d

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-01-19 15:30 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 10:01 [PATCH net-next v2 0/6] net: phy: Remove probe_capabilities Michael Walle
2023-01-18 10:01 ` Michael Walle
2023-01-18 10:01 ` Michael Walle
2023-01-18 10:01 ` [PATCH net-next v2 1/6] net: mdio: Move mdiobus_scan() within file Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01 ` [PATCH net-next v2 2/6] net: mdio: Rework scanning of bus ready for quirks Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01 ` [PATCH net-next v2 3/6] net: mdio: Add workaround for Micrel PHYs which are not C45 compatible Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01 ` [PATCH net-next v2 4/6] net: mdio: scan bus based on bus capabilities for C22 and C45 Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-03-05 18:13   ` Klaus Kudielka
2023-03-05 18:13     ` Klaus Kudielka
2023-03-05 18:13     ` Klaus Kudielka
2023-03-05 18:35     ` Andrew Lunn
2023-03-05 18:35       ` Andrew Lunn
2023-03-05 18:35       ` Andrew Lunn
2023-03-06 18:40       ` Klaus Kudielka
2023-03-06 18:40         ` Klaus Kudielka
2023-03-06 18:40         ` Klaus Kudielka
2023-03-06 19:02         ` Andrew Lunn
2023-03-06 19:02           ` Andrew Lunn
2023-03-06 19:02           ` Andrew Lunn
2023-03-07 19:48           ` Klaus Kudielka
2023-03-07 19:48             ` Klaus Kudielka
2023-03-07 19:48             ` Klaus Kudielka
2023-03-07 20:35             ` Andrew Lunn
2023-03-07 20:35               ` Andrew Lunn
2023-03-07 20:35               ` Andrew Lunn
2023-03-08 18:34               ` Klaus Kudielka
2023-03-08 18:34                 ` Klaus Kudielka
2023-03-08 18:34                 ` Klaus Kudielka
2023-03-09 16:36                 ` Andrew Lunn
2023-03-09 16:36                   ` Andrew Lunn
2023-03-09 16:36                   ` Andrew Lunn
2023-03-10 20:22                   ` Klaus Kudielka
2023-03-10 20:22                     ` Klaus Kudielka
2023-03-10 20:22                     ` Klaus Kudielka
2023-03-10 23:49                     ` Andrew Lunn
2023-03-10 23:49                       ` Andrew Lunn
2023-03-10 23:49                       ` Andrew Lunn
2023-03-11  6:49                       ` Klaus Kudielka
2023-03-11  6:49                         ` Klaus Kudielka
2023-03-11  6:49                         ` Klaus Kudielka
2023-03-11 15:39                         ` Andrew Lunn
2023-03-11 15:39                           ` Andrew Lunn
2023-03-11 15:39                           ` Andrew Lunn
2023-03-11 16:11                           ` Klaus Kudielka
2023-03-11 16:11                             ` Klaus Kudielka
2023-03-11 16:11                             ` Klaus Kudielka
2023-03-11 17:32                             ` Klaus Kudielka
2023-03-11 17:32                               ` Klaus Kudielka
2023-03-11 17:32                               ` Klaus Kudielka
2023-03-11 17:57                               ` Andrew Lunn
2023-03-11 17:57                                 ` Andrew Lunn
2023-03-11 17:57                                 ` Andrew Lunn
2023-03-12  2:53                             ` Andrew Lunn
2023-03-12  2:53                               ` Andrew Lunn
2023-03-12  2:53                               ` Andrew Lunn
2023-03-12  9:04                               ` Klaus Kudielka
2023-03-12  9:04                                 ` Klaus Kudielka
2023-03-12  9:04                                 ` Klaus Kudielka
2023-03-12 15:15                                 ` Klaus Kudielka
2023-03-12 15:15                                   ` Klaus Kudielka
2023-03-12 15:15                                   ` Klaus Kudielka
2023-03-12 23:57                                   ` Andrew Lunn
2023-03-12 23:57                                     ` Andrew Lunn
2023-03-12 23:57                                     ` Andrew Lunn
2023-01-18 10:01 ` [PATCH net-next v2 5/6] net: phy: Decide on C45 capabilities based on presence of method Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01 ` [PATCH net-next v2 6/6] net: phy: Remove probe_capabilities Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-18 10:01   ` Michael Walle
2023-01-19  5:02   ` Andrew Jeffery
2023-01-19  5:02     ` Andrew Jeffery
2023-01-19  5:02     ` Andrew Jeffery
2023-01-19 15:30 ` patchwork-bot+netdevbpf [this message]
2023-01-19 15:30   ` [PATCH net-next v2 0/6] " patchwork-bot+netdevbpf
2023-01-19 15:30   ` patchwork-bot+netdevbpf

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=167414221817.31934.14400606803161415762.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    /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.