From 482fc6a82a5433ebfadfbefeb79db11732330f31 Mon Sep 17 00:00:00 2001 From: Casey Connolly Date: Wed, 4 Jun 2025 13:34:45 +0200 Subject: [PATCH] board: qualcomm: add a MAINTAINERS file Add a MAINTAINERS file for assigning maintainership of a particular Qualcomm platform or board (if board specific files exist). It is intended to supplement the treewide ARM SNAPDRAGON maintainers with folks who have a more specific interest. Add an initial entry for the QCS6490 platform which powers the RB3 Gen 2 board. Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250604113452.1075503-2-casey.connolly@linaro.org Signed-off-by: Casey Connolly --- board/qualcomm/MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 board/qualcomm/MAINTAINERS diff --git a/board/qualcomm/MAINTAINERS b/board/qualcomm/MAINTAINERS new file mode 100644 index 00000000000..0c07ea2df72 --- /dev/null +++ b/board/qualcomm/MAINTAINERS @@ -0,0 +1,9 @@ +# This MAINTAINERS file is for folks with an interest in a particular platform +# or board under ARM SNAPDRAGON + +# RB3 Gen 2 and similar boards +QUALCOMM DRAGONWING QCS6490 +M: Casey Connolly +S: Maintained +N: qcs6490 +N: sc7280 -- 2.47.3