mbox series

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

Message ID 1728313563-722267-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. 7, 2024, 3:06 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 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 | 22 ++++++++++---------
 2 files changed, 17 insertions(+), 10 deletions(-)