Hi Gary,
On Fri, Sep 12, 2025 at 8:06 AM Gary Yang <gary.yang@cixtech.com> wrote:
> Patch 1: add Cix pinctrl driver to support pinmux and pinconfigs
> Patch 2: add Cix pinctrl nodes and header file
> Patch 3: add yaml doc
>
> Changes for v2:
> - restructure the pinctrl driver to support pinmux=<..>
> - redefine pinmux macros
> - move header file from dt-bindings to dts
> - fix the code-style issues
If you want help for managing the different revisions of a patch series,
you can use the "b4" tool, here is a tutorial:
https://people.kernel.org/monsieuricon/sending-a-kernel-patch-with-b4-part-1
[Konstantin: the doc link on the bottom of the article is wrong
and needs to be augmented to point to latest!]
It's a bit tricky to switch to v3 since you already started without it,
but it can be done with
b4 prep --force-revision 3
(see full docs https://b4.docs.kernel.org/en/latest/ )
Yours,
Linus Walleij