[PATCH 9/9] MAINTAINERS: add Black Sesame Technologies (BST) ARM SoC support

Albert Yang posted 9 patches 1 week, 1 day ago
[PATCH 9/9] MAINTAINERS: add Black Sesame Technologies (BST) ARM SoC support
Posted by Albert Yang 1 week, 1 day ago
Add a MAINTAINERS entry for Black Sesame Technologies (BST) ARM SoC
support. This entry covers device tree bindings, drivers, and board files
for BST SoCs, including MMC and platform support.

Signed-off-by: Albert Yang <yangzh0906@thundersoft.com>
---
Change for v4:
  - Changed file name: sdhci-of-bst-c1200.c to sdhci-of-bst.c
  - Changed title from "add and consolidate" to just "add"
  - Simplified commit message description
  - Removed Signed-off-by line for Ge Gordon

Change for v3:
 - No changes

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

diff --git a/MAINTAINERS b/MAINTAINERS
index cd7ff55b5d321752ac44c91d2d7e74de28e08960..685294ef3e2ecf124219b2c5eafb8cad25600652 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2505,6 +2505,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.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 9/9] MAINTAINERS: add Black Sesame Technologies (BST) ARM SoC support
Posted by Adrian Hunter 2 days, 14 hours ago
On 23/09/2025 09:10, Albert Yang wrote:
> Add a MAINTAINERS entry for Black Sesame Technologies (BST) ARM SoC
> support. This entry covers device tree bindings, drivers, and board files
> for BST SoCs, including MMC and platform support.
> 
> Signed-off-by: Albert Yang <yangzh0906@thundersoft.com>
> ---
> Change for v4:
>   - Changed file name: sdhci-of-bst-c1200.c to sdhci-of-bst.c
>   - Changed title from "add and consolidate" to just "add"
>   - Simplified commit message description
>   - Removed Signed-off-by line for Ge Gordon
> 
> Change for v3:
>  - No changes
> 
> Change for v2:
>  - No changes
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cd7ff55b5d321752ac44c91d2d7e74de28e08960..685294ef3e2ecf124219b2c5eafb8cad25600652 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2505,6 +2505,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

Seems like it is "Supported" rather than "Maintained" ?

        S: *Status*, one of the following:
           Supported:   Someone is actually paid to look after this.
           Maintained:  Someone actually looks after it.
           Odd Fixes:   It has a maintainer but they don't have time to do
                        much other than throw the odd patch in. See below..
           Orphan:      No current maintainer [but maybe you could take the
                        role as you write your new code].
           Obsolete:    Old code. Something tagged obsolete generally means
                        it has been replaced by a better system and you
                        should be using that.

> +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.c
> +
>  ARM/CALXEDA HIGHBANK ARCHITECTURE
>  M:	Andre Przywara <andre.przywara@arm.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>