From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 88CD125BEF8; Sat, 14 Mar 2026 10:30:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773484242; cv=none; b=maWZql+rjYaaAh9hqmpBPwvMrpPj3+SBKQyI9OoAvEoc8IA4NLAUlhqDFtBzFXxgOpKKoH80rKVP//CYBems2ndwV9R0mrv+GPq+0vKe93Wd/fbpdDlRnz2cQkN1gIHhxawsPZgY9sQpJ6esxyue1SDoDj8qLRLHVueVakJ3Fgg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773484242; c=relaxed/simple; bh=wFxpXjjyJQOtt4KFE7MmeMVIi7dVOR3dB2IUYazCsLg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aoMHiuIX3Ru93DtAvZ7a5nNz2VaogN6Um07LjviFCxZthSNbatkd5ZJvyTwzWV+JGSbKZwtZGlhmpAOIH2zU8tXKFQGLub9RHP/4+rXf1cygBTNk/K7awxAGgJQNZIEWvZ6iO0ndhfunc3gMLOKVbkTsZFzFelc9NoLT9mGBYok= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B1YESq99; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="B1YESq99" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E0A9C116C6; Sat, 14 Mar 2026 10:30:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773484242; bh=wFxpXjjyJQOtt4KFE7MmeMVIi7dVOR3dB2IUYazCsLg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B1YESq99qNrXTv/i03Mk6JLQKb0c9Cim+DhaKEkJcM8238vCZTsKMv8njLovSw/Mb vrpSkzluDGQTXRf7LRkRSC8n41iqHcr69Jr6Wy2qXOoha7QWNIHoS5oyM06TobQ/7q 0iwNvcg7SN+z1e4Ul10nMwZKMI0iZkigjMuscK33UGmYCFIN84mEiW2kxZFTLsu9Qd ACfFR9BjPrlEsm+WEWkpGJaS2I89olbRocsVhXoFY6sP9VuRGt8mH8lhXbPRQd02RJ iDR8AweGL9kGsCV2kqiNNTTuqhIpB9qx+IoJYdhTchsn2+DelfCzEsexYx4K2bU39/ Ln8aHcJ1rrxeA== Date: Sat, 14 Mar 2026 11:30:39 +0100 From: Krzysztof Kozlowski To: Gaurav Kohli Cc: Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, aastha.pandey@oss.qualcomm.com, dipa.mantre@oss.qualcomm.com, Manaf Meethalavalappu Pallikunhi Subject: Re: [PATCH 1/2] dt-bindings: thermal: qcom-tsens: Document the SM8750 Temperature Sensor Message-ID: <20260314-macho-solid-tortoise-408b0f@quoll> References: <20260313-sm8750_tsens-v1-0-250fcc3794a2@oss.qualcomm.com> <20260313-sm8750_tsens-v1-1-250fcc3794a2@oss.qualcomm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260313-sm8750_tsens-v1-1-250fcc3794a2@oss.qualcomm.com> On Fri, Mar 13, 2026 at 04:04:17PM +0530, Gaurav Kohli wrote: > From: Manaf Meethalavalappu Pallikunhi > > Document the Temperature Sensor (TSENS) on the SM8750 SoC. > > Signed-off-by: Manaf Meethalavalappu Pallikunhi > Signed-off-by: Gaurav Kohli > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof