From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1FC9B568E for ; Mon, 23 Oct 2023 06:12:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="dEWE4u7k" Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BA58D75; Sun, 22 Oct 2023 23:12:34 -0700 (PDT) Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 39N5hEnf016863; Mon, 23 Oct 2023 06:12:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=TR4cCLVVUuodleUJxwji/couWpX5VWOKVZM54jdfErQ=; b=dEWE4u7kOUh2CDXVxjS7rz5mrPc7o/UG5+YTTk7RTBqB4zCrIebEfNaw8R9av2OT6OaN LNp/M7h6lDhaUnirg/rQuZWLqb4Lh2ktgs/fI8s8Qf3NJyicpcIzujUcSF+huUAihqcp mGOwCw+nzdskq0+fQHu6W300Uu4pihylFTun5tJMTFVvLDDiSOdYEn2xnh+CDLB/ToMf 5fJI1CVhRXLs6g1XF+qvrtvsBmFdczFkAbp0DZZAGQQSDu83vlkwNoqv8Q2Ym4IW8w3W V+7KCHQALR2r3+TGZXgLdOK39LL6jNzUmrdz4FFpjxsphb0hSw+/6E5oZB80oXO+YE4D UQ== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3tv68737we-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 23 Oct 2023 06:12:11 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 39N6C9aS030600 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 23 Oct 2023 06:12:09 GMT Received: from [10.216.48.174] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.39; Sun, 22 Oct 2023 23:12:02 -0700 Message-ID: Date: Mon, 23 Oct 2023 11:41:57 +0530 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH 05/11] iio: adc: qcom-spmi-adc5: remove support for ADC7 compatible string Content-Language: en-US To: Jonathan Cameron CC: , , , , , , , , , , , , , Bjorn Andersson , Konrad Dybcio , Lars-Peter Clausen , , , References: <20230708072835.3035398-1-quic_jprakash@quicinc.com> <20230708072835.3035398-6-quic_jprakash@quicinc.com> <20230708160048.5a5ad01a@jic23-huawei> From: Jishnu Prakash In-Reply-To: <20230708160048.5a5ad01a@jic23-huawei> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: YlCZQFT70r3ixn-UUXlRCiONEPGF0Vb3 X-Proofpoint-ORIG-GUID: YlCZQFT70r3ixn-UUXlRCiONEPGF0Vb3 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-10-23_03,2023-10-19_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 adultscore=0 suspectscore=0 priorityscore=1501 bulkscore=0 phishscore=0 lowpriorityscore=0 malwarescore=0 mlxlogscore=841 impostorscore=0 spamscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2310170001 definitions=main-2310230054 Hi Jonathan, On 7/8/2023 8:30 PM, Jonathan Cameron wrote: > On Sat, 8 Jul 2023 12:58:29 +0530 > Jishnu Prakash wrote: > >> Now that usage of "ADC7" name has been replaced with usage of "ADC5 >> Gen2" name everywhere, remove the "qcom,spmi-adc7" compatible string. >> >> Signed-off-by: Jishnu Prakash > Nope. Unless all your dts files are distributed with the kernel, dropping > this breaks anyone who upgrades the kernel against an older firmware... > > So even after the rename, you need to keep the deprecated naming around for > the binding side of things. > > Jonathan > >> --- Yes, I'll drop this patch, will just mark the older name as deprecated. Thanks, Jishnu