mbox series

[net-next,RESEND,0/2] PolarFire SoC macb reset support

Message ID 20220701065831.632785-1-conor.dooley@microchip.com (mailing list archive)
Headers show
Series PolarFire SoC macb reset support | expand

Message

Conor Dooley July 1, 2022, 6:58 a.m. UTC
Hey all,
Jakub requested that these patches be split off from the series
adding the reset controller itself that I sent yesterday [0].

The Cadence MACBs on PolarFire SoC (MPFS) have reset capability and are
compatible with the zynqmp's init function. I have removed the zynqmp
specific comments from that function & renamed it to reflect what it
does, since it is no longer zynqmp only.

MPFS's MACB had previously used the generic binding, so I also added
the required specific binding.

Thanks,
Conor.

0 - https://lore.kernel.org/all/20220630080532.323731-1-conor.dooley@microchip.com/
Conor Dooley (2):
  dt-bindings: net: cdns,macb: document polarfire soc's macb
  net: macb: add polarfire soc reset support

 .../devicetree/bindings/net/cdns,macb.yaml    |  1 +
 drivers/net/ethernet/cadence/macb_main.c      | 25 +++++++++++++------
 2 files changed, 19 insertions(+), 7 deletions(-)