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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8BBECCA9EA0 for ; Sat, 26 Oct 2019 00:17:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5271F20679 for ; Sat, 26 Oct 2019 00:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572049078; bh=0ncv9v5hfvBgRtZkOXy8WkLmpdNk1qORN+Qri45aEsY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=j1VgIY/u8nWjSNTBu0th2l37Uy79PMEKp/ZgvD0vLB2z+ACzt+G9FM7f15Rorlj8l sm/MuHAAAnJcLgrtyTJTcJE5MXWpzalCeFpyGrUnmTTb4zTxihhDblgIAeL52yCp62 UZw8sl429GkVWw9/0awEppnsmrfYw0Xkl/b/aUkA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725899AbfJZAR6 (ORCPT ); Fri, 25 Oct 2019 20:17:58 -0400 Received: from mail-ot1-f65.google.com ([209.85.210.65]:39278 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725887AbfJZAR6 (ORCPT ); Fri, 25 Oct 2019 20:17:58 -0400 Received: by mail-ot1-f65.google.com with SMTP id s22so3238396otr.6; Fri, 25 Oct 2019 17:17:55 -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:user-agent; bh=iSzDrVoqrHUXpxhq0CUJD5PvUFCtwOZDkPzXxXOj7UY=; b=S6xGC6WjkIGTpcCkVl1YUWq3A1P0/uVbZxEJ6rD8QU49xy9vKSJvlSrt6FT4yc7U/N jYFTPv9AqwOR5Wx0YAlwYtvULZd4DUYcOJvj3jwiJ63P/fABERNet8EEYNvIcQkoW5sN MSTaU8K+6Ore6leEJRMiT9KF6rerfEtxGWVsNT2Ffj6APl1hfXez7mUAyt/bmHC9h4fn 4EdelEG7S1YQH6pfTAvbbORRJ2WxhYFCOmBoIR11s35xBSULgOmxP6Dh5ujp4K9Cd1sY IuFnGFq+Ly+4y5XrPq66n1xzg1nY2HR3si+BDNGrOseTp1fUFpDFlNoVVEd1z83pGJ26 Zhww== X-Gm-Message-State: APjAAAU9MnLSeaLyV5QMJLH5XPla/YBTJqHie4On9KzvuoTM3+dfSpa5 yYHxWdDEv9c9SR/SG8dIyQ== X-Google-Smtp-Source: APXvYqwr331z8ys+D6w3OJ2WrCPo+IcU7ON1CRtPKaOaqLH/cCD4TjV10X9neV6Ah8fSUzOkO/PO+A== X-Received: by 2002:a9d:3df7:: with SMTP id l110mr4679151otc.245.1572049075529; Fri, 25 Oct 2019 17:17:55 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s194sm1021099oie.19.2019.10.25.17.17.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 17:17:55 -0700 (PDT) Date: Fri, 25 Oct 2019 19:17:54 -0500 From: Rob Herring To: Geert Uytterhoeven Cc: Magnus Damm , Mark Rutland , Philipp Zabel , Eugeniu Rosca , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: Re: [PATCH v2 3/5] dt-bindings: reset: rcar-rst: Document r8a77961 support Message-ID: <20191026001754.GA7560@bogus> References: <20191023122911.12166-1-geert+renesas@glider.be> <20191023122911.12166-4-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191023122911.12166-4-geert+renesas@glider.be> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Wed, 23 Oct 2019 14:29:09 +0200, Geert Uytterhoeven wrote: > Add DT binding documentation for the Reset block in the Renesas R-Car > M3-W+ (R8A77961) SoC. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Yoshihiro Shimoda > --- > v2: > - Add Reviewed-by. > --- > Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 C6D61CA9EA0 for ; Sat, 26 Oct 2019 00:18:05 +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 92AD420679 for ; Sat, 26 Oct 2019 00:18:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LQ8m6gS7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92AD420679 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+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=tyCFREQ30uxkIxQA5OLR8fTzF/ius9ymaijeLmiAwbA=; b=LQ8m6gS71oeaeG jkqrje0I1XOM/Tz/Ikc5Vk1ukgxynKGFE6iHHVj0Cxl6H21eh+gzjQAKszswTI3hMFKmB86TjCbBA +zF4Ad8p4PGm3tvP5mGYQHIjYLRKg/IWlQ4TP3h0e+pXFmUxTVICgwHj7poMr0ewK1mFkShNm/NAA NNRwUU80tEpQ/R/ahX0hDQzdiBk4lgClPYflzYJh5n+LBjnoJBVWlDl1Esb8zyww32orILtScKReI AGqQIGoL9q0LOUHENznPB9IS7txuMFCt1Kj84sAl6GTXtIwwlxDGyg66jGEIWasFFWSfnpzTxqNX/ 7Hgj5BZwMCY/azXnBbjw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iO9mO-0004B0-JS; Sat, 26 Oct 2019 00:18:04 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iO9mG-000456-M1 for linux-arm-kernel@lists.infradead.org; Sat, 26 Oct 2019 00:17:57 +0000 Received: by mail-ot1-f66.google.com with SMTP id n48so3210142ota.11 for ; Fri, 25 Oct 2019 17:17:56 -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:user-agent; bh=iSzDrVoqrHUXpxhq0CUJD5PvUFCtwOZDkPzXxXOj7UY=; b=K5UioobUq6yzv1eurVNKyfUMxahiqgjTcJGi0tB/jN3WmfBCwCx+TtOiEFZN+EIRBL l+rQeP0VHmN4NGbGXlINo1/CnF8CddfoGpvlLU++J1ApEI0WAtbSnZQ5+E2AhwLgUb7V wzaYAzO2CuASgbMFDb6HPjEC0iVlTejphjjSZNojxfsfptLQfnbr31bp3mrmlKoOkdCT /I0/xuSDwLHCJ5xMmEim8T9I+ZyHSXeqxWnFm7MSpDz+5C+cgOanZn55mabELNp/dhtr 7hhm8gfdYA9e9fgmf/VraanZsx9RwBUI6+bc4PCbOugjkyPTtjdTlheIgUVb+dDw/SAW vQqw== X-Gm-Message-State: APjAAAURF63lv0s/Zbk9EMueJo3j7xi7sEqKHG5FpUmdeNM9hlyaCPrH 6gUj7WxU/vHB+zxIDAMJGw== X-Google-Smtp-Source: APXvYqwr331z8ys+D6w3OJ2WrCPo+IcU7ON1CRtPKaOaqLH/cCD4TjV10X9neV6Ah8fSUzOkO/PO+A== X-Received: by 2002:a9d:3df7:: with SMTP id l110mr4679151otc.245.1572049075529; Fri, 25 Oct 2019 17:17:55 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s194sm1021099oie.19.2019.10.25.17.17.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 17:17:55 -0700 (PDT) Date: Fri, 25 Oct 2019 19:17:54 -0500 From: Rob Herring To: Geert Uytterhoeven Subject: Re: [PATCH v2 3/5] dt-bindings: reset: rcar-rst: Document r8a77961 support Message-ID: <20191026001754.GA7560@bogus> References: <20191023122911.12166-1-geert+renesas@glider.be> <20191023122911.12166-4-geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191023122911.12166-4-geert+renesas@glider.be> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191025_171756_729226_1A9D5CC9 X-CRM114-Status: GOOD ( 10.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, Philipp Zabel , Eugeniu Rosca , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 23 Oct 2019 14:29:09 +0200, Geert Uytterhoeven wrote: > Add DT binding documentation for the Reset block in the Renesas R-Car > M3-W+ (R8A77961) SoC. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Yoshihiro Shimoda > --- > v2: > - Add Reviewed-by. > --- > Documentation/devicetree/bindings/reset/renesas,rst.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel