From patchwork Fri Nov 1 15:58:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11223383 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E0B1E14DB for ; Fri, 1 Nov 2019 16:00:09 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (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 B95BD218DE for ; Fri, 1 Nov 2019 16:00:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="WL8/qJeG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B95BD218DE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+760+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id uTGEYY1556264xcG2PNGBkNA; Fri, 01 Nov 2019 09:00:09 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.42.1572623936831677595 for ; Fri, 01 Nov 2019 08:58:56 -0700 X-Received: by mail.kernel.org (Postfix) id 4B45221897; Fri, 1 Nov 2019 15:58:56 +0000 (UTC) X-Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (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 70D5E208E3 for ; Fri, 1 Nov 2019 15:58:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 70D5E208E3 X-Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id Lfyp210095USYZQ01fypyM; Fri, 01 Nov 2019 16:58:52 +0100 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iQZK5-0002rR-26; Fri, 01 Nov 2019 16:58:49 +0100 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iQZK4-0008CQ-W0; Fri, 01 Nov 2019 16:58:49 +0100 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 0/6] Renesas SoC updates for v5.5 (take two) Date: Fri, 1 Nov 2019 16:58:36 +0100 Message-Id: <20191101155842.31467-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 X-Gm-Message-State: VellQ1eCQoqjKfIN5bEGXrVtx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572624009; bh=uPX89YOcWJLKAeFwO4PF2qRtEQxpD1Xdr/UpLj77zMY=; h=Cc:Date:From:Reply-To:Subject:To; b=WL8/qJeGwvjQ/lAPOa8GqR7uDIT6HYbxeUTisAjqDlDoBhg3WqPEl5aoLfoFgoWsieY QWrzeMdIuJYlOeYPG4qiNoMdwlY77OZECLS1gt6/8j3zNsU1MzuHwf+6h/dZ6uclQZyH3 KIEJpqDpBaZaVTVHvCxPRsQ0HZp175+HTGA= Hi arm-soc folks, This is my second pull request for the inclusion of Renesas SoC updates for v5.5. It consists of 6 parts: [GIT PULL 1/6] Renesas ARM defconfig updates for v5.5 - Refresh shmobile_defconfig for v5.4-rc1. [GIT PULL 2/6] Renesas ARM SoC updates for v5.5 - Drop legacy DT clock support on R-Car Gen2. [GIT PULL 3/6] Renesas ARM64 defconfig updates for v5.5 (take two) - Enable support for the new R-Car M3-W+ (r8a77961) SoC. [GIT PULL 4/6] Renesas ARM64 DT updates for v5.5 (take two) - Video-Input and Serial-ATA support on RZ/G2N, - Color Management Module support on various R-Car Gen3 SoCs, - Initial support for the R-Car M3-W+ (r8a77961) SoC on the Salvator-XS board. [GIT PULL 5/6] Renesas driver updates for v5.5 (take two) - Initial support for the R-Car M3-W+ (r8a77961) SoC, - A minor fix. [GIT PULL 6/6] Renesas DT binding updates for v5.5 (take two) - JSON schema conversion, - Core support for the new R-Car M3-W+ (r8a77961) SoC, - Board compatible updates. Note that the new Renesas R-Car M3-W+ DT Binding Definitions are shared by driver and DT source files, and thus included in 3 pull requests: - "[GIT PULL 4/6] Renesas ARM64 DT updates for v5.5 (take two)" (for arm-soc), - "[GIT PULL 5/6] Renesas driver updates for v5.5 (take two)" (for arm-soc), - "[GIT PULL] clk: renesas: Updates for v5.5 (take two)] (for clk). If you prefer to merge this dependency explicitly, please pull tag renesas-r8a77961-dt-binding-defs-tag first. Thanks for pulling! 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 (#760): https://linux.kernel.org/g/patchwork-soc/message/760 Mute This Topic: https://linux.kernel.org/mt/40429297/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] -=-=-=-=-=-=-=-=-=-=-=-