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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 B0433C433DB for ; Tue, 23 Mar 2021 22:08:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E7F9619D9 for ; Tue, 23 Mar 2021 22:08:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233840AbhCWWIL (ORCPT ); Tue, 23 Mar 2021 18:08:11 -0400 Received: from mail-io1-f53.google.com ([209.85.166.53]:38901 "EHLO mail-io1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233870AbhCWWHm (ORCPT ); Tue, 23 Mar 2021 18:07:42 -0400 Received: by mail-io1-f53.google.com with SMTP id e8so19415106iok.5; Tue, 23 Mar 2021 15:07:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=duC2vQDOWTSfWZWv1lE7SGrANbWeUaoPK0ak3TfFKF0=; b=UXaYAF5NGg61/tEcud5q9Qn7WazSqNLCXMoc1kvLYmxXu913zO+TgNwe/Iw8FC4LvF jrtBu8QqK2fWEJeKWm052mDayrNVQQwqN6W+mG5tfpXBDnCL/vEU5JucTC5u7lqTtFEV s2DyEy3jfQzgkXJcI9MtpYMq49tsUJjSJ+Xkg8abB+jy5aVNoI+fdE+ICAmTGM6daafF O0f8/vbnaan7UipWxlLVJzrNmAxNILoisvA7kpILgOqcGLiBjPc6dd4Ji3LxINqI2mih x0x0D1Vv3mMp87RsQ+9UqNlmQWE6EZNTQ9PVCU4U3lRGC2PeeDMsFMpEEVEvaQ2y0mZq kyFQ== X-Gm-Message-State: AOAM532F4RUOPryXXaR/KsgrLzEt/Bzl/uVNEUR9yylyaOzdux/C80LC eShK9khrJccihHda0v8FUw== X-Google-Smtp-Source: ABdhPJx5CUAJFvnGhugiymB5gjr3DCufBCGz0JSxA6lD/EsVVv3Sx2P/b+bfSicGZK0xaQgaZWeOrQ== X-Received: by 2002:a05:6602:1592:: with SMTP id e18mr178341iow.49.1616537262173; Tue, 23 Mar 2021 15:07:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r5sm74223ilb.75.2021.03.23.15.07.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 15:07:41 -0700 (PDT) Received: (nullmailer pid 1425584 invoked by uid 1000); Tue, 23 Mar 2021 22:07:40 -0000 Date: Tue, 23 Mar 2021 16:07:40 -0600 From: Rob Herring To: Steen Hegelund Cc: Rob Herring , linux-kernel@vger.kernel.org, Gregory Clement , Microchip Linux Driver Support , devicetree@vger.kernel.org, Alexandre Belloni , linux-arm-kernel@lists.infradead.org, Philipp Zabel , Andrew Lunn Subject: Re: [PATCH v8 1/3] dt-bindings: reset: microchip sparx5 reset driver bindings Message-ID: <20210323220740.GA1425527@robh.at.kernel.org> References: <20210316090839.3207930-1-steen.hegelund@microchip.com> <20210316090839.3207930-2-steen.hegelund@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210316090839.3207930-2-steen.hegelund@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 Mar 2021 10:08:37 +0100, Steen Hegelund wrote: > Document the Sparx5 reset device driver bindings > > The driver uses a syscon and an IO range on sparx5 for access to > the reset control and the reset status. > > Sparx5 will no longer use the existing Ocelot chip reset driver, but use > this new switch reset driver as it has the reset controller interface that > allows the first client to perform the reset on behalf of all the Sparx5 > component drivers. > > Signed-off-by: Steen Hegelund > --- > .../bindings/reset/microchip,rst.yaml | 58 +++++++++++++++++++ > 1 file changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/microchip,rst.yaml > Reviewed-by: Rob Herring 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=-14.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 37CA2C433DB for ; Tue, 23 Mar 2021 22:09:29 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 C7096601FC for ; Tue, 23 Mar 2021 22:09:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C7096601FC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=W5j4Jg2dbt1rgVa+lIauzFVb/ldI9wEr51NVeGeHKes=; b=If4bIQ9l+nwX2wXXZDJ393aEQ P2v3/Kc7w+WJAPG8dDICD0ULSn2cGmRoi9OhdeAMBIH9gW8fqul5o1UUqZU/vqwpuYV2/MkqonKTP DuU6ms5U2DGmyPMKcHNynyapbaGrCEAfqCxGxMiZRSTtGZs2NNK5R5qu3gF84x0NSz1G+G0gQ0XmH bRgiQ9q+gJbSwVzIO3b9Ss43HAOCZe/S8auu0JN3AonJmlIYQNAQm3/zqcdFE/kXT6y+wjTn/J2t3 sTZhkenzhu8oxGd0WoXblstq30l/4AuazxS4jzsYNgMdJqnvHrs8JHx1TDYksc7QLR6vd0B4uMkkO gzsg376vQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lOpBk-00Fp20-Li; Tue, 23 Mar 2021 22:07:48 +0000 Received: from mail-io1-f50.google.com ([209.85.166.50]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lOpBf-00Fp1Q-4E for linux-arm-kernel@lists.infradead.org; Tue, 23 Mar 2021 22:07:45 +0000 Received: by mail-io1-f50.google.com with SMTP id f19so19388375ion.3 for ; Tue, 23 Mar 2021 15:07:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=duC2vQDOWTSfWZWv1lE7SGrANbWeUaoPK0ak3TfFKF0=; b=rlWbkVVdx4wvqPn/RYe2xmk61reKNNljHr5kbQ7h4hiPeMtYnbBqcHCECdRtJA6x/+ 6BHKgDYaTxvcN0+eZoWBfmJAh1XdCH3lk3Pb0eRL9dums/acstf3jqjbqblwzXGlZXN6 80VZnI1JSMJbIIzN7W+T7lwk4h2RZabN7/Z+aSBkWs84GIlpbGjadsr2owMI5vaWwWm9 iwFMa+bypcd0TBN0KfGoAi4226bu87FpKqghZjxC42jwguAD5GbwShnt8NzgOAjZbuQ9 ag4WFgCPVDzr1sEGHHGxBi35HdrTPGMzWuiu2v7428XT3xHqTBTmij9DrtWe8Fzdk8Fk Hl/w== X-Gm-Message-State: AOAM532bp/Oxr/t63thOUGjlFHEM824MTgDzR9tUvA82VqMMZVG05G7R BrT6Ok0LC5w8gWFvAR9fnA== X-Google-Smtp-Source: ABdhPJx5CUAJFvnGhugiymB5gjr3DCufBCGz0JSxA6lD/EsVVv3Sx2P/b+bfSicGZK0xaQgaZWeOrQ== X-Received: by 2002:a05:6602:1592:: with SMTP id e18mr178341iow.49.1616537262173; Tue, 23 Mar 2021 15:07:42 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r5sm74223ilb.75.2021.03.23.15.07.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 15:07:41 -0700 (PDT) Received: (nullmailer pid 1425584 invoked by uid 1000); Tue, 23 Mar 2021 22:07:40 -0000 Date: Tue, 23 Mar 2021 16:07:40 -0600 From: Rob Herring To: Steen Hegelund Cc: Rob Herring , linux-kernel@vger.kernel.org, Gregory Clement , Microchip Linux Driver Support , devicetree@vger.kernel.org, Alexandre Belloni , linux-arm-kernel@lists.infradead.org, Philipp Zabel , Andrew Lunn Subject: Re: [PATCH v8 1/3] dt-bindings: reset: microchip sparx5 reset driver bindings Message-ID: <20210323220740.GA1425527@robh.at.kernel.org> References: <20210316090839.3207930-1-steen.hegelund@microchip.com> <20210316090839.3207930-2-steen.hegelund@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210316090839.3207930-2-steen.hegelund@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210323_220743_749741_3AFC8AE3 X-CRM114-Status: GOOD ( 14.04 ) 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 On Tue, 16 Mar 2021 10:08:37 +0100, Steen Hegelund wrote: > Document the Sparx5 reset device driver bindings > > The driver uses a syscon and an IO range on sparx5 for access to > the reset control and the reset status. > > Sparx5 will no longer use the existing Ocelot chip reset driver, but use > this new switch reset driver as it has the reset controller interface that > allows the first client to perform the reset on behalf of all the Sparx5 > component drivers. > > Signed-off-by: Steen Hegelund > --- > .../bindings/reset/microchip,rst.yaml | 58 +++++++++++++++++++ > 1 file changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/microchip,rst.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel