Message ID | 20230303002850.51858-1-arinc.unal@arinc9.com (mailing list archive) |
---|---|
Headers | show |
Series | pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings | expand |
On Fri, Mar 3, 2023 at 1:29 AM <arinc9.unal@gmail.com> wrote: > [PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings > > This is an ambitious effort I've been wanting to do for months. Good with ambitions :) As long as Sergio is on board and can test the changes and as long as the DT maintainers do not explicitly disapprove, I'm game to merge this. I guess you will respin on top of v6.3-rc1 when the first round of non-RFC feedback is collected. Yours, Linus Walleij
On Mon, Mar 6, 2023 at 2:50 PM Linus Walleij <linus.walleij@linaro.org> wrote: > > On Fri, Mar 3, 2023 at 1:29 AM <arinc9.unal@gmail.com> wrote: > > > [PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings > > > > This is an ambitious effort I've been wanting to do for months. > > Good with ambitions :) > > As long as Sergio is on board and can test the changes and as long > as the DT maintainers do not explicitly disapprove, I'm game to merge > this. For sure I am :-). Changes in code are pretty straightforward. The real big change is just a split of mt7620 and mt76x8 in two different files. But the split looks good to me. The other bulk of changes is just moving files around. If DT maintainers are finally ok with the changes I will try to make time to test this series in a rt5350 SoC based board I think I have somewhere and on mt7621 SoC based one. Most of my ralink boards are based on mt7621 so I don't have more platforms to test this pinctrl changes :(. > > I guess you will respin on top of v6.3-rc1 when the first round of > non-RFC feedback is collected. > > Yours, > Linus Walleij Thanks, Sergio Paracuellos
On 6.03.2023 16:50, Linus Walleij wrote: > On Fri, Mar 3, 2023 at 1:29 AM <arinc9.unal@gmail.com> wrote: > >> [PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings >> >> This is an ambitious effort I've been wanting to do for months. > > Good with ambitions :) > > As long as Sergio is on board and can test the changes and as long > as the DT maintainers do not explicitly disapprove, I'm game to merge > this. Cheers. > > I guess you will respin on top of v6.3-rc1 when the first round of > non-RFC feedback is collected. Sure, if it's necessary. Once I get feedback, I'll rebase it to your linusw/linux-pinctrl.git for-next tree, see if it needs manual changes. I'll let you know. Arınç
On Mon, Mar 6, 2023 at 3:56 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote: > Sure, if it's necessary. Once I get feedback, I'll rebase it to your > linusw/linux-pinctrl.git for-next tree, see if it needs manual changes. > I'll let you know. Hm my for-next branch is a mixdown for linux-next so use the branch named "devel" instead. Thanks! Linus Walleij