From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5ADDC432BE for ; Thu, 19 Aug 2021 16:19:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ABFF5610A3 for ; Thu, 19 Aug 2021 16:19:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229702AbhHSQTp (ORCPT ); Thu, 19 Aug 2021 12:19:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbhHSQTo (ORCPT ); Thu, 19 Aug 2021 12:19:44 -0400 Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45F13C061575; Thu, 19 Aug 2021 09:19:08 -0700 (PDT) Received: by mail-il1-x130.google.com with SMTP id f15so6516574ilk.4; Thu, 19 Aug 2021 09:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7sSsnQcwE8jywz/QogD9CtfIDyXBl14A+f2OTMoEAtM=; b=UJaHuem6sRW+uPr6ldear1fXlDeMOa1sg5i8hah63XtiMKWKrsl/xZoQm3Ok+qDV6A 6xWZAdyLheW1n0HIbFVsg7MTjeDpP0ynsl8FJkruex6tby2rf1DeEvYJ35mGBSC9wnFC Yc8ABxYqdwL3NgXxNiOMS9aeZeV0oaB4CpeRqsR9jQokAZV5QhqdcR9PJqkFDMmz801+ mpOKqEC9WRomW3jOzwKd4yL062jAG5HEFRPrlEv3m3grdk4CH9eyBOyg+yq3fv+TpwwH 6vrzFSoGo0itO/G6RtQfCNF1NUV86iQbtaK5TcRbraCaQ8XDHAECswHjZiJFobU4ED0o F/VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7sSsnQcwE8jywz/QogD9CtfIDyXBl14A+f2OTMoEAtM=; b=o6x4oMwiSRDM1MkQ74E6eMlMooQ3TeyDodY8kGXtiGJ6T4L1/z1rwdunbDizXQEQIi 0brtD12UFYb/XK03HZzyHShPC+/hjavWgnCfxrN24Y+kg3ljy7lNP/hCLzkVlaIgDJHD jT/8Ybul2KWPxzMNccYQm0XI9+x6GtUyWRavdGXGC5nRB000QEjCgkP0pEMXtOd9sZaA dJRiyjUKiN3nrg0/9w5bzk1eNxaPi5pAYRiY89ai+mtGu6FSXZNMR3mQfB3SM1KHVSvN K2zId5F+c6VA9OAiVBuvemjW1WdqwALbB2P3jY2Ip65dUH8N4UI3x/fTQK9rLrapm4ni 4pyA== X-Gm-Message-State: AOAM533mQVCZRLCNGqowPk2PeMTrM1bDajWcId86DZdJws4PecLKkuLI +ftFkEf3Oe3YJlTsVfAKnZauTwGEfkFv0ZQyef4= X-Google-Smtp-Source: ABdhPJzNx+kqJnj8ZO2IlnI5dHnPoW9t1eT/6sqkn6teMO0sd54NgKeH37gOy/eY6XAdCjhY8MRviQEexNOTAtFLE/o= X-Received: by 2002:a05:6e02:138a:: with SMTP id d10mr9778731ilo.287.1629389947638; Thu, 19 Aug 2021 09:19:07 -0700 (PDT) MIME-Version: 1.0 References: <20210803032539.15676-1-alim.akhtar@samsung.com> In-Reply-To: From: Alim Akhtar Date: Thu, 19 Aug 2021 21:48:31 +0530 Message-ID: Subject: Re: [PATCH v11] dt-bindings: ufs: Add bindings for Samsung ufs host To: Alim Akhtar Cc: open list , linux-arm-kernel@lists.infradead.org, "robh+dt" , Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, "Martin K. Petersen" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob Can you pick up this patch via your tree? or you want Martin to pick it up? On Sat, Aug 14, 2021 at 10:25 PM Alim Akhtar wrote: > > Ping!! > > On Wed, Aug 4, 2021 at 9:01 AM Alim Akhtar wrote: > > > > This patch adds DT bindings for Samsung ufs hci > > > > Signed-off-by: Alim Akhtar > > --- > > Changes since v10 > > * Rebased on v5.14-rc2 > > * removed Rob Herring earlier Reviewed-by tag > > > > This patch was part of exynos ufs driver series, somehow > > this got missed to applied on the tree, sending again as a new > > patch v11, removing Rob's earlier Reviewed-by tag. > > > > .../bindings/ufs/samsung,exynos-ufs.yaml | 89 +++++++++++++++++++ > > 1 file changed, 89 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > > > diff --git a/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > new file mode 100644 > > index 000000000000..38193975c9f1 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > @@ -0,0 +1,89 @@ > > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/ufs/samsung,exynos-ufs.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Samsung SoC series UFS host controller Device Tree Bindings > > + > > +maintainers: > > + - Alim Akhtar > > + > > +description: | > > + Each Samsung UFS host controller instance should have its own node. > > + This binding define Samsung specific binding other then what is used > > + in the common ufshcd bindings > > + [1] Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > > + > > +properties: > > + > > + compatible: > > + enum: > > + - samsung,exynos7-ufs > > + > > + reg: > > + items: > > + - description: HCI register > > + - description: vendor specific register > > + - description: unipro register > > + - description: UFS protector register > > + > > + reg-names: > > + items: > > + - const: hci > > + - const: vs_hci > > + - const: unipro > > + - const: ufsp > > + > > + clocks: > > + items: > > + - description: ufs link core clock > > + - description: unipro main clock > > + > > + clock-names: > > + items: > > + - const: core_clk > > + - const: sclk_unipro_main > > + > > + interrupts: > > + maxItems: 1 > > + > > + phys: > > + maxItems: 1 > > + > > + phy-names: > > + const: ufs-phy > > + > > +required: > > + - compatible > > + - reg > > + - interrupts > > + - phys > > + - phy-names > > + - clocks > > + - clock-names > > + > > +additionalProperties: false > > + > > +examples: > > + - | > > + #include > > + #include > > + > > + ufs: ufs@15570000 { > > + compatible = "samsung,exynos7-ufs"; > > + reg = <0x15570000 0x100>, > > + <0x15570100 0x100>, > > + <0x15571000 0x200>, > > + <0x15572000 0x300>; > > + reg-names = "hci", "vs_hci", "unipro", "ufsp"; > > + interrupts = ; > > + clocks = <&clock_fsys1 ACLK_UFS20_LINK>, > > + <&clock_fsys1 SCLK_UFSUNIPRO20_USER>; > > + clock-names = "core_clk", "sclk_unipro_main"; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>; > > + phys = <&ufs_phy>; > > + phy-names = "ufs-phy"; > > + }; > > +... > > > > base-commit: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c > > -- > > 2.17.1 > > > > > -- > Regards, > Alim -- Regards, Alim From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FE9CC4338F for ; Thu, 19 Aug 2021 16:21:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 331D2608FE for ; Thu, 19 Aug 2021 16:21:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 331D2608FE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ke9k3PCKHTLtFVJAr+nLeQv9Aur1KS6aD2utrKObiqs=; b=Ct8y5rTKt5u/JQ 76lWmAF3do/eBwNRsjMb4h7lHgMMtYMNiHC1Mjvg7UeiwZITYs9hKhkk4RoxCswvR4cgWtBt0A39q l9QCEuHKkqnlsidgBxkC16Ab7YIVbioHNdkUQV0EnhRlsZ9EktwdA4BdtbwzqiEWuBCSLIhMy2Xvx YP3+0aIxjliyqg8DcRzU+AdBy6rcxyW4aa1yLT1V6UXGM8j1E7ANeUadQSO9ZYPwHROqVk1jFiU4a sw6AI498BZHgDDbqj6mPymMjmd6+GnUgUeVsfO1s14fHG0+Eu7ec9uHisYcI9m9AZ2ONpnTiOqvgy QN3UtZRKo///itIl8BKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGkl9-008vRq-QG; Thu, 19 Aug 2021 16:19:16 +0000 Received: from mail-il1-x135.google.com ([2607:f8b0:4864:20::135]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGkl2-008vP1-SX for linux-arm-kernel@lists.infradead.org; Thu, 19 Aug 2021 16:19:12 +0000 Received: by mail-il1-x135.google.com with SMTP id v16so6502267ilo.10 for ; Thu, 19 Aug 2021 09:19:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7sSsnQcwE8jywz/QogD9CtfIDyXBl14A+f2OTMoEAtM=; b=UJaHuem6sRW+uPr6ldear1fXlDeMOa1sg5i8hah63XtiMKWKrsl/xZoQm3Ok+qDV6A 6xWZAdyLheW1n0HIbFVsg7MTjeDpP0ynsl8FJkruex6tby2rf1DeEvYJ35mGBSC9wnFC Yc8ABxYqdwL3NgXxNiOMS9aeZeV0oaB4CpeRqsR9jQokAZV5QhqdcR9PJqkFDMmz801+ mpOKqEC9WRomW3jOzwKd4yL062jAG5HEFRPrlEv3m3grdk4CH9eyBOyg+yq3fv+TpwwH 6vrzFSoGo0itO/G6RtQfCNF1NUV86iQbtaK5TcRbraCaQ8XDHAECswHjZiJFobU4ED0o F/VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7sSsnQcwE8jywz/QogD9CtfIDyXBl14A+f2OTMoEAtM=; b=gXCU8RTOdgBY0is2rWohIpz3QIUqxKM3V+2xNXPdD75yX6LO70WofpalUhn5HlasjR Ynf+xeQHzjqmzsrq0eeyLXTYZEcTe7QV0QqnOl/dfIZ45TswIpOrhgniUvXNm4b0S75e xUf2DR27hT56rcDVyt2HZmEEm3OBwQlO8xCEkxGrv7ky+I6gqF8Gafj0KD69XcjODklg 4MJ4PHXGJeB6EhMn7/GbQGkdmkcmQMXrtYo+46v0b8xllOo5+dJ8WPvT+HBhGl1mUGPb zJ3De0o3MqbD6sHnkXAoggUxpjUSqXgkwoM2TROJ/AOWj/ZSGACh5XZwnhiwRhujN8c6 7cZQ== X-Gm-Message-State: AOAM533DGi4EUQKIFqb4a4Eg+1nPVwPSU8q+crbfcBex9I9Lp8JYGzGM HGfH44YKV9BGIvaMythL8p77nlrOX8fcaXWjxKI= X-Google-Smtp-Source: ABdhPJzNx+kqJnj8ZO2IlnI5dHnPoW9t1eT/6sqkn6teMO0sd54NgKeH37gOy/eY6XAdCjhY8MRviQEexNOTAtFLE/o= X-Received: by 2002:a05:6e02:138a:: with SMTP id d10mr9778731ilo.287.1629389947638; Thu, 19 Aug 2021 09:19:07 -0700 (PDT) MIME-Version: 1.0 References: <20210803032539.15676-1-alim.akhtar@samsung.com> In-Reply-To: From: Alim Akhtar Date: Thu, 19 Aug 2021 21:48:31 +0530 Message-ID: Subject: Re: [PATCH v11] dt-bindings: ufs: Add bindings for Samsung ufs host To: Alim Akhtar Cc: open list , linux-arm-kernel@lists.infradead.org, "robh+dt" , Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, "Martin K. Petersen" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210819_091908_989232_EDA7ACBA X-CRM114-Status: GOOD ( 24.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Rob Can you pick up this patch via your tree? or you want Martin to pick it up? On Sat, Aug 14, 2021 at 10:25 PM Alim Akhtar wrote: > > Ping!! > > On Wed, Aug 4, 2021 at 9:01 AM Alim Akhtar wrote: > > > > This patch adds DT bindings for Samsung ufs hci > > > > Signed-off-by: Alim Akhtar > > --- > > Changes since v10 > > * Rebased on v5.14-rc2 > > * removed Rob Herring earlier Reviewed-by tag > > > > This patch was part of exynos ufs driver series, somehow > > this got missed to applied on the tree, sending again as a new > > patch v11, removing Rob's earlier Reviewed-by tag. > > > > .../bindings/ufs/samsung,exynos-ufs.yaml | 89 +++++++++++++++++++ > > 1 file changed, 89 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > > > diff --git a/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > new file mode 100644 > > index 000000000000..38193975c9f1 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml > > @@ -0,0 +1,89 @@ > > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/ufs/samsung,exynos-ufs.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Samsung SoC series UFS host controller Device Tree Bindings > > + > > +maintainers: > > + - Alim Akhtar > > + > > +description: | > > + Each Samsung UFS host controller instance should have its own node. > > + This binding define Samsung specific binding other then what is used > > + in the common ufshcd bindings > > + [1] Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > > + > > +properties: > > + > > + compatible: > > + enum: > > + - samsung,exynos7-ufs > > + > > + reg: > > + items: > > + - description: HCI register > > + - description: vendor specific register > > + - description: unipro register > > + - description: UFS protector register > > + > > + reg-names: > > + items: > > + - const: hci > > + - const: vs_hci > > + - const: unipro > > + - const: ufsp > > + > > + clocks: > > + items: > > + - description: ufs link core clock > > + - description: unipro main clock > > + > > + clock-names: > > + items: > > + - const: core_clk > > + - const: sclk_unipro_main > > + > > + interrupts: > > + maxItems: 1 > > + > > + phys: > > + maxItems: 1 > > + > > + phy-names: > > + const: ufs-phy > > + > > +required: > > + - compatible > > + - reg > > + - interrupts > > + - phys > > + - phy-names > > + - clocks > > + - clock-names > > + > > +additionalProperties: false > > + > > +examples: > > + - | > > + #include > > + #include > > + > > + ufs: ufs@15570000 { > > + compatible = "samsung,exynos7-ufs"; > > + reg = <0x15570000 0x100>, > > + <0x15570100 0x100>, > > + <0x15571000 0x200>, > > + <0x15572000 0x300>; > > + reg-names = "hci", "vs_hci", "unipro", "ufsp"; > > + interrupts = ; > > + clocks = <&clock_fsys1 ACLK_UFS20_LINK>, > > + <&clock_fsys1 SCLK_UFSUNIPRO20_USER>; > > + clock-names = "core_clk", "sclk_unipro_main"; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>; > > + phys = <&ufs_phy>; > > + phy-names = "ufs-phy"; > > + }; > > +... > > > > base-commit: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c > > -- > > 2.17.1 > > > > > -- > Regards, > Alim -- Regards, Alim _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel