From patchwork Fri Nov 13 15:08:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11903891 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 762B717EC for ; Fri, 13 Nov 2020 15:09:04 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 4550E2225B; Fri, 13 Nov 2020 15:09:04 +0000 (UTC) Delivered-To: soc@kernel.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) (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 BDA7622256 for ; Fri, 13 Nov 2020 15:09:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BDA7622256 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=geert@linux-m68k.org Received: from ramsan.of.borg ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id rr912300F4C55Sk06r91jz; Fri, 13 Nov 2020 16:09:01 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kdahB-0028AM-1p; Fri, 13 Nov 2020 16:09:01 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1kdahA-00GSnI-FR; Fri, 13 Nov 2020 16:09:00 +0100 From: Geert Uytterhoeven List-Id: To: arm-soc , arm-soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 0/4] Renesas ARM SoC updates for v5.11 Date: Fri, 13 Nov 2020 16:08:50 +0100 Message-Id: <20201113150854.3923885-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Hi arm-soc folks, This is my first pull request for the inclusion of Renesas SoC updates for v5.11. It consists of 4 parts: [GIT PULL 1/4] Renesas ARM defconfig updates for v5.11 - Enable support for the new R-Car V3U SoC in the arm64 defconfig, - Refresh shmobile_defconfig for v5.10-rc1. [GIT PULL 2/4] Renesas ARM DT updates for v5.11 - Touch screen and OV5640 camera support for the iWave RainboW Qseven board (G21D), and its camera expansion board, - Support for the AISTARVISION MIPI Adapter V2.1 board connected to HiHope RZ/G2 boards, - SPI (MSIOF) support for the R-Car M3-W+ SoC, - Digital Radio Interface (DRIF) support for the R-Car M3-N SoC, - Initial support for the R-Car M3-W+ ULCB/Kingfisher board combo, - Minor fixes and improvements. [GIT PULL 3/4] Renesas driver updates for v5.11 - Fix a mapping leak in the failure path of the R-Mobile System Controller driver. [GIT PULL 4/4] Renesas DT binding updates for v5.11 - Document suport for the R-Car M3-W+ ULCB/Kingfisher board combo. 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