mbox series

[0/2] net: macb: Make ZynqMP SGMII phy configuration optional

Message ID 1650452590-32948-1-git-send-email-radhey.shyam.pandey@xilinx.com (mailing list archive)
Headers show
Series net: macb: Make ZynqMP SGMII phy configuration optional | expand

Message

Radhey Shyam Pandey April 20, 2022, 11:03 a.m. UTC
This patchset drop phy-names property from MACB node and also make
SGMII Phy configuration optional. The motivation for this change
is to support traditional usescase in which first stage bootloader
does PS-GT configuration, and should still be supported in macb 
driver.


Radhey Shyam Pandey (2):
  dt-bindings: net: cdns,macb: Drop phy-names property for ZynqMP SGMII
    PHY
  net: macb: In ZynqMP initialization make SGMII phy configuration
    optional

 Documentation/devicetree/bindings/net/cdns,macb.yaml | 8 --------
 drivers/net/ethernet/cadence/macb_main.c             | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 22, 2022, noon UTC | #1
Hello:

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

On Wed, 20 Apr 2022 16:33:08 +0530 you wrote:
> This patchset drop phy-names property from MACB node and also make
> SGMII Phy configuration optional. The motivation for this change
> is to support traditional usescase in which first stage bootloader
> does PS-GT configuration, and should still be supported in macb
> driver.
> 
> 
> [...]

Here is the summary with links:
  - [1/2] dt-bindings: net: cdns,macb: Drop phy-names property for ZynqMP SGMII PHY
    https://git.kernel.org/netdev/net-next/c/3ac8316e09b0
  - [2/2] net: macb: In ZynqMP initialization make SGMII phy configuration optional
    https://git.kernel.org/netdev/net-next/c/29e96fe9e0ec

You are awesome, thank you!