Re: [PATCH v1 1/1] pinctrl: intel: Show the GPIO base calculation explicitly

2021-03-08 Thread Mika Westerberg
On Mon, Mar 08, 2021 at 06:49:10PM +0200, Andy Shevchenko wrote: > During the split of intel_pinctrl_add_padgroups(), the _by_size() variant > missed the GPIO base calculations and hence made unable to retrieve proper > GPIO number. > > Assign the gpio_base explicitly in _by_size() variant. > > W

[PATCH v1 1/1] pinctrl: intel: Show the GPIO base calculation explicitly

2021-03-08 Thread Andy Shevchenko
During the split of intel_pinctrl_add_padgroups(), the _by_size() variant missed the GPIO base calculations and hence made unable to retrieve proper GPIO number. Assign the gpio_base explicitly in _by_size() variant. While at it, differentiate NOMAP case with the rest in _by_gpps() variant. Fixe