Message ID | 20250115-pxa1908-lkml-v14-4-847d24f3665a@skole.hr (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Initial Marvell PXA1908 support | expand |
On Wed, Jan 15, 2025 at 09:35:57PM +0100, Duje Mihanović wrote: > Add myself as the maintainer for Marvell PXA1908 SoC support. > > Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a87ddad78e26f28ffd0f3433560d6db1518f9f95..caa5f6b96251a3da0f3f9d2f760b38288eb23ab3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2624,6 +2624,15 @@ F: drivers/irqchip/irq-mvebu-* > F: drivers/pinctrl/mvebu/ > F: drivers/rtc/rtc-armada38x.c > > +ARM/Marvell PXA1908 SOC support > +M: Duje Mihanović <duje.mihanovic@skole.hr> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +T: git https://gitlab.com/LegoLivesMatter/linux Not sure if this was mentioned ever (it is v14, so it is likely) but if that was not clear: Pull requests from non-kernel.org repos must be signed and your key must be in kernel.org keyring. Please get your key signed (meetups/conferences/keysigning map/video confcalls) and submitted to the keyring. Patchset should be sent to soc@, as expressed in soc@ maintainer profile. Unless this is not going to be merged by soc@, but someone from Marvell maintainers, but then please drop the repo. Git repos here are for managing patches. Best regards, Krzysztof
On Thursday 16 January 2025 08:56:24 Central European Standard Time Krzysztof Kozlowski wrote: > On Wed, Jan 15, 2025 at 09:35:57PM +0100, Duje Mihanović wrote: > > Add myself as the maintainer for Marvell PXA1908 SoC support. > > > > Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> > > --- > > > > MAINTAINERS | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index > > a87ddad78e26f28ffd0f3433560d6db1518f9f95..caa5f6b96251a3da0f3f9d2f760b38288 > > eb23ab3 100644 --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2624,6 +2624,15 @@ F: drivers/irqchip/irq-mvebu-* > > > > F: drivers/pinctrl/mvebu/ > > F: drivers/rtc/rtc-armada38x.c > > > > +ARM/Marvell PXA1908 SOC support > > +M: Duje Mihanović <duje.mihanovic@skole.hr> > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +T: git https://gitlab.com/LegoLivesMatter/linux > > Not sure if this was mentioned ever (it is v14, so it is likely) but if > that was not clear: > > Pull requests from non-kernel.org repos must be signed and your key must > be in kernel.org keyring. Please get your key signed > (meetups/conferences/keysigning map/video confcalls) and submitted to > the keyring. > > Patchset should be sent to soc@, as expressed in soc@ maintainer > profile. > > Unless this is not going to be merged by soc@, but someone from Marvell > maintainers, but then please drop the repo. Git repos here are for > managing patches. I didn't know about Git repos being used for patch management, thanks for letting me know. I believe this is best merged by soc@ since it is not mvebu and is the first arm64 MMP to be merged. However, for various reasons I'd prefer not to have my key signed quite yet, so would it be possible for this to get merged through soc@ if I removed the repo? Also, I will certainly add soc@ to the Cc list in v15. Regards,
On 16/01/2025 16:47, Duje Mihanović wrote: >>> >>> +ARM/Marvell PXA1908 SOC support >>> +M: Duje Mihanović <duje.mihanovic@skole.hr> >>> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >>> +S: Maintained >>> +T: git https://gitlab.com/LegoLivesMatter/linux >> >> Not sure if this was mentioned ever (it is v14, so it is likely) but if >> that was not clear: >> >> Pull requests from non-kernel.org repos must be signed and your key must >> be in kernel.org keyring. Please get your key signed >> (meetups/conferences/keysigning map/video confcalls) and submitted to >> the keyring. >> >> Patchset should be sent to soc@, as expressed in soc@ maintainer >> profile. >> >> Unless this is not going to be merged by soc@, but someone from Marvell >> maintainers, but then please drop the repo. Git repos here are for >> managing patches. > > I didn't know about Git repos being used for patch management, thanks for > letting me know. > > I believe this is best merged by soc@ since it is not mvebu and is the first > arm64 MMP to be merged. However, for various reasons I'd prefer not to have my > key signed quite yet, so would it be possible for this to get merged through > soc@ if I removed the repo? Merging this now is independent of signed keys, so there is no problem in that. But after that, if you are maintainer handling patches, then the repo url would be useful here. It would be used for picking up patches, because it's you who supposed to do that. SoC is not for patches from contributors. In general SoC is only for other maintainers. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index a87ddad78e26f28ffd0f3433560d6db1518f9f95..caa5f6b96251a3da0f3f9d2f760b38288eb23ab3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2624,6 +2624,15 @@ F: drivers/irqchip/irq-mvebu-* F: drivers/pinctrl/mvebu/ F: drivers/rtc/rtc-armada38x.c +ARM/Marvell PXA1908 SOC support +M: Duje Mihanović <duje.mihanovic@skole.hr> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +T: git https://gitlab.com/LegoLivesMatter/linux +F: arch/arm64/boot/dts/marvell/pxa1908* +F: drivers/clk/mmp/clk-pxa1908*.c +F: include/dt-bindings/clock/marvell,pxa1908.h + ARM/Mediatek RTC DRIVER M: Eddie Huang <eddie.huang@mediatek.com> M: Sean Wang <sean.wang@mediatek.com>