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 1DAB0C43334 for ; Wed, 13 Jul 2022 21:05:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237131AbiGMVFO (ORCPT ); Wed, 13 Jul 2022 17:05:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235133AbiGMVFN (ORCPT ); Wed, 13 Jul 2022 17:05:13 -0400 Received: from mail-oi1-x22f.google.com (mail-oi1-x22f.google.com [IPv6:2607:f8b0:4864:20::22f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB7E32983D for ; Wed, 13 Jul 2022 14:05:12 -0700 (PDT) Received: by mail-oi1-x22f.google.com with SMTP id n206so92700oia.6 for ; Wed, 13 Jul 2022 14:05:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=8UQgy4Q8FGdA/Aqfe2MOpvAi3K11kCF5PxsjUjKpa3k=; b=QNwqtUTst2ieKisRxsycHIPorcglviR+QQHNAbZWN57M3wDvzSQCtlaQarVAVY6sJE 0pJOAEJDibWaJYWCR0O1acrbZnRJY82DT8tQImWP9nK0QngUv1LwInkDoxu6QchlkTPH Li9abQzJw/5r7RAbc06x4ZBp3VJ76PlMmSHvfjtCqlxyQas9y9k7Su6SteBTA9BFo4wn YlogJZzpmb1cGSI5JztShADD2E2JLfJUjo09/Q4clky58JK6htdp/f8WAf+dtD+6KC/K TccH+cJJXROu5AMHBO0iBIYpiE9BiHuDmkMer7+vqHEUKTarCNsn0lM/W8ExpqourOxU RSHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8UQgy4Q8FGdA/Aqfe2MOpvAi3K11kCF5PxsjUjKpa3k=; b=EE7NSDNc1gg8QH4M4D0N9UJXDZgpgnq38vgFxCpBGQ0PBJvG1De9JURMMueSXcS/jb SUvFK/8a340mivqYXPZ6R8KlQdx6ALESr4qBC/Ah8j+Wora4+YgT00tcpGp6EVuq3A/t psARlqHbYXQtK7w+hMuVQMCchaB7iSWzFlLfZUpzJ1EqTIve5c/+frqpYBRJQHgkfC1Q QmyAbcxvXSNtZq6K3ADmnqiRd7R9lfvG5oEB56JT4XVvidBq+rw5KohH+wvcY9rl31Na CuC49/cOKoewdjskMaqCru4G8yKRvGH2Y34iySEc5PjZxRR2gq5YfTWEECSpnnl3ah6L nVFg== X-Gm-Message-State: AJIora/C+Zz2XEsthu8+Fyrxw5etZk4UtD2Ej/e5fDhxFPkEQTKlXRZz gRHvkGUFQgQTbcuc2MG24uIoag== X-Google-Smtp-Source: AGRyM1tESh5p5JLl5SU0h1S49SXHXt7hpXZIB4yl/kKklZ8Tofs49GNKgqxZBaFmxw/s/jewgCXh8Q== X-Received: by 2002:a05:6808:1595:b0:33a:16b7:21b8 with SMTP id t21-20020a056808159500b0033a16b721b8mr5845066oiw.30.1657746312187; Wed, 13 Jul 2022 14:05:12 -0700 (PDT) Received: from builder.lan (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id 68-20020a9d0bca000000b00616d25dc933sm5156134oth.69.2022.07.13.14.05.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Jul 2022 14:05:11 -0700 (PDT) Date: Wed, 13 Jul 2022 16:05:09 -0500 From: Bjorn Andersson To: Robert Marko Cc: agross@kernel.org, konrad.dybcio@somainline.org, amitk@kernel.org, thara.gopinath@gmail.com, rafael@kernel.org, daniel.lezcano@linaro.org, rui.zhang@intel.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 4/5] drivers: thermal: tsens: add IPQ8074 support Message-ID: References: <20220708132930.595897-1-robimarko@gmail.com> <20220708132930.595897-4-robimarko@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220708132930.595897-4-robimarko@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri 08 Jul 08:29 CDT 2022, Robert Marko wrote: > Qualcomm IPQ8074 uses tsens v2.3 IP, however unlike other tsens v2 IP > it only has one IRQ, that is used for up/low as well as critical. > It also does not support negative trip temperatures. > > Signed-off-by: Robert Marko Reviewed-by: Bjorn Andersson Regards, Bjorn