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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no 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 61D72C433FF for ; Fri, 2 Aug 2019 12:04:20 +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 389BC217D4 for ; Fri, 2 Aug 2019 12:04:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bgF9WmeC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 389BC217D4 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: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:In-Reply-To: References:List-Owner; bh=6PArDPVaBtaw6ZTebWdIziaa3P4D2xZ5pBtcJaJlUa0=; b=bgF 9WmeC0utINUECGwP76iw4UPS+Wue3ZmWtgTdGTlevQWB2o28YqMyLvfIPX4cf5o2UgLUhliR5VLri HYfD4PL5cG57xDejDIbss5D081Kc7w0Tc1/amoNGtMd8fCljoCLKoJSA4qbh25iTOqmQ5FmeRIXXE jl/0YqgTiFh5jP1nLu5fQqdgmldOXbEidX2ZIPv1AL7ArOVNDqDgE9UntK+y52cRu/U6jJ8/IOi9A REG6KYTfYwTzyhA6LIlzC0AXuC2pVJGtP7mo5k6HRRLMx9u+KiCBc0IpYar3l+jV2CgirU77RkVza uI7hi9qYkU9XCac+w/KlLQ4XpGzH17w==; 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 1htWIF-0007Vm-TB; Fri, 02 Aug 2019 12:04:19 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1htWIB-0007Sz-VN for linux-arm-kernel@lists.infradead.org; Fri, 02 Aug 2019 12:04:18 +0000 Received: from ramsan ([84.194.98.4]) by laurent.telenet-ops.be with bizsmtp id kC462000205gfCL01C46MU; Fri, 02 Aug 2019 14:04:08 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1htWI1-0002hK-Tm; Fri, 02 Aug 2019 14:04:05 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1htWI1-0000P5-RU; Fri, 02 Aug 2019 14:04:05 +0200 From: Geert Uytterhoeven To: arm-soc , arm-soc Subject: [PULL 0/3] Renesas SoC updates for v5.4 Date: Fri, 2 Aug 2019 14:03:52 +0200 Message-Id: <20190802120355.1430-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190802_050416_165756_D7707DE3 X-CRM114-Status: UNSURE ( 7.42 ) 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 Hi arm-soc folks, This is my first pull request for the inclusion of Renesas SoC updates for v5.4. As this is also my first pull request for arm-soc, I wanted to start with something small. You can expect more later. It consists of 3 parts: [PULL 1/3] Renesas ARM64 DT updates for v5.4 - CAN support for the HiHope RZ/G2E board, - BT and WLAN support for the HiHope RZ/G2[MN] boards, - Sound support for RZ/G2M, - Sort nodes in various SoC and board DTSes, - Small fixes and improvements. [PULL 2/3] Renesas driver updates for v5.4 - Fix a flexible array member definition in the R-Car SYSC driver. [PULL 3/3] Renesas DT binding updates for v5.4 - RZ/G2 updates for the R-Car CAN and CANFD DT bindings. For now I more or less followed Simon's way of structuring the branches, but I'm open for change. Hence if you have any comments, or suggestions for improving the workflow, please let me know. Thanks for pulling, and for your comments! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel