public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add NXP S32G RTC driver
  2025-05-26 16:29 [PATCH] arm64: dts: s32g: add RTC node Ciprian Costea
@ 2025-05-26 16:29 ` Ciprian Costea
  2025-05-26 16:31   ` Ciprian Marian Costea
  0 siblings, 1 reply; 6+ messages in thread
From: Ciprian Costea @ 2025-05-26 16:29 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-kernel, Christophe Lizzi, Alberto Ruiz, Enric Balletbo,
	Eric Chanudet, imx, Ciprian Marian Costea

From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>

Add the NXP S32G RTC driver as maintained so further patches on this
driver can be reviewed under this architecture.

Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e20de38ffa54..dd0c02846de7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3001,8 +3001,10 @@ R:	Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
 R:	NXP S32 Linux Team <s32@nxp.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
 F:	arch/arm64/boot/dts/freescale/s32g*.dts*
 F:	drivers/pinctrl/nxp/
+F:	drivers/rtc/rtc-s32g.c
 
 ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
 M:	Jan Petrous <jan.petrous@oss.nxp.com>
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver
  2025-05-26 16:29 ` [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
@ 2025-05-26 16:31   ` Ciprian Marian Costea
  0 siblings, 0 replies; 6+ messages in thread
From: Ciprian Marian Costea @ 2025-05-26 16:31 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-kernel, Christophe Lizzi, Alberto Ruiz, Enric Balletbo,
	Eric Chanudet, imx

On 5/26/2025 7:29 PM, Ciprian Costea wrote:
> From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> 
> Add the NXP S32G RTC driver as maintained so further patches on this
> driver can be reviewed under this architecture.
> 
> Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e20de38ffa54..dd0c02846de7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3001,8 +3001,10 @@ R:	Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
>   R:	NXP S32 Linux Team <s32@nxp.com>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
>   F:	arch/arm64/boot/dts/freescale/s32g*.dts*
>   F:	drivers/pinctrl/nxp/
> +F:	drivers/rtc/rtc-s32g.c
>   
>   ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
>   M:	Jan Petrous <jan.petrous@oss.nxp.com>

Wrong audience. Please ignore.

Regards,
Ciprian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] MAINTAINERS: add NXP S32G RTC driver
@ 2025-05-26 16:32 Ciprian Costea
  2025-06-19  9:04 ` Ciprian Marian Costea
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ciprian Costea @ 2025-05-26 16:32 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-kernel, Christophe Lizzi, Alberto Ruiz, Enric Balletbo,
	Eric Chanudet, imx, Ciprian Marian Costea

From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>

Add the NXP S32G RTC driver as maintained so further patches on this
driver can be reviewed under this architecture.

Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e20de38ffa54..dd0c02846de7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3001,8 +3001,10 @@ R:	Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
 R:	NXP S32 Linux Team <s32@nxp.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
 F:	arch/arm64/boot/dts/freescale/s32g*.dts*
 F:	drivers/pinctrl/nxp/
+F:	drivers/rtc/rtc-s32g.c
 
 ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
 M:	Jan Petrous <jan.petrous@oss.nxp.com>
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver
  2025-05-26 16:32 [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
@ 2025-06-19  9:04 ` Ciprian Marian Costea
  2025-06-25 12:30 ` Ciprian Marian Costea
  2025-06-30  3:26 ` Shawn Guo
  2 siblings, 0 replies; 6+ messages in thread
From: Ciprian Marian Costea @ 2025-06-19  9:04 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-kernel, Christophe Lizzi, Alberto Ruiz, Enric Balletbo,
	Eric Chanudet, imx, dl-S32

On 5/26/2025 7:32 PM, Ciprian Costea wrote:

Hello Shawn,

What about this patch ? Does it need any updating ?

Regards,
Ciprian

> From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> 
> Add the NXP S32G RTC driver as maintained so further patches on this
> driver can be reviewed under this architecture.
> 
> Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e20de38ffa54..dd0c02846de7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3001,8 +3001,10 @@ R:	Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
>   R:	NXP S32 Linux Team <s32@nxp.com>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
>   F:	arch/arm64/boot/dts/freescale/s32g*.dts*
>   F:	drivers/pinctrl/nxp/
> +F:	drivers/rtc/rtc-s32g.c
>   
>   ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
>   M:	Jan Petrous <jan.petrous@oss.nxp.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver
  2025-05-26 16:32 [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
  2025-06-19  9:04 ` Ciprian Marian Costea
@ 2025-06-25 12:30 ` Ciprian Marian Costea
  2025-06-30  3:26 ` Shawn Guo
  2 siblings, 0 replies; 6+ messages in thread
From: Ciprian Marian Costea @ 2025-06-25 12:30 UTC (permalink / raw)
  To: Shawn Guo
  Cc: linux-kernel, Christophe Lizzi, Alberto Ruiz, Enric Balletbo,
	Eric Chanudet, imx, dl-S32

On 5/26/2025 7:32 PM, Ciprian Costea wrote:

Hello Shawn,

Sorry for bothering. Is there anything which needs updating with respect 
to this patch ?

Best Regards,
Ciprian

> From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> 
> Add the NXP S32G RTC driver as maintained so further patches on this
> driver can be reviewed under this architecture.
> 
> Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e20de38ffa54..dd0c02846de7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3001,8 +3001,10 @@ R:	Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>
>   R:	NXP S32 Linux Team <s32@nxp.com>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
> +F:	Documentation/devicetree/bindings/rtc/nxp,s32g-rtc.yaml
>   F:	arch/arm64/boot/dts/freescale/s32g*.dts*
>   F:	drivers/pinctrl/nxp/
> +F:	drivers/rtc/rtc-s32g.c
>   
>   ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
>   M:	Jan Petrous <jan.petrous@oss.nxp.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver
  2025-05-26 16:32 [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
  2025-06-19  9:04 ` Ciprian Marian Costea
  2025-06-25 12:30 ` Ciprian Marian Costea
@ 2025-06-30  3:26 ` Shawn Guo
  2 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2025-06-30  3:26 UTC (permalink / raw)
  To: Ciprian Costea
  Cc: Shawn Guo, linux-kernel, Christophe Lizzi, Alberto Ruiz,
	Enric Balletbo, Eric Chanudet, imx

On Mon, May 26, 2025 at 07:32:59PM +0300, Ciprian Costea wrote:
> From: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> 
> Add the NXP S32G RTC driver as maintained so further patches on this
> driver can be reviewed under this architecture.
> 
> Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>

Applied, thanks!


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-30  3:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-26 16:32 [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
2025-06-19  9:04 ` Ciprian Marian Costea
2025-06-25 12:30 ` Ciprian Marian Costea
2025-06-30  3:26 ` Shawn Guo
  -- strict thread matches above, loose matches on Subject: below --
2025-05-26 16:29 [PATCH] arm64: dts: s32g: add RTC node Ciprian Costea
2025-05-26 16:29 ` [PATCH] MAINTAINERS: add NXP S32G RTC driver Ciprian Costea
2025-05-26 16:31   ` Ciprian Marian Costea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox