mbox series

[net-next,v3,0/3] net: xilinx: emaclite: Adopt clock support

Message ID 1728491303-1456171-1-git-send-email-radhey.shyam.pandey@amd.com (mailing list archive)
Headers show
Series net: xilinx: emaclite: Adopt clock support | expand

Message

Pandey, Radhey Shyam Oct. 9, 2024, 4:28 p.m. UTC
This patchset adds emaclite clock support. AXI Ethernet Lite IP can also
be used on SoC platforms like Zynq UltraScale+ MPSoC which combines
powerful processing system (PS) and user-programmable logic (PL) into
the same device. On these platforms it is mandatory to explicitly enable
IP clocks for proper functionality.

Changes for v3:
- Add Conor's ack to 1/3 patch.
- Remove braces around dev_err_probe().

Changes for v2:
- Make clocks as required property.

Abin Joseph (3):
  dt-bindings: net: emaclite: Add clock support
  net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()
  net: emaclite: Adopt clock support

 .../bindings/net/xlnx,emaclite.yaml           |  5 +++++
 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 21 ++++++++++---------
 2 files changed, 16 insertions(+), 10 deletions(-)


base-commit: 6607c17c6c5e029da03a90085db22daf518232bf

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 11, 2024, 10:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 9 Oct 2024 21:58:20 +0530 you wrote:
> This patchset adds emaclite clock support. AXI Ethernet Lite IP can also
> be used on SoC platforms like Zynq UltraScale+ MPSoC which combines
> powerful processing system (PS) and user-programmable logic (PL) into
> the same device. On these platforms it is mandatory to explicitly enable
> IP clocks for proper functionality.
> 
> Changes for v3:
> - Add Conor's ack to 1/3 patch.
> - Remove braces around dev_err_probe().
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/3] dt-bindings: net: emaclite: Add clock support
    https://git.kernel.org/netdev/net-next/c/60dbdc6e08d6
  - [net-next,v3,2/3] net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()
    https://git.kernel.org/netdev/net-next/c/130fbea551c5
  - [net-next,v3,3/3] net: emaclite: Adopt clock support
    https://git.kernel.org/netdev/net-next/c/76d46d766a45

You are awesome, thank you!