Re: [PATCH] pinctrl: mediatek: move bit assignment
From: Linus Walleij <hidden>
Date: 2021-06-06 22:50:27
Also in:
linux-mediatek
From: Linus Walleij <hidden>
Date: 2021-06-06 22:50:27
Also in:
linux-mediatek
On Wed, Jun 2, 2021 at 2:34 PM Matthias Brugger [off-list ref] wrote:
quoted
- + bit = BIT(pin & 0xf);I see this is already applied to linux-next, but I think the correct fix is to move bit = BIT(offset & pctl->devdata->mode_mask); just before calling regmap_write(...) I can provide a patch for that, if you want. Just let me know if I should base it against linux-next or if you will drop the fix proposed by you?
Just patch it in my tree, I merged more stuff on top and this was just my quickfix to get next working. Yours, Linus Walleij