mbox series

[v1,net-next,0/2] clean up ocelot_reset() routine

Message ID 20220916191349.1659269-1-colin.foster@in-advantage.com (mailing list archive)
Headers show
Series clean up ocelot_reset() routine | expand

Message

Colin Foster Sept. 16, 2022, 7:13 p.m. UTC
ocelot_reset() will soon be exported to a common library to be used by
the ocelot_ext system. This will make error values from regmap calls
possible, so they must be checked. Additionally, readx_poll_timeout()
can be substituted for the custom loop, as a simple cleanup.

I don't have hardware to verify this set directly, but there shouldn't
be any functional changes.

Colin Foster (2):
  net: mscc: ocelot: utilize readx_poll_timeout() for chip reset
  net: mscc: ocelot: check return values of writes during reset

 drivers/net/ethernet/mscc/ocelot_vsc7514.c | 48 ++++++++++++++++------
 1 file changed, 35 insertions(+), 13 deletions(-)