Message ID | 20221129023401.278780-1-bero@baylibre.com (mailing list archive) |
---|---|
Headers | show |
Series | Remove the pins-are-numbered DT property | expand |
Hi Bero, long time no see! On Tue, Nov 29, 2022 at 3:34 AM Bernhard Rosenkränzer <bero@baylibre.com> wrote: > During the review of my MT8365 support patchset > (https://lore.kernel.org/linux-mediatek/20221117210356.3178578-1-bero@baylibre.com/), > the issue of the "pins-are-numbered" DeviceTree property has come up. (...) > This patchset removes all uses of pins-are-numbered and marks the > property as deprecated. I don't remember any more why this property was introduced, but I am happy to see it go. > Bernhard Rosenkränzer (7): > pinctrl: mediatek: common: Remove check for pins-are-numbered > pinctrl: stm32: Remove check for pins-are-numbered > dt-bindings: pinctrl: mediatek,mt65xx: Deprecate pins-are-numbered > dt-bindings: pinctrl: st,stm32: Deprecate pins-are-numbered I applied patches 1-4 to the pin control tree for v6.2, please funnel the rest through mediatek/stm32 and SoC trees! Yours, Linus Walleij
On Sat, Dec 3, 2022 at 10:22 AM Linus Walleij <linus.walleij@linaro.org> wrote: > > Hi Bero, > > long time no see! Hi Linus, indeed, I've been doing mostly userland stuff lately, and my latest kernel patch was x86 (got to keep all of my hardware working ;) ). Now that I've changed jobs, I'm expecting to be more active on the kernel side (though still doing a lot of userland). > > This patchset removes all uses of pins-are-numbered and marks the > > property as deprecated. > > I don't remember any more why this property was introduced, but > I am happy to see it go. I couldn't find why it was introduced either (and git blame wasn't much help). I'm assuming there was some other mode in vendor trees that never made it into mainline (but the flag for switching between the modes did). > I applied patches 1-4 to the pin control tree for v6.2, > please funnel the rest through mediatek/stm32 and > SoC trees! Thanks! Remaining patches reposted and currently waiting. ttyl bero