[PATCH v3 8/8] MAINTAINERS: add and consolidate Black Sesame Technologies (BST) ARM SoC support

Albert Yang posted 8 patches 1 month, 3 weeks ago
[PATCH v3 8/8] MAINTAINERS: add and consolidate Black Sesame Technologies (BST) ARM SoC support
Posted by Albert Yang 1 month, 3 weeks ago
Add and consolidate the MAINTAINERS entry for Black Sesame Technologies
ARM SoC support. This entry covers device tree bindings, drivers, and board
files for BST SoCs, including MMC, and platform support.

Signed-off-by: Ge Gordon <gordon.ge@bst.ai>
Signed-off-by: Albert Yang <yangzh0906@thundersoft.com>
---
Change for v3:
- No changes

Change for v2:
- No changes
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index efb51ee92683..e3236384c28a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2441,6 +2441,16 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/arm/blaize.yaml
 F:	arch/arm64/boot/dts/blaize/
 
+ARM/BST SOC SUPPORT
+M:	Ge Gordon <gordon.ge@bst.ai>
+R:	BST Linux Kernel Upstream Group <bst-upstream@bstai.top>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	Documentation/devicetree/bindings/arm/bst.yaml
+F:	Documentation/devicetree/bindings/mmc/bst,dwcmshc-sdhci.yaml
+F:	arch/arm64/boot/dts/bst/
+F:	drivers/mmc/host/sdhci-of-bst-c1200.c
+
 ARM/CALXEDA HIGHBANK ARCHITECTURE
 M:	Andre Przywara <andre.przywara@arm.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
2.43.0
Re: [PATCH v3 8/8] MAINTAINERS: add and consolidate Black Sesame Technologies (BST) ARM SoC support
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On 12/08/2025 14:31, Albert Yang wrote:
> Add and consolidate the MAINTAINERS entry for Black Sesame Technologies

I do not see consolidation in the patch, so this part and subject are
incorrect. You only add.

Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597


> ARM SoC support. This entry covers device tree bindings, drivers, and board
> files for BST SoCs, including MMC, and platform support.
> 
> Signed-off-by: Ge Gordon <gordon.ge@bst.ai>

What does this SoB represent? Who wrote the code?

You added that SoB everywhere so I have worries it was automatic or
manager's decision. That isn't what SoB is about.

And looking at actual M: entry, this should be rather publicly Acked.
That's what Ack is. Not SoB.

> Signed-off-by: Albert Yang <yangzh0906@thundersoft.com>
> ---
> Change for v3:
> - No changes
> 
> Change for v2:
> - No changes
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efb51ee92683..e3236384c28a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2441,6 +2441,16 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/arm/blaize.yaml
>  F:	arch/arm64/boot/dts/blaize/
>  
> +ARM/BST SOC SUPPORT
> +M:	Ge Gordon <gordon.ge@bst.ai>
Best regards,
Krzysztof