[PATCH v2 4/4] MAINTAINERS: Remove sdm845-cheza device trees

Konrad Dybcio posted 4 patches 2 months, 3 weeks ago
[PATCH v2 4/4] MAINTAINERS: Remove sdm845-cheza device trees
Posted by Konrad Dybcio 2 months, 3 weeks ago
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Cheza was a prototype board, used for developing Snapdragon platform
support on ChromeOS.

Since almost none are left in existence, and none are left in use, the
device trees for that family of devices are being removed.

Clean up the maintainers entry with it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5efcdb5537f52b84a57505857399af70f0fa7e45..1458ff091a864e539c554ef9e915331c44c87370 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3071,7 +3071,6 @@ ARM/QUALCOMM CHROMEBOOK SUPPORT
 R:	cros-qcom-dts-watchers@chromium.org
 F:	arch/arm64/boot/dts/qcom/sc7180*
 F:	arch/arm64/boot/dts/qcom/sc7280*
-F:	arch/arm64/boot/dts/qcom/sdm845-cheza*
 
 ARM/QUALCOMM MAILING LIST
 L:	linux-arm-msm@vger.kernel.org

-- 
2.50.1
Re: [PATCH v2 4/4] MAINTAINERS: Remove sdm845-cheza device trees
Posted by Doug Anderson 2 months, 3 weeks ago
Hi,

On Wed, Jul 16, 2025 at 3:16 AM 'Konrad Dybcio' via
cros-qcom-dts-watchers <cros-qcom-dts-watchers@chromium.org> wrote:
>
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>
> Cheza was a prototype board, used for developing Snapdragon platform
> support on ChromeOS.
>
> Since almost none are left in existence, and none are left in use, the
> device trees for that family of devices are being removed.
>
> Clean up the maintainers entry with it.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Re: [PATCH v2 4/4] MAINTAINERS: Remove sdm845-cheza device trees
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On 16/07/2025 12:16, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> Cheza was a prototype board, used for developing Snapdragon platform
> support on ChromeOS.
> 
> Since almost none are left in existence, and none are left in use, the
> device trees for that family of devices are being removed.
> 
> Clean up the maintainers entry with it.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5efcdb5537f52b84a57505857399af70f0fa7e45..1458ff091a864e539c554ef9e915331c44c87370 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3071,7 +3071,6 @@ ARM/QUALCOMM CHROMEBOOK SUPPORT
>  R:	cros-qcom-dts-watchers@chromium.org
>  F:	arch/arm64/boot/dts/qcom/sc7180*
>  F:	arch/arm64/boot/dts/qcom/sc7280*
> -F:	arch/arm64/boot/dts/qcom/sdm845-cheza*

This should be squashed with first patch, otherwise you have warnings
for unmatched patterns (and this is not bisectable patchset).

Best regards,
Krzysztof