From patchwork Fri Aug 2 12:03:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11073245 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4FDD61399 for ; Fri, 2 Aug 2019 12:09:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 388E9285B9 for ; Fri, 2 Aug 2019 12:09:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2B8FF28815; Fri, 2 Aug 2019 12:09:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MIME_HEADER_CTYPE_ONLY,RCVD_IN_DNSWL_LOW, T_TVD_MIME_NO_HEADERS autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D151A285B9 for ; Fri, 2 Aug 2019 12:09:13 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Fri, 02 Aug 2019 05:09:13 -0700 X-Received: by mail.kernel.org (Postfix) id EF0F621849; Fri, 2 Aug 2019 12:09:12 +0000 (UTC) X-Greylist: delayed 301 seconds by postgrey-1.34 at mail.kernel.org; Fri, 02 Aug 2019 12:09:12 UTC DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 95F7B217F5 X-Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 95F7B217F5 for ; Fri, 2 Aug 2019 12:09:12 +0000 (UTC) X-Received: from ramsan ([84.194.98.4]) by laurent.telenet-ops.be with bizsmtp id kC462000205gfCL01C46MU; Fri, 02 Aug 2019 14:04:08 +0200 X-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 X-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: Linuxkernel+Patchwork-Soc via Email Integration Cc: Simon Horman , Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven 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> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1564747753; bh=rPDHfRBfyMyRp7NflfrU1s6aC92S58zzWdLNiLPir4Y=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=wmT3mFZS8EcOfI4P9ITTR8XlUk/tMB1h6tpgDcjfo27jvFIv4hP5Psfl6Nbj4v25ZBm 3VZgZled8Rq6kB0U6aPjIPULWzj1uMYFuN6QtdHqZbfsZ0+S246LrTE19ZcmhbvfGgECF WKL2lXWUymRdlVB0MO2mb3GWEOwsq0zigrY= X-Virus-Scanned: ClamAV using ClamSMTP 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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227): https://linux.kernel.org/g/patchwork-soc/message/227 Mute This Topic: https://linux.kernel.org/mt/32689792/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-