netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: xilinx: emaclite: Adopt clock support
@ 2024-10-09 16:28 Radhey Shyam Pandey
  2024-10-09 16:28 ` [PATCH net-next v3 1/3] dt-bindings: net: emaclite: Add " Radhey Shyam Pandey
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Radhey Shyam Pandey @ 2024-10-09 16:28 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, robh, krzk+dt, conor+dt,
	michal.simek, harini.katakam
  Cc: netdev, devicetree, linux-kernel, linux-arm-kernel, git,
	Radhey Shyam Pandey

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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-11 22:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 16:28 [PATCH net-next v3 0/3] net: xilinx: emaclite: Adopt clock support Radhey Shyam Pandey
2024-10-09 16:28 ` [PATCH net-next v3 1/3] dt-bindings: net: emaclite: Add " Radhey Shyam Pandey
2024-10-09 16:28 ` [PATCH net-next v3 2/3] net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev() Radhey Shyam Pandey
2024-10-10  9:55   ` Simon Horman
2024-10-09 16:28 ` [PATCH net-next v3 3/3] net: emaclite: Adopt clock support Radhey Shyam Pandey
2024-10-10  9:54   ` Simon Horman
2024-10-10  9:56   ` Simon Horman
2024-10-11 22:50 ` [PATCH net-next v3 0/3] net: xilinx: " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).