mbox series

[net-next,v3,0/2] net: xilinx_gmii2rgmii: Add clock support

Message ID 20240528062008.1594657-1-vineeth.karumanchi@amd.com (mailing list archive)
Headers show
Series net: xilinx_gmii2rgmii: Add clock support | expand

Message

Vineeth Karumanchi May 28, 2024, 6:20 a.m. UTC
Add input clock support to gmii_to_rgmii IP.
Add "clocks" bindings for the input clock.

Changes in v3:
- Added items constraints.

Changes in v2:
- removed "clkin" clock name property.
v2 link : https://lore.kernel.org/netdev/20240517054745.4111922-1-vineeth.karumanchi@amd.com/

v1 link : https://lore.kernel.org/netdev/20240515094645.3691877-1-vineeth.karumanchi@amd.com/ 

Vineeth Karumanchi (2):
  dt-bindings: net: xilinx_gmii2rgmii: Add clock support
  net: phy: xilinx-gmii2rgmii: Adopt clock support

 .../devicetree/bindings/net/xlnx,gmii-to-rgmii.yaml        | 5 +++++
 drivers/net/phy/xilinx_gmii2rgmii.c                        | 7 +++++++
 2 files changed, 12 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org May 29, 2024, 12:20 p.m. UTC | #1
Hello:

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

On Tue, 28 May 2024 11:50:06 +0530 you wrote:
> Add input clock support to gmii_to_rgmii IP.
> Add "clocks" bindings for the input clock.
> 
> Changes in v3:
> - Added items constraints.
> 
> Changes in v2:
> - removed "clkin" clock name property.
> v2 link : https://lore.kernel.org/netdev/20240517054745.4111922-1-vineeth.karumanchi@amd.com/
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] dt-bindings: net: xilinx_gmii2rgmii: Add clock support
    https://git.kernel.org/netdev/net-next/c/c1d96671088f
  - [net-next,v3,2/2] net: phy: xilinx-gmii2rgmii: Adopt clock support
    https://git.kernel.org/netdev/net-next/c/daab0ac53e77

You are awesome, thank you!