linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
@ 2025-07-10  7:34 ` Krzysztof Kozlowski
  2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
                     ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-07-10  7:34 UTC (permalink / raw)
  To: Peter Griffin, André Draszik, Tudor Ambarus, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Effectively all Tesla FSD and Google GS101 DTS patches go via Samsung
SoC maintainer, who applies the same rules as for Samsung SoC: DTS must
be fully DT bindings compliant (`dtbs_check W=1`).  Existing sources
already are compliant, so just document that implicit rule by mentioning
respective maintainer profile in their entries.

Cc: Peter Griffin <peter.griffin@linaro.org>
Cc: André Draszik <andre.draszik@linaro.org>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index efba8922744a..4073f7ac978f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3392,6 +3392,7 @@ M:	linux-fsd@tesla.com
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org
 S:	Maintained
+P:	Documentation/process/maintainer-soc-clean-dts.rst
 F:	arch/arm64/boot/dts/tesla/
 
 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
@@ -10317,6 +10318,7 @@ R:	Tudor Ambarus <tudor.ambarus@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org
 S:	Maintained
+P:	Documentation/process/maintainer-soc-clean-dts.rst
 C:	irc://irc.oftc.net/pixel6-kernel-dev
 F:	Documentation/devicetree/bindings/clock/google,gs101-clock.yaml
 F:	Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml
-- 
2.43.0


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

* [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry
  2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
@ 2025-07-10  7:34   ` Krzysztof Kozlowski
  2025-07-10  7:41     ` André Draszik
  2025-07-10  8:12     ` Alim Akhtar
  2025-07-10  7:40   ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile André Draszik
                     ` (3 subsequent siblings)
  4 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-07-10  7:34 UTC (permalink / raw)
  To: Peter Griffin, André Draszik, Tudor Ambarus, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Effectively all Tesla FSD DTS patches go via Samsung Exynos SoC
maintainer, so add the pattern to make it obvious and reduce the chances
patches won't reach these maintainers.

Cc: Peter Griffin <peter.griffin@linaro.org>
Cc: André Draszik <andre.draszik@linaro.org>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4073f7ac978f..a2e1d879cc01 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3205,6 +3205,7 @@ F:	arch/arm/mach-exynos*/
 F:	arch/arm/mach-s3c/
 F:	arch/arm/mach-s5p*/
 F:	arch/arm64/boot/dts/exynos/
+F:	arch/arm64/boot/dts/tesla/
 F:	drivers/*/*/*s3c24*
 F:	drivers/*/*s3c24*
 F:	drivers/*/*s3c64xx*
-- 
2.43.0


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

* Re: [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
  2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
  2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
@ 2025-07-10  7:40   ` André Draszik
  2025-07-10  8:00   ` Peter Griffin
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: André Draszik @ 2025-07-10  7:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Peter Griffin, Tudor Ambarus, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

On Thu, 2025-07-10 at 09:34 +0200, Krzysztof Kozlowski wrote:
> Effectively all Tesla FSD and Google GS101 DTS patches go via Samsung
> SoC maintainer, who applies the same rules as for Samsung SoC: DTS must
> be fully DT bindings compliant (`dtbs_check W=1`).  Existing sources
> already are compliant, so just document that implicit rule by mentioning
> respective maintainer profile in their entries.
> 
> Cc: Peter Griffin <peter.griffin@linaro.org>
> Cc: André Draszik <andre.draszik@linaro.org>
> Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: André Draszik <andre.draszik@linaro.org>

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

* Re: [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry
  2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
@ 2025-07-10  7:41     ` André Draszik
  2025-07-10  8:12     ` Alim Akhtar
  1 sibling, 0 replies; 8+ messages in thread
From: André Draszik @ 2025-07-10  7:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Peter Griffin, Tudor Ambarus, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

On Thu, 2025-07-10 at 09:34 +0200, Krzysztof Kozlowski wrote:
> Effectively all Tesla FSD DTS patches go via Samsung Exynos SoC
> maintainer, so add the pattern to make it obvious and reduce the chances
> patches won't reach these maintainers.
> 
> Cc: Peter Griffin <peter.griffin@linaro.org>
> Cc: André Draszik <andre.draszik@linaro.org>
> Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: André Draszik <andre.draszik@linaro.org>

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

* Re: [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
  2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
  2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
  2025-07-10  7:40   ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile André Draszik
@ 2025-07-10  8:00   ` Peter Griffin
  2025-07-10  8:11   ` Alim Akhtar
  2025-07-15  9:07   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 8+ messages in thread
From: Peter Griffin @ 2025-07-10  8:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: André Draszik, Tudor Ambarus, Alim Akhtar, linux-arm-kernel,
	linux-samsung-soc, devicetree, linux-kernel

On Thu, 10 Jul 2025 at 08:35, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Effectively all Tesla FSD and Google GS101 DTS patches go via Samsung
> SoC maintainer, who applies the same rules as for Samsung SoC: DTS must
> be fully DT bindings compliant (`dtbs_check W=1`).  Existing sources
> already are compliant, so just document that implicit rule by mentioning
> respective maintainer profile in their entries.
>
> Cc: Peter Griffin <peter.griffin@linaro.org>
> Cc: André Draszik <andre.draszik@linaro.org>
> Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Peter Griffin <peter.griffin@linaro.org>

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

* RE: [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
  2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
                     ` (2 preceding siblings ...)
  2025-07-10  8:00   ` Peter Griffin
@ 2025-07-10  8:11   ` Alim Akhtar
  2025-07-15  9:07   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 8+ messages in thread
From: Alim Akhtar @ 2025-07-10  8:11 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Peter Griffin',
	'André Draszik', 'Tudor Ambarus',
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Thursday, July 10, 2025 1:05 PM
> To: Peter Griffin <peter.griffin@linaro.org>; André Draszik
> <andre.draszik@linaro.org>; Tudor Ambarus <tudor.ambarus@linaro.org>;
> Alim Akhtar <alim.akhtar@samsung.com>; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC
> clean" maintainer profile
> 
> Effectively all Tesla FSD and Google GS101 DTS patches go via Samsung SoC
> maintainer, who applies the same rules as for Samsung SoC: DTS must be
> fully DT bindings compliant (`dtbs_check W=1`).  Existing sources already are
> compliant, so just document that implicit rule by mentioning respective
> maintainer profile in their entries.
> 
> Cc: Peter Griffin <peter.griffin@linaro.org>
> Cc: André Draszik <andre.draszik@linaro.org>
> Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>




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

* RE: [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry
  2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
  2025-07-10  7:41     ` André Draszik
@ 2025-07-10  8:12     ` Alim Akhtar
  1 sibling, 0 replies; 8+ messages in thread
From: Alim Akhtar @ 2025-07-10  8:12 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Peter Griffin',
	'André Draszik', 'Tudor Ambarus',
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel

Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Thursday, July 10, 2025 1:05 PM
> To: Peter Griffin <peter.griffin@linaro.org>; André Draszik
> <andre.draszik@linaro.org>; Tudor Ambarus <tudor.ambarus@linaro.org>;
> Alim Akhtar <alim.akhtar@samsung.com>; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to
> Exynos entry
> 
> Effectively all Tesla FSD DTS patches go via Samsung Exynos SoC maintainer,
> so add the pattern to make it obvious and reduce the chances patches won't
> reach these maintainers.
> 
Sure

> Cc: Peter Griffin <peter.griffin@linaro.org>
> Cc: André Draszik <andre.draszik@linaro.org>
> Cc: Tudor Ambarus <tudor.ambarus@linaro.org>
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>



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

* Re: [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
  2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
                     ` (3 preceding siblings ...)
  2025-07-10  8:11   ` Alim Akhtar
@ 2025-07-15  9:07   ` Krzysztof Kozlowski
  4 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-07-15  9:07 UTC (permalink / raw)
  To: Peter Griffin, André Draszik, Tudor Ambarus, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel,
	Krzysztof Kozlowski


On Thu, 10 Jul 2025 09:34:44 +0200, Krzysztof Kozlowski wrote:
> Effectively all Tesla FSD and Google GS101 DTS patches go via Samsung
> SoC maintainer, who applies the same rules as for Samsung SoC: DTS must
> be fully DT bindings compliant (`dtbs_check W=1`).  Existing sources
> already are compliant, so just document that implicit rule by mentioning
> respective maintainer profile in their entries.
> 
> 
> [...]

Applied, thanks!

[1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile
      https://git.kernel.org/krzk/linux/c/7f311e5ac36b6cf9cc0734d89546e643f33b684a
[2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry
      https://git.kernel.org/krzk/linux/c/8e5bf103b3ada972ea890ae6aa2118ff9b8c321c

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2025-07-15  9:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250710073503epcas5p2ad88e48f23891c3592522dd22aee7bf9@epcas5p2.samsung.com>
2025-07-10  7:34 ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile Krzysztof Kozlowski
2025-07-10  7:34   ` [PATCH 2/2] arm64: samsung: MAINTAINERS: Add Tesla FSD DTS to Exynos entry Krzysztof Kozlowski
2025-07-10  7:41     ` André Draszik
2025-07-10  8:12     ` Alim Akhtar
2025-07-10  7:40   ` [PATCH 1/2] arm64: tesla/google: MAINTAINERS: Reference "SoC clean" maintainer profile André Draszik
2025-07-10  8:00   ` Peter Griffin
2025-07-10  8:11   ` Alim Akhtar
2025-07-15  9:07   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).