From patchwork Tue Apr 5 16:11:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Pouliquen X-Patchwork-Id: 12801768 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D90CDC433EF for ; Tue, 5 Apr 2022 16:15:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=oV9QIZqP2vozQen5+4X8TV3Adh+HB4yCJBRG0pM3lPo=; b=qN2NxJqmf0T9rn 1nRHDKhaJQO4qqH9Afq8fvyXRgTjDV92rwmgZLddz8pDnaJatSDNzqtYvPXeKNX3u2zg1+dgNT/NN pO+cPnqU4+oq1vWo7BTqct8xl/fBUGx76xG8eFCbBjDa40AloGvgZOdCVertztRh79/zlw0ScL3+0 4g0ci2MHZEVCQKqMtgc35Ts973ju/56c37WEQyxFjDNR1icwhx4Ke3nfXkxVdSnwkO3iZ05mO11Yd jP04NT86uuWDjq47hkBkh/6nv87PhNOgroLaDlMnoL/9wVa/N3N62iTUA++5VXnPbjD1wasLR/WQF NfbZKGc7TbeiQr/GrVZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbloS-001rsO-MK; Tue, 05 Apr 2022 16:13:49 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nblml-001r8L-Rb for linux-arm-kernel@lists.infradead.org; Tue, 05 Apr 2022 16:12:05 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 235Dkb0A024619; Tue, 5 Apr 2022 18:11:52 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=YYuFJUbBGAhIAF7jE0NLyDCpsVggjgUfUTeXHBPg+6w=; b=ED8nOSlV3isg8Qq3bH+Bvfd8Zt5/XefkPF98Txb9noYRKAH3Rze4l63NHwHyqa/6URl/ lw9ENLxj1Fi62hSYxf3QHs5jELIVPXwwMl2GvTkMLEswQTUWO8npUP6GWqOpLqqRnBc1 j32HrcFyGLFc1j8MVcnl3PaIj56tqvgDb3EorPiUaQ4mie5YPtoxtbSyeBQgHQUfE1rm k51gX6HAfaqEDv2u72GkKrYuRuEBreAllIlID8GwFealdE6fX3x03an97GDAl8IPwfQD PYWJmxCyRZJNZWl1ZLQ6GvEHP7T7U7MEIDVl0iXE7K9fUgbSlrcmN/g3VTD4vOajfvuJ +g== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3f6dcgu3xw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 05 Apr 2022 18:11:52 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4A0EE10002A; Tue, 5 Apr 2022 18:11:52 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3CE962278AC; Tue, 5 Apr 2022 18:11:52 +0200 (CEST) Received: from localhost (10.75.127.50) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Tue, 5 Apr 2022 18:11:51 +0200 From: Arnaud Pouliquen To: Catalin Marinas , Will Deacon , Bjorn Andersson , Mathieu Poirier , CC: , , Subject: [PATCH v3] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL Date: Tue, 5 Apr 2022 18:11:14 +0200 Message-ID: <20220405161114.1107745-1-arnaud.pouliquen@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.850,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-04-05_04,2022-04-05_01,2022-02-23_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220405_091204_226132_3DB71239 X-CRM114-Status: GOOD ( 14.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org In the commit 617d32938d1b ("rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl"), we split the rpmsg_char driver in two. By default give everyone who had the old driver enabled the rpmsg_ctrl driver too. Signed-off-by: Arnaud Pouliquen Reviewed-by: Mathieu Poirier --- This patch is extracted from the series [1] that has been partially integrated in the Linux Kernel 5.18-rc1. Update vs previous version: - Add missing "---" separation marker after "Signed-off-by". [1]https://lore.kernel.org/lkml/15be2f08-ba03-2b80-6f53-2056359d5c41@gmail.com/T/ [2]https://lore.kernel.org/linux-arm-kernel/CANLsYky1_b80qPbgOaLGVYD-GEr21V6C653iGEB7VCU=GbGvAQ@mail.gmail.com/T/ --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 50aa3d75ab4f..3f8906b8a2ca 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1053,6 +1053,7 @@ CONFIG_QCOM_Q6V5_PAS=m CONFIG_QCOM_SYSMON=m CONFIG_QCOM_WCNSS_PIL=m CONFIG_RPMSG_CHAR=m +CONFIG_RPMSG_CTRL=m CONFIG_RPMSG_QCOM_GLINK_RPM=y CONFIG_RPMSG_QCOM_GLINK_SMEM=m CONFIG_RPMSG_QCOM_SMD=y