From mboxrd@z Thu Jan 1 00:00:00 1970 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 37062C433F5 for ; Tue, 5 Apr 2022 16:05:40 +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:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hVv2G/PXD2Ttwa7ehXSEe8CnzzncCfmJTAksRiYguuw=; b=ApLplFsrkPBtZK UQBRKp7AO456w8Z8tewvDbdhAiPR9pLnvI8onzoxu9nLBDWZXZdlGocmfBmnRfGyDvpgagKDbVeWK Hy6ZownwDPZLfAD5eeK4ZO2jK9hwyk3d4VKNBnk9Zd70Z2AImldMdfLbAdae/+/SCOZFWhCCD1gpg Z0kTGc3KB20P5B5OKlyEX5xBibLh72b1bElXM/X5OF5BqmYIdkHxC2LCjctdvZk6sYjwZO/7UyGuS NImzqEsw6C5uLr5xW/gaFsIUYfnwk6sZgb5JtbHDoeb96kcvwFSbGJpsHS+5u9SMRFnOO+eqhELW4 RmPY5OAUWDatt8qSJlmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nblfS-001on1-R1; Tue, 05 Apr 2022 16:04:31 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nblfO-001oj5-F4 for linux-arm-kernel@lists.infradead.org; Tue, 05 Apr 2022 16:04:28 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 235ANpX7013964; Tue, 5 Apr 2022 18:04:09 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=siZuhc+89Jo9JDA/pbHU2hXuJ1K7MHFkUHJM38FJfmw=; b=wjcnvV0EE/7FrSLN1x2A8CbH1mUtD2blQDYwa/L32Abma3dUt+KypinbB/YCNajWtFRR QadwC+5pppvKXtF3T6KAambfwcr1uH0TliGG7d6+ouJmyV3NWFJuyV+uZr5518Kqdl1K a13t6OlHsHmNUdYADAkZMHSN+M/cwhN831PcTFBt8sK6vXkjYAt6rzpPUR9WHhoKqq+p QVcZ7bLp90qHjeOSFj3rZBdGRWPcymFcg+kHOsbAchmw/bHXthgRkClkD4q4CSyW+Mla 7qV2fe7yPDnofLmlafzNRa+H81c99c1eodrCAB5twZ3IUZbrPwLa+4znao1AkP0xyOD+ +Q== 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 3f6du0r4em-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 05 Apr 2022 18:04:09 +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 C2A4810002A; Tue, 5 Apr 2022 18:04:08 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 9B6DB245534; Tue, 5 Apr 2022 18:04:08 +0200 (CEST) Received: from [10.201.20.246] (10.75.127.48) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Tue, 5 Apr 2022 18:04:07 +0200 Message-ID: <9f10659b-a778-1c9b-09ba-bd4dbc3f7c66@foss.st.com> Date: Tue, 5 Apr 2022 18:04:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v2] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL Content-Language: en-US To: Mathieu Poirier CC: Catalin Marinas , Will Deacon , Bjorn Andersson , , , References: <20220405115524.1020499-1-arnaud.pouliquen@foss.st.com> <20220405152555.GB4147585@p14s> From: Arnaud POULIQUEN In-Reply-To: <20220405152555.GB4147585@p14s> X-Originating-IP: [10.75.127.48] 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_090426_924023_896499B2 X-CRM114-Status: GOOD ( 18.26 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 4/5/22 17:25, Mathieu Poirier wrote: > On Tue, Apr 05, 2022 at 01:55:24PM +0200, Arnaud Pouliquen wrote: >> 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 > > This patch is missing a separation marker, i.e "---", just above. Without it > the text below is also included in the changelog, and it shouldn't. A badly controlled cleaning... I send a V3 My apologizes, Arnaud > > Thanks, > Mathieu > >> >> This patch is extracted from the series [1] that has been partially >> integrated in the Linux Kernel 5.18-rc1. >> >> Update vs previous version: >> - remove "Fixes:" tag in commit, requested by Mathieu Poirier in [2] >> >> [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 >> -- >> 2.25.1 >> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel