From patchwork Wed Jun 24 13:19:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11623173 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 E8FA490 for ; Wed, 24 Jun 2020 13:22:07 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 BA14620738 for ; Wed, 24 Jun 2020 13:22:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tP3X25jT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BA14620738 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+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=O4yGNElqrRM7gE4duNFQV2INXpPLK9YXsUw9uHDVJyY=; b=tP3X25jT6vYPGEMNT76SOqeg/7 Dtxr8zUq2FhWCV19iaPz9MGzR7OHTiPCKTvsrMPr9O1ncw7umTp7nXVTFJZ6a/mMxwYz5N1LDCnsI 2WRjNxJEzdXyYo3hhjaOROUcp7TAXOqQrvMfXXf6G7CVLn+il249c79B8mlWF0ThS6xCzKnyAhbC+ 1a3QTZG7H17YKffejid8SjgQ8ahpfeQc5GmTa39bPL7d7Zfut9Wgfvv4fiww9lGIOkA5NKbFSwlA5 kIKQwxCzKKW7RViDoHv3Zrcnr/0P4xu/tmtI0GvsZzchALWpGnDa5t8a0q1OUWPOYhCxWVJxsOjOP VvNVacew==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jo5K3-000269-P4; Wed, 24 Jun 2020 13:20:15 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jo5JV-0001mA-81 for linux-arm-kernel@lists.infradead.org; Wed, 24 Jun 2020 13:19:44 +0000 Received: from ramsan ([IPv6:2a02:1810:ac12:ed20:55d:3294:1dc4:d387]) by michel.telenet-ops.be with bizsmtp id v1KY2200f3ySsk1061KY9j; Wed, 24 Jun 2020 15:19:34 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jo5JM-00027J-KQ; Wed, 24 Jun 2020 15:19:32 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jo5JM-0000yI-Iz; Wed, 24 Jun 2020 15:19:32 +0200 From: Geert Uytterhoeven To: Magnus Damm Subject: [PATCH 0/7] ARM: shmobile: defconfig: Update for v5.8-rc1 Date: Wed, 24 Jun 2020 15:19:24 +0200 Message-Id: <20200624131931.3686-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [2a02:1800:110:4:0:0:f00:18 listed in] [list.dnswl.org] 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 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, Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hi all, This patch series refresh the defconfig for Renesas ARM boards for v5.8-rc1, and enables missing support. I intend to queue this in renesas-devel for v5.9, and plan to send a similar (but modular) version for multi_v7_defconfig. Thanks for your comments! Geert Uytterhoeven (7): ARM: shmobile: defconfig: Refresh for v5.8-rc1 ARM: shmobile: defconfig: Enable DA9063 ONKEY support ARM: shmobile: defconfig: Enable CAT9554 support ARM: shmobile: defconfig: Enable RZ/A watchdog support ARM: shmobile: defconfig: Enable RZ/A1 CEU support ARM: shmobile: defconfig: Enable ADV7612 CEC support ARM: shmobile: defconfig: Enable RZ/A1H RTC support arch/arm/configs/shmobile_defconfig | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)