Message ID | 20241101080614.1070819-1-andrei.stefanescu@oss.nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | gpio: siul2-s32g2: add initial GPIO driver | expand |
On Fri, Nov 1, 2024 at 9:06 AM Andrei Stefanescu <andrei.stefanescu@oss.nxp.com> wrote: > Andrei Stefanescu (7): > dt-bindings: mfd: add support for the NXP SIUL2 module > mfd: nxp-siul2: add support for NXP SIUL2 > arm64: dts: s32g: make pinctrl part of mfd node > pinctrl: s32: convert the driver into an mfd cell > pinctrl: s32cc: change to "devm_pinctrl_register_and_init" > pinctrl: s32cc: add driver for GPIO functionality > MAINTAINERS: add MAINTAINER for NXP SIUL2 MFD driver How do you want to merge this? Can the MFD and pinctrl parts be merged separately, or shall it all go into MFD or all into pinctrl? I can certainly merge it if Lee ACKs the MFD patch. Yours, Linus Walleij
Hi Linus, On 01/11/2024 13:56, Linus Walleij wrote: > On Fri, Nov 1, 2024 at 9:06 AM Andrei Stefanescu > <andrei.stefanescu@oss.nxp.com> wrote: > >> Andrei Stefanescu (7): >> dt-bindings: mfd: add support for the NXP SIUL2 module >> mfd: nxp-siul2: add support for NXP SIUL2 >> arm64: dts: s32g: make pinctrl part of mfd node >> pinctrl: s32: convert the driver into an mfd cell >> pinctrl: s32cc: change to "devm_pinctrl_register_and_init" >> pinctrl: s32cc: add driver for GPIO functionality >> MAINTAINERS: add MAINTAINER for NXP SIUL2 MFD driver > > How do you want to merge this? > > Can the MFD and pinctrl parts be merged separately, or shall > it all go into MFD or all into pinctrl? > > I can certainly merge it if Lee ACKs the MFD patch. Thank you very much for the quick review! I am not sure which tree to merge into. If possible, it would be great to have all of them merged together. I plan to send further patches to the GPIO driver so it would be easier to have them all in one place. Best regards, Andrei > > Yours, > Linus Walleij