mbox series

[0/2] pinctrl: ocelot: Add fixes for ocelot driver

Message ID 20220707185342.2697569-1-horatiu.vultur@microchip.com
Headers show
Series pinctrl: ocelot: Add fixes for ocelot driver | expand

Message

Horatiu Vultur July 7, 2022, 6:53 p.m. UTC
The patch series fixes 2 issues with pincfg.
- first issue is that on lan966x uses different offsets than sparx5
  so it can't use directly the ocelot_confops
- second issue is pincfg stop working when regmap support was addded.

Horatiu Vultur (2):
  pinctrl: ocelot: Fix pincfg for lan966x
  pinctrl: ocelot: Fix pincfg

 drivers/pinctrl/pinctrl-ocelot.c | 222 +++++++++++++++++++------------
 1 file changed, 138 insertions(+), 84 deletions(-)