From mboxrd@z Thu Jan 1 00:00:00 1970 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 B378BC3DA7A for ; Mon, 2 Jan 2023 12:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232760AbjABMUw (ORCPT ); Mon, 2 Jan 2023 07:20:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232882AbjABMUr (ORCPT ); Mon, 2 Jan 2023 07:20:47 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29A3F97; Mon, 2 Jan 2023 04:20:46 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 173146600366; Mon, 2 Jan 2023 12:20:44 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1672662044; bh=sVHyMpKuf0CmXqLe4Cs8pBqtliKrHaOFfObz3d6mKJc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RhA8nsDFkoKGuknyMlxYDpX324rpUU89peNMM6QGIr56iPHab5m310cfHDXCermZG vYBfgRNaAxexyuAf6boCPJBT7t4llWYiIRVELxvqS8XEbb2o5KIVfAtB5MDGJKZFT4 9h+cAzoXizShWSoz9QpVUordqehmnlVTVi/1dA62VsGZtA19DbZllj7UpYrSTLzt9Z xXxrQTnXALS74JDBYMsiYZitR2jIIT9EMtYQ/W/dDh4vkHkbYsIwQG+rsQ+LiUosZk I39SB6JdkfMSVOv/53Lj5Oa/2YN2jI7LM/k6WdGCGeERWrw/MLVxKluYyye0hp6uaC 8e9zTklV5f2CQ== Message-ID: <404fa369-471b-6ff5-e137-1bf1a2023fcd@collabora.com> Date: Mon, 2 Jan 2023 13:20:41 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v6 14/20] thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956 Content-Language: en-US To: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Amit Kucheria , Thara Gopinath , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui Cc: Bryan O'Donoghue , Shawn Guo , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org References: <20230101194034.831222-1-dmitry.baryshkov@linaro.org> <20230101194034.831222-15-dmitry.baryshkov@linaro.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230101194034.831222-15-dmitry.baryshkov@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 01/01/23 20:40, Dmitry Baryshkov ha scritto: > There is no dtsi file for msm8976 in the kernel sources. Drop the > compatibility with unofficial dtsi and remove support for handling the > single-cell calibration data on msm8976. > > Cc: AngeloGioacchino Del Regno > Reviewed-by: Konrad Dybcio > Signed-off-by: Dmitry Baryshkov Reviewed-by: AngeloGioacchino Del Regno