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 9EAC4C433F5 for ; Fri, 8 Apr 2022 14:28:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236893AbiDHOa2 (ORCPT ); Fri, 8 Apr 2022 10:30:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231684AbiDHOaZ (ORCPT ); Fri, 8 Apr 2022 10:30:25 -0400 Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1473E2E0A0; Fri, 8 Apr 2022 07:28:16 -0700 (PDT) Received: by mail-oi1-f179.google.com with SMTP id v75so9001740oie.1; Fri, 08 Apr 2022 07:28:16 -0700 (PDT) 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=WXgCguQ66oOF41SzdSpgngpMaWsUgrrgSYYn8bnZP4w=; b=Bl0yeygJnxnGE4NLdc7ZKyoKYRyIcDsisUXziichehaoV8brrXEvEmHpRJ42zak50O pbWxy521km44Uis47P/5/oaGtNxIGXa9sBUJchn4sbq9Y+xh5nI2gOAhbK5NhePGcMkB Jvj6lFW4I5RNitNfoPlGv7ox7JjJ1gjiE7oyoApQbu6+VM5assmwcUS829igY9xNq2ZR BUbueVnC0mWo9hsA85v88hCc6EcaI8CW1LH+vWzskjWqOcEsvESEpQRq3327R0mk6DsC IdICPOo4XrRUT23JmcEirWpQR7y4qBNL/KnxC+lTwBwgM/aBqoZJ3YAyvBbUa9JAqv/w FE/A== X-Gm-Message-State: AOAM532futc0OLPG5UNQMzNp0i5HGHIGXJ7jR+hywqipZkSLWgmRR6SH SKpeKIGzmnaBP5SNiwAFYWFBPgWnCg== X-Google-Smtp-Source: ABdhPJxZqAGJzAtPAXsAQAHCDpuhQU+DE+9vx32+m0bAsC0m5cSXZFcsYO2+K2n/Qmmz2ny429LIOw== X-Received: by 2002:aca:2119:0:b0:2ec:a7ff:c042 with SMTP id 25-20020aca2119000000b002eca7ffc042mr8209366oiz.73.1649428095334; Fri, 08 Apr 2022 07:28:15 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r19-20020a056830121300b005cdb11a7b85sm9254050otp.29.2022.04.08.07.28.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 07:28:15 -0700 (PDT) Received: (nullmailer pid 3435369 invoked by uid 1000); Fri, 08 Apr 2022 14:28:14 -0000 Date: Fri, 8 Apr 2022 09:28:14 -0500 From: Rob Herring To: Luca Weiss Cc: Konrad Dybcio , ~postmarketos/upstreaming@lists.sr.ht, linux-arm-msm@vger.kernel.org, Bjorn Andersson , Amit Kucheria , linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , Zhang Rui , devicetree@vger.kernel.org, Thara Gopinath , Daniel Lezcano , linux-pm@vger.kernel.org, phone-devel@vger.kernel.org, Andy Gross Subject: Re: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Message-ID: References: <20211213082614.22651-1-luca.weiss@fairphone.com> <20211213082614.22651-6-luca.weiss@fairphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 08, 2022 at 01:25:26PM +0200, Luca Weiss wrote: > Hi all, > > On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote: > > On Mon, 13 Dec 2021 09:26:06 +0100, Luca Weiss wrote: > > > Add devicetree compatible for tsens on SM6350 SoC. > > > > > > Signed-off-by: Luca Weiss > > > Acked-by: Konrad Dybcio > > > --- > > > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > > Acked-by: Rob Herring > > It looks like this patch hasn't been applied yet. Could the responsible > maintainer please pick it up? Normally that should be the thermal maintainers, but I've applied this. Rob