* [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT
@ 2026-04-13 7:44 Krzysztof Kozlowski
2026-04-13 7:44 ` [PATCH 2/2] Documentation/process: maintainer-soc: Document purpose of defconfigs Krzysztof Kozlowski
2026-04-20 15:59 ` [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT patchwork-bot+linux-soc
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-13 7:44 UTC (permalink / raw)
To: Arnd Bergmann, Krzysztof Kozlowski, Alexandre Belloni,
Linus Walleij, Drew Fustini, Jonathan Corbet, Shuah Khan,
linux-arm-kernel, soc, workflows, linux-doc, linux-kernel
Cc: Krzysztof Kozlowski
It is obvious that one can ask DT maintainers of something, just like
one can ask anyone, so just drop the sentence. Concise documents with
rules have bigger chances of actually being read by people.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
Documentation/process/maintainer-soc.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/process/maintainer-soc.rst b/Documentation/process/maintainer-soc.rst
index 7d6bad989ad8..4029dc6938d8 100644
--- a/Documentation/process/maintainer-soc.rst
+++ b/Documentation/process/maintainer-soc.rst
@@ -169,8 +169,6 @@ more information on the validation of devicetrees.
For new platforms, or additions to existing ones, ``make dtbs_check`` should not
add any new warnings. For RISC-V and Samsung SoC, ``make dtbs_check W=1`` is
required to not add any new warnings.
-If in any doubt about a devicetree change, reach out to the devicetree
-maintainers.
Branches and Pull Requests
~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Documentation/process: maintainer-soc: Document purpose of defconfigs
2026-04-13 7:44 [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT Krzysztof Kozlowski
@ 2026-04-13 7:44 ` Krzysztof Kozlowski
2026-04-20 15:59 ` [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-13 7:44 UTC (permalink / raw)
To: Arnd Bergmann, Krzysztof Kozlowski, Alexandre Belloni,
Linus Walleij, Drew Fustini, Jonathan Corbet, Shuah Khan,
linux-arm-kernel, soc, workflows, linux-doc, linux-kernel
Cc: Krzysztof Kozlowski
Common mistake in commit messages of patches on mailing list adding
CONFIG options to arm/multi_v7 or arm64/defconfig is saying what that
patch is doing, e.g. "Enable driver foo". That is obvious from the diff
part, thus explaining it does not bring any value. What brings value is
to understand why "driver foo" should be in a shared, upstream
defconfig, especially considering that distros have their own defconfigs
and we do not care about non-upstream trees.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
Documentation/process/maintainer-soc.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Documentation/process/maintainer-soc.rst b/Documentation/process/maintainer-soc.rst
index 4029dc6938d8..a3a90a7d4c68 100644
--- a/Documentation/process/maintainer-soc.rst
+++ b/Documentation/process/maintainer-soc.rst
@@ -207,3 +207,13 @@ The subject line of a pull request should begin with "[GIT PULL]" and made using
a signed tag, rather than a branch. This tag should contain a short description
summarising the changes in the pull request. For more detail on sending pull
requests, please see Documentation/maintainer/pull-requests.rst.
+
+Defconfigs purpose
+~~~~~~~~~~~~~~~~~~
+
+Defconfigs are primarily used by the kernel developers, because distros have
+their own configs. A change adding new CONFIG options to a defconfig should
+explain why the kernel developers in general would want such option, e.g. by
+providing a name of an upstream-supported machine/board using that new option.
+This implies that enabling options in defconfig for non-upstream machines shall
+not be accepted.
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT
2026-04-13 7:44 [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT Krzysztof Kozlowski
2026-04-13 7:44 ` [PATCH 2/2] Documentation/process: maintainer-soc: Document purpose of defconfigs Krzysztof Kozlowski
@ 2026-04-20 15:59 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2026-04-20 15:59 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: soc
Hello:
This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Mon, 13 Apr 2026 09:44:02 +0200 you wrote:
> It is obvious that one can ask DT maintainers of something, just like
> one can ask anyone, so just drop the sentence. Concise documents with
> rules have bigger chances of actually being read by people.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> Documentation/process/maintainer-soc.rst | 2 --
> 1 file changed, 2 deletions(-)
Here is the summary with links:
- [1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT
https://git.kernel.org/soc/soc/c/f325b239a7bb
- [2/2] Documentation/process: maintainer-soc: Document purpose of defconfigs
https://git.kernel.org/soc/soc/c/8b0beb45840a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-20 16:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-13 7:44 [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT Krzysztof Kozlowski
2026-04-13 7:44 ` [PATCH 2/2] Documentation/process: maintainer-soc: Document purpose of defconfigs Krzysztof Kozlowski
2026-04-20 15:59 ` [PATCH 1/2] Documentation/process: maintainer-soc: Trim from trivial ask-DT patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox