Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF866C433FE for ; Mon, 13 Dec 2021 11:34:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234587AbhLMLeN (ORCPT ); Mon, 13 Dec 2021 06:34:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231580AbhLMLeM (ORCPT ); Mon, 13 Dec 2021 06:34:12 -0500 Received: from mail-ua1-x92e.google.com (mail-ua1-x92e.google.com [IPv6:2607:f8b0:4864:20::92e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F75AC06173F for ; Mon, 13 Dec 2021 03:34:12 -0800 (PST) Received: by mail-ua1-x92e.google.com with SMTP id ay21so28516463uab.12 for ; Mon, 13 Dec 2021 03:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tnFB07hsK5XkvGHZi6hdhLjHnaUmhTQUEDOX0Dxmz2U=; b=V/QCekDXUtFDeJWc3Guqj5CwaRI2nanjmmMtONMvKfAxaUyZ2xiSUuDlZR+hIh9m8U tpW01QKi23Ft4LchnK7hy11trVzF3SneZIIE0DCPswXNFNC4yVjiYSqsQtwB+me7wS0G l7P32s5eThSknoErOznlfKMahbrWnMfjmuATIuBiNBqhcjzBvdaQEbCRzZy98r9RcC4z exp3bN4g8fTpPCrL/NHoxaxKR/1bR3PxoOvH5gl1yBv1X8nN9nMIotShYqHa28/Vg4/F YZSXzszFBk2ouC2Z0cTV9dU6sbth8A1qeyLA5yUnRni7JEhSiRIWoHda1xMBKUFqRQEF rrzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tnFB07hsK5XkvGHZi6hdhLjHnaUmhTQUEDOX0Dxmz2U=; b=LiN4+WROnNvmotLPN/CDgbdTcnPyiB7j/iQWDBB+BSm4sBrvMG2ZYKwomYQP6/Vax3 +UJzwMkziMemVEtBqVGcVTNQgYPVdP73Q148KkCTizJRfaV2qU+/k1OTtBnQDn/R7geA A+xC4UsWiwHpp8QN+dKS0gWw6ikb8bDH/K6Mhtzm7GnB4sC21CFn7UQBtkiYkJ0ihwyl Q+mDRhb5lLkk3b6Oy91YEYE2/n1ZaCqZYNv7N2z/mVpEo9VC3Af4vJRcYNzaHfzeA3h3 H9eqWclXNnkicaBl8ulRLNEXytxCwVk958EwyT0X+Y7pOkVJaKmrSdDytWQglZKIYmLj gNmg== X-Gm-Message-State: AOAM530KLjRnvJWAVyM1bhLunk+7A0rDUSetxQpG2aMkzov4TFHOiB22 CGjLb1FYY8wQZa31dvCTiA/u7NPBwOfAN9H0o0gKiQ== X-Google-Smtp-Source: ABdhPJxCmFmaMKXhDCuUVHqkAQcSk0dJ1iili+sh1nfn+0rIG4S16VR6sZgNFjlIIn3wZYDvexK2Ml8HOrTPbSFdggQ= X-Received: by 2002:a05:6102:f10:: with SMTP id v16mr27816759vss.86.1639395251610; Mon, 13 Dec 2021 03:34:11 -0800 (PST) MIME-Version: 1.0 References: <20211213112057.16709-1-krzysztof.kozlowski@canonical.com> In-Reply-To: <20211213112057.16709-1-krzysztof.kozlowski@canonical.com> From: Sam Protsenko Date: Mon, 13 Dec 2021 13:34:00 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: soc: samsung: keep SoC driver bindings together To: Krzysztof Kozlowski Cc: Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Dec 2021 at 13:21, Krzysztof Kozlowski wrote: > > Recently added Samsung Exynos USI driver devicetree bindings were added > under ../bindings/soc/samsung/exynos-usi.yaml, so move there also two > other bindings for Exynos SoC drivers: the PMU and ChipID. > > Update Samsung Exynos MAINTAINERS entry to include this new path. > > Signed-off-by: Krzysztof Kozlowski > --- Reviewed-by: Sam Protsenko > .../devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml | 2 +- > .../{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml} | 2 +- > MAINTAINERS | 1 + > 3 files changed, 3 insertions(+), 2 deletions(-) > rename Documentation/devicetree/bindings/{arm => soc}/samsung/exynos-chipid.yaml (93%) > rename Documentation/devicetree/bindings/{arm/samsung/pmu.yaml => soc/samsung/exynos-pmu.yaml} (97%) > > diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml > similarity index 93% > rename from Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml > rename to Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml > index bfc352a2fdd6..4bb8efb83ac1 100644 > --- a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-chipid.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/arm/samsung/exynos-chipid.yaml# > +$id: http://devicetree.org/schemas/soc/samsung/exynos-chipid.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Samsung Exynos SoC series Chipid driver > diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > similarity index 97% > rename from Documentation/devicetree/bindings/arm/samsung/pmu.yaml > rename to Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > index 0bbd89265b28..c30a6437030d 100644 > --- a/Documentation/devicetree/bindings/arm/samsung/pmu.yaml > +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/arm/samsung/pmu.yaml# > +$id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Samsung Exynos SoC series Power Management Unit (PMU) > diff --git a/MAINTAINERS b/MAINTAINERS > index 79ef55bf2ca7..8926b925514d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2554,6 +2554,7 @@ Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ > F: Documentation/arm/samsung/ > F: Documentation/devicetree/bindings/arm/samsung/ > F: Documentation/devicetree/bindings/power/pd-samsung.yaml > +F: Documentation/devicetree/bindings/soc/samsung/ > F: arch/arm/boot/dts/exynos* > F: arch/arm/boot/dts/s3c* > F: arch/arm/boot/dts/s5p* > -- > 2.32.0 >