Message ID | 20250224063531.2691961-1-quic_mmanikan@quicinc.com |
---|---|
Headers | show
Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 285871B21BF; Mon, 24 Feb 2025 06:35:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740378950; cv=none; b=osoLGpKcm8fqMCbiboP2lDj/wO9VlcWB3mPJozp6loiTVikoWaxzkDj5ZwD7Ya539rPOtF6Max16rXhie+wtXCgIkzjOFiubiKe+GEevfpc5u/MtWaBwBkWP/ddKcKilkeQJoTEumRjGqZL0Xj8BzE3rOujsNuRpCQNbLG1nGHY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740378950; c=relaxed/simple; bh=PR4ryLxXqD0evbS8mHEcMn7P5V/gco+863Pgr8tL69A=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=R/1nWmC07KsfzhfkBjVWjXCIjEGNMA431+2dq1KyVZ7pd8KqLc8nJ/RrXTNI1h2JsD3dHSo9weSW9K7uJFQojb6AWMaEBo0usx1BP93FuKZnR4Xi5SQQwu8bUXzd8xTVZHPrApkUTIN/FDuyx/J9XMO5rcxtEYh+oQofWcnkTZs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=ny71eU6r; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="ny71eU6r" Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 51NNSSSD010077; Mon, 24 Feb 2025 06:35:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=GFivpKgkJa/nu+McYWRXvJ qlVQ8LzLFGJGDjVmvhTrc=; b=ny71eU6rvZfBqkC+ERCKll18bK2iJy7GRmpiNo VMUoWTL6U5BlUsMBialz27ATdRAjB/da0U5w86oWvRAdiqz23rfcXlJ3fjaitckA s1T2I+AJIcD8ntpAZxSdWVYzljlTmYju8ZklFzvknG876Eu2mBdT2ZerbT7+VnLx DSDe0UP5jS7iuRypRgLOvb33PMIQ9P6e/UR9hu40rEeCwxLYhuuWsZCM4Pd84tGm uMhSdLV8AjPhPrJBSiZZhmJjuQiHv1YXIkGMlOE5/RYGl3m/irCIjAT3NGD6tzwD NraDwG8Eww8U+7U8ZT3RK21ooeufE6b8zupKPEWrLLC6AhmA== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 44y3xnc326-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 24 Feb 2025 06:35:45 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 51O6ZiNZ015423 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 24 Feb 2025 06:35:44 GMT Received: from hu-mmanikan-blr.qualcomm.com (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.1544.9; Sun, 23 Feb 2025 22:35:40 -0800 From: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> To: <andersson@kernel.org>, <konradybcio@kernel.org>, <robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>, <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: <quic_srichara@quicinc.com>, <quic_varada@quicinc.com> Subject: [PATCH v12 0/4] Add TSENS support for IPQ5332, IPQ5424 Date: Mon, 24 Feb 2025 12:05:27 +0530 Message-ID: <20250224063531.2691961-1-quic_mmanikan@quicinc.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: <linux-arm-msm.vger.kernel.org> List-Subscribe: <mailto:linux-arm-msm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-arm-msm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain 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-ORIG-GUID: gTo2kDcDJXAv_sSbpqsf_CzdILULoXAj X-Proofpoint-GUID: gTo2kDcDJXAv_sSbpqsf_CzdILULoXAj X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-02-24_02,2025-02-20_02,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=477 bulkscore=0 suspectscore=0 mlxscore=0 lowpriorityscore=0 adultscore=0 clxscore=1015 priorityscore=1501 spamscore=0 malwarescore=0 phishscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2502100000 definitions=main-2502240046 |
Series |
Add TSENS support for IPQ5332, IPQ5424
|
expand
|