From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="n/Bm+hcT" Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2EADA2; Mon, 20 Nov 2023 17:04:41 -0800 (PST) Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AL0xXWb028483; Tue, 21 Nov 2023 01:04:37 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=EFUmDAAQJOnJ9Hr7n7zXq0aoNTgaGGAl6nM3RPDiDXc=; b=n/Bm+hcTlTIItnm+qLwbv2HoTs7EeX9aulcFtdZxHZJEBaqYL81Z0A9p+kN6flwPpC/S CYyJ0AaknkIu30a5vfvPgv/2Us6FZoQxs8+uwGl3N9miBRU4uu1KaJ1YbswwypeOWA// XHt0SjQgGu+ToIR80qZ/uJciLXc7qgnAa90SS75zCrNzMI9m7QLmLOi38RuqzaitlKwh f/jn9dBglgT2+5u1HEYfLJ58aaIoWdA9jH52Lab8m02k/DngjiLyFTt52k34Rgz283tN ceaPC4Z7dLCpmUDCCV6GOK7E1j1SZ02fNEnAXgyQ6uwOg3R1f2grEpai4Sry/T/DzEoS uQ== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3ugdxmgg9r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Nov 2023 01:04:36 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3AL14aAd021372 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Nov 2023 01:04:36 GMT Received: from [10.239.132.204] (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.40; Mon, 20 Nov 2023 17:04:31 -0800 Message-ID: Date: Tue, 21 Nov 2023 09:04:31 +0800 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 14/16] arm64: dts: qcom: sm8550-aim300: add sound card To: Krzysztof Kozlowski , , , , , , , CC: , , , References: <20231117101817.4401-1-quic_tengfan@quicinc.com> <20231117101817.4401-15-quic_tengfan@quicinc.com> <6b2b9ea8-d771-4d7a-88c6-a75b70804139@linaro.org> From: Tengfei Fan In-Reply-To: <6b2b9ea8-d771-4d7a-88c6-a75b70804139@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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: V-p58a836mRC8zNVCbBiZ4KIamcKD7aZ X-Proofpoint-ORIG-GUID: V-p58a836mRC8zNVCbBiZ4KIamcKD7aZ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-20_22,2023-11-20_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 bulkscore=0 phishscore=0 clxscore=1015 priorityscore=1501 malwarescore=0 lowpriorityscore=0 spamscore=0 adultscore=0 impostorscore=0 mlxlogscore=743 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311210004 在 11/17/2023 6:33 PM, Krzysztof Kozlowski 写道: > On 17/11/2023 11:18, Tengfei Fan wrote: >> Add the sound card node with tested playback over WSA8845 speakers and >> WCD9385 headset over USB Type-C. >> >> Signed-off-by: Tengfei Fan >> --- >> arch/arm64/boot/dts/qcom/sm8550-aim300.dts | 82 ++++++++++++++++++++++ >> 1 file changed, 82 insertions(+) >> > > NAK, it's initial submission. > > Stop useless splitting of work which is done. You cannot have "release > late, release often". The rule is: "release early, release often". > > Best regards, > Krzysztof > Hi Krzysztof, In next version patch series, I'm going to combine all the splited functions into one patch. -- Thx and BRs, Tengfei Fan