Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-28 Thread Linus Walleij
On Tue, Dec 6, 2016 at 3:08 PM, Neil Armstrong wrote: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling

Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-28 Thread Linus Walleij
On Tue, Dec 6, 2016 at 3:08 PM, Neil Armstrong wrote: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling meson_pmx_disable_other_groups. >

Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-11 Thread Beniamino Galvani
On Tue, Dec 06, 2016 at 03:08:16PM +0100, Neil Armstrong wrote: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling

Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-11 Thread Beniamino Galvani
On Tue, Dec 06, 2016 at 03:08:16PM +0100, Neil Armstrong wrote: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling

Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-06 Thread Kevin Hilman
Neil Armstrong writes: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling meson_pmx_disable_other_groups. > >

Re: [PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-06 Thread Kevin Hilman
Neil Armstrong writes: > The pinctrl_gpio_request is called with the "full" gpio number, already > containing the base, then meson_pmx_request_gpio is then called with the > final pin number. > Remove the base addition when calling meson_pmx_disable_other_groups. > > Fixes: 6ac730951104

[PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-06 Thread Neil Armstrong
The pinctrl_gpio_request is called with the "full" gpio number, already containing the base, then meson_pmx_request_gpio is then called with the final pin number. Remove the base addition when calling meson_pmx_disable_other_groups. Fixes: 6ac730951104 ("pinctrl: add driver for Amlogic Meson

[PATCH] pinctrl: meson: fix gpio request disabling other modes

2016-12-06 Thread Neil Armstrong
The pinctrl_gpio_request is called with the "full" gpio number, already containing the base, then meson_pmx_request_gpio is then called with the final pin number. Remove the base addition when calling meson_pmx_disable_other_groups. Fixes: 6ac730951104 ("pinctrl: add driver for Amlogic Meson