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=-11.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,URIBL_BLOCKED,USER_AGENT_GIT 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 EC203C32750 for ; Fri, 2 Aug 2019 12:04:46 +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 B3B4A217D6 for ; Fri, 2 Aug 2019 12:04:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bDc5Gr0r" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3B4A217D6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=+OvnS8LMCfbsAOgAGZyb5qBBDdfGtV+ZpJsYtKg8WKA=; b=bDc5Gr0rdo3nBtCCMI1biAs8uc NuBbfelAo438+SJFcKFIaQSwBarU98xbFXWXAFcXs1o9OhHCec58crnqTA7cBplg5slXvmzNA3WZl 8E0TxshVs8NoB8fFYbwv2c8LXek9xzIQjwPfe/lh6PFyZX+4afefv2IGo3mFn4wzu2NUizQmyWgyk 7sNY2eSCZAVQ154C91CKKUxGK9jk4NqAeCtBYw/DTcVq+iyii/Qvk0MG17LDt0iQLme2mIRdXtiFP A8A0ln9ykVqjENNrWyxSDtIWb7aePZgYuMUI96iKho96crolcOWmF6U1kWBtgES7KhmfXqeiqZMk6 WJ9MM3vA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1htWIg-0008Br-98; Fri, 02 Aug 2019 12:04:46 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1htWIH-0007VN-9t for linux-arm-kernel@lists.infradead.org; Fri, 02 Aug 2019 12:04:22 +0000 Received: from ramsan ([84.194.98.4]) by albert.telenet-ops.be with bizsmtp id kC4D2000B05gfCL06C4DZD; Fri, 02 Aug 2019 14:04:16 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1htWI9-0002hX-Pv; Fri, 02 Aug 2019 14:04:13 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1htWI9-0000PG-Of; Fri, 02 Aug 2019 14:04:13 +0200 From: Geert Uytterhoeven To: arm-soc , arm-soc Subject: [PULL 3/3] Renesas DT binding updates for v5.4 Date: Fri, 2 Aug 2019 14:03:55 +0200 Message-Id: <20190802120355.1430-4-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190802120355.1430-1-geert+renesas@glider.be> References: <20190802120355.1430-1-geert+renesas@glider.be> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190802_050421_644092_7B27737D X-CRM114-Status: UNSURE ( 8.14 ) X-CRM114-Notice: Please train this message. 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: linux-renesas-soc@vger.kernel.org, Simon Horman , Magnus Damm , Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 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 The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.4-tag1 for you to fetch changes up to 8cb7ec14188649cf2151464050413e2814fd7cf1: dt-bindings: can: rcar_can: Complete documentation for RZ/G2[EM] (2019-07-29 15:36:39 +0200) ---------------------------------------------------------------- Renesas DT binding updates for v5.4 - RZ/G2 updates for the R-Car CAN and CANFD DT bindings. ---------------------------------------------------------------- Fabrizio Castro (2): dt-bindings: can: rcar_canfd: document r8a774a1 support dt-bindings: can: rcar_can: Complete documentation for RZ/G2[EM] Documentation/devicetree/bindings/net/can/rcar_can.txt | 2 +- Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel