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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87132C05027 for ; Wed, 8 Feb 2023 05:57:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230392AbjBHF5f (ORCPT ); Wed, 8 Feb 2023 00:57:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbjBHF5c (ORCPT ); Wed, 8 Feb 2023 00:57:32 -0500 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0438A2714; Tue, 7 Feb 2023 21:57:31 -0800 (PST) Received: from pps.filterd (m0279870.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3185ncuU028288; Wed, 8 Feb 2023 05:57:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=qzwML2fEJSb0jf7wFSzk5+ZaQdTZxJguLIg/pfeDW20=; b=FKb/a9Pyxey6Sx5ueDoBtOV/TpoGl6URkFb/ynkRLM8sMVA6G7QRJ1gaa6BxORZb5fSb jXjiHPs3egf5j1jU6tOo3MOVXqY1tzM4S5JVfV9AWEvLTr9wSiHtGP1400JKnGa5JrcI CxBPMMmJGdx6PrhOfBk0oZYyd26p+1h5COaq0YRTuldXw69Yc/6PRY9VCxyDcE8yDnZM 0gsxm95z/ZSy9MXa2gdhUEMeUXj60r5vdhcgIHwEDRl906691qw1TYnVWtbxTfSjYxGD wwBqoc29+10SCPCA3w6GNKQFkiQ9AChvioYZhv3aOiL1U0dKPD8mE29znPqOoFWmU2Lu 4w== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nkfesbdpc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 08 Feb 2023 05:57:28 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3185vQ8A014665 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 8 Feb 2023 05:57:27 GMT Received: from kathirav-linux.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.986.36; Tue, 7 Feb 2023 21:57:22 -0800 From: Kathiravan T To: , , , , , , , CC: , , Kathiravan T Subject: [PATCH 0/2] Add socinfo support for IPQ5332 variants Date: Wed, 8 Feb 2023 11:27:07 +0530 Message-ID: <20230208055709.13162-1-quic_kathirav@quicinc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) 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: 0-0jjGQLFjkkkToFlbf58BQhqVe05vKx X-Proofpoint-ORIG-GUID: 0-0jjGQLFjkkkToFlbf58BQhqVe05vKx X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-02-08_02,2023-02-06_03,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 adultscore=0 suspectscore=0 mlxlogscore=531 impostorscore=0 mlxscore=0 malwarescore=0 spamscore=0 lowpriorityscore=0 clxscore=1015 phishscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302080053 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds support for qcom-socinfo for IPQ5332 family of SoCs. Functionally this series needs SMEM support which is added in download mode support patches. https://lore.kernel.org/linux-arm-msm/20230130170155.27266-1-quic_kathirav@quicinc.com/ Kathiravan T (2): dt-bindings: arm: qcom,ids: Add IDs for IPQ5332 and its variant soc: qcom: socinfo: Add IDs for IPQ5332 and its variant drivers/soc/qcom/socinfo.c | 2 ++ include/dt-bindings/arm/qcom,ids.h | 2 ++ 2 files changed, 4 insertions(+) -- 2.17.1