Re: [PATCH 6/8] pinctrl: meson: get rid of pin_base

2017-10-05 Thread Linus Walleij
On Wed, Sep 20, 2017 at 3:39 PM, Jerome Brunet wrote: > pin_base was used with the manually set pin offset in meson pinctrl. This > is no longer the case, pin_base is 0 on every meson pinctrl controllers > and should go away. > > Tested-by: Martin Blumenstingl > Signed-off-by: Jerome Brunet Pa

[PATCH 6/8] pinctrl: meson: get rid of pin_base

2017-09-20 Thread Jerome Brunet
pin_base was used with the manually set pin offset in meson pinctrl. This is no longer the case, pin_base is 0 on every meson pinctrl controllers and should go away. Tested-by: Martin Blumenstingl Signed-off-by: Jerome Brunet --- drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 2 -- drivers/pinct