[net-next,0/3] Add support for TI DP83826 configuration

Message ID 20240222103117.526955-1-jeremie.dautheribes@bootlin.com
Headers
Series Add support for TI DP83826 configuration |

Message

Jérémie Dautheribes Feb. 22, 2024, 10:31 a.m. UTC
  Hi everyone,

This short patch series introduces the possibility of overriding
some parameters which are latched by default by hardware straps on the
TI DP83826 PHY.

The settings that can be overridden include:
  - Configuring the PHY in either MII mode or RMII mode.
  - When in RMII mode, configuring the PHY in RMII slave mode or RMII
  master mode.

The RMII master/slave mode is TI-specific and determines whether the PHY
operates from a 25MHz reference clock (master mode) or from a 50MHz
reference clock (slave mode).

While these features should be supported by all the TI DP8382x family,
I have only been able to test them on TI DP83826 hardware.
Therefore, support has been added specifically for this PHY in this patch
series.

Jérémie Dautheribes (3):
  dt-bindings: net: dp83822: support configuring RMII master/slave mode
  net: phy: dp83826: Add support for phy-mode configuration
  net: phy: dp83826: support configuring RMII master/slave operation
    mode

 .../devicetree/bindings/net/ti,dp83822.yaml   | 16 +++++++
 drivers/net/phy/dp83822.c                     | 44 +++++++++++++++++++
 2 files changed, 60 insertions(+)
  

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 26, 2024, 11:40 a.m. UTC | #1
Hello:

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

On Thu, 22 Feb 2024 11:31:14 +0100 you wrote:
> Hi everyone,
> 
> This short patch series introduces the possibility of overriding
> some parameters which are latched by default by hardware straps on the
> TI DP83826 PHY.
> 
> The settings that can be overridden include:
>   - Configuring the PHY in either MII mode or RMII mode.
>   - When in RMII mode, configuring the PHY in RMII slave mode or RMII
>   master mode.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] dt-bindings: net: dp83822: support configuring RMII master/slave mode
    https://git.kernel.org/netdev/net-next/c/95f4fa1f459a
  - [net-next,2/3] net: phy: dp83826: Add support for phy-mode configuration
    https://git.kernel.org/netdev/net-next/c/d2ed0774b633
  - [net-next,3/3] net: phy: dp83826: support configuring RMII master/slave operation mode
    https://git.kernel.org/netdev/net-next/c/2844a0d7cffe

You are awesome, thank you!