diff options
| author | Casey Connolly <[email protected]> | 2025-06-04 13:34:45 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-24 07:54:51 -0600 |
| commit | 482fc6a82a5433ebfadfbefeb79db11732330f31 (patch) | |
| tree | 038752ade5f35cd37653f8ee2be6e3ef648e3b6a | |
| parent | caac92ad287bec5219a70e34efffb2dfe12d880c (diff) | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
| -rw-r--r-- | board/qualcomm/MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
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 <[email protected]> +S: Maintained +N: qcs6490 +N: sc7280 |
