Re: [PATCH] pinctrl: sprd: Fix the incorrect pull-up definition

2020-05-16 Thread Linus Walleij
On Thu, May 7, 2020 at 5:47 AM Baolin Wang wrote: > The bits of pull up resistor selection were defined mistakenly, > thus fix them. > > Fixes: 41d32cfce1ae ("pinctrl: sprd: Add Spreadtrum pin control driver") > Signed-off-by: Baolin Wang Patch applied. Yours, Linus Walleij

[PATCH] pinctrl: sprd: Fix the incorrect pull-up definition

2020-05-06 Thread Baolin Wang
The bits of pull up resistor selection were defined mistakenly, thus fix them. Fixes: 41d32cfce1ae ("pinctrl: sprd: Add Spreadtrum pin control driver") Signed-off-by: Baolin Wang --- drivers/pinctrl/sprd/pinctrl-sprd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git