mbox series

[0/2] Extend Sparx5 switch reset driver for lan966x

Message ID 20211008114330.1328713-1-horatiu.vultur@microchip.com
Headers show
Series Extend Sparx5 switch reset driver for lan966x | expand

Message

Horatiu Vultur Oct. 8, 2021, 11:43 a.m. UTC
This patch serie extends the Microchip Sparx5 reset driver to support
lan966x

Horatiu Vultur (2):
  dt-bindings: reset: Add lan966x support
  reset: mchp: sparx5: Extend support for lan966x

 .../bindings/reset/microchip,rst.yaml         | 10 ++-
 drivers/reset/Kconfig                         |  2 +-
 drivers/reset/reset-microchip-sparx5.c        | 62 ++++++++++++++++---
 3 files changed, 64 insertions(+), 10 deletions(-)

Comments

Andrew Lunn Oct. 8, 2021, 8:18 p.m. UTC | #1
On Fri, Oct 08, 2021 at 01:43:30PM +0200, Horatiu Vultur wrote:
> This patch extends sparx5 driver to support also the lan966x. The
> process to reset the switch is the same only it has different offsets.
> Therefore make the driver more generic and add support for lan966x.
> 
> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>

Thanks for making it generic.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew