On Wed, Nov 20, 2019 at 03:37:39PM +0200, Andy Shevchenko wrote: > Version 1.1v6 of pin list has some changes in pin names for Intel Lewisburg. > > Update the driver accordingly. > > Note, it reveals the bug in the driver that misses two pins in GPP_L and > has rather two extra ones. That's why the ordering of some groups is changed. > > Fixes: e480b745386e ("pinctrl: intel: Add Intel Lewisburg GPIO support") > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > --- > drivers/pinctrl/intel/pinctrl-lewisburg.c | 171 +++++++++++----------- > 1 file changed, 86 insertions(+), 85 deletions(-) > > diff --git a/drivers/pinctrl/intel/pinctrl-lewisburg.c b/drivers/pinctrl/intel/pinctrl-lewisburg.c > index 2e06fb1464ab..7fdf4257df1e 100644 > --- a/drivers/pinctrl/intel/pinctrl-lewisburg.c > +++ b/drivers/pinctrl/intel/pinctrl-lewisburg.c > @@ -33,6 +33,7 @@ > .npins = ((e) - (s) + 1), \ > } > > +/* Lewisburg */ This is pretty useless comment. ;-)