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 X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EE5EC2D0C0 for ; Thu, 26 Dec 2019 20:26:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 213342080D for ; Thu, 26 Dec 2019 20:26:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Y+/E7sdI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726831AbfLZU0N (ORCPT ); Thu, 26 Dec 2019 15:26:13 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:44861 "EHLO mail-wr1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726653AbfLZU0N (ORCPT ); Thu, 26 Dec 2019 15:26:13 -0500 Received: by mail-wr1-f66.google.com with SMTP id q10so24467016wrm.11; Thu, 26 Dec 2019 12:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=9U7JTfD4fduXLjfQ1Xx2mG/4Nq5G+aypGi2uRZjCndQ=; b=Y+/E7sdISgFCod6NdnHJW479g8MbWWiNgwWpI5rVpokct4dLSn3EClz4zxD5nUcwHG 849iZdjDWcPvqsDGib5WzIiUhGuLV+apNaE8wxvr6ziNcMBV04P+eNSrmZheHrP9KoN5 1f56JreZqERgJjZe2LLqBOpErT4GWmzWRSJapOT42TkPWV/3Nch5oKXTNI6qsQQJw59Q /SD+GdekkD7sWS3z770vw6CkDlXPFk3WkuhXb23RpwdtmICcNf6wxMByJxP80Jo5J9kp 0QXxbYyDDSjx+3bMkRs9XA5u47uWRz2SYIF9gBE9sbvQScuTJXiC3PGYpDnBV72LD6QP 75xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=9U7JTfD4fduXLjfQ1Xx2mG/4Nq5G+aypGi2uRZjCndQ=; b=sM5XWbGwh/7bJGfRikfU/udgLvgul2dQ3PsmWuoGHldjpfaeF4bOnE3OdP2IcPSEBc dZ5vRR5odWui31telM2zl9podv8TjcnBTwuqzxnvs2V9ImgnHpilv1TG02bG6xRMgS3V S97AckqI4U+qZ4OkcApmr5sQn7I6DrYNak7Kuv2xq1FamwzzDgR6iZB4fbIQy7K6YXow wcfCMDx7D/r4r8+UifwukB9ao8OKRsq6pVQ/PkQa3yKB26o1HrsroEsEYMMSfH8z7VXg rAeMcXrVECVs09iMXAleUE3TwEKKqTFSKwER36jKo6xXVwkLlswP4awcBCG2oxD4jjWq cV2g== X-Gm-Message-State: APjAAAXb1d9dcowY+vAvZldMfcj2uPbvWdriGYMcMrYf8PHl+RzCzS+I vT6kqdJkzF4ncQ16pbIEfQmI9LPe X-Google-Smtp-Source: APXvYqwcuB8ziCCtYYFgDEUXH4mvcKEbxT76KLDcss6Q4USj5UvoJ3HbyoEmisuUoyobLrZHRGuolA== X-Received: by 2002:a5d:4687:: with SMTP id u7mr46714621wrq.176.1577391971163; Thu, 26 Dec 2019 12:26:11 -0800 (PST) Received: from Red ([2a01:cb1d:147:7200:2e56:dcff:fed2:c6d6]) by smtp.googlemail.com with ESMTPSA id o129sm9470927wmb.1.2019.12.26.12.26.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Dec 2019 12:26:10 -0800 (PST) Date: Thu, 26 Dec 2019 21:26:07 +0100 From: Corentin Labbe To: Frank Lee Cc: Maxime Ripard , Daniel Lezcano , Mark Rutland , devicetree , Amit Kucheria , Linux PM , Greg Kroah-Hartman , Linux Kernel Mailing List , Chen-Yu Tsai , Rob Herring , Mauro Carvalho Chehab , Zhang Rui , =?utf-8?Q?Ond=C5=99ej?= Jirman , "David S. Miller" , Linux ARM Subject: Re: [PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40 Message-ID: <20191226202607.GA9524@Red> References: <20191219172823.1652600-1-anarsoul@gmail.com> <20191219173321.bni4tbrhfkkphv7k@gilmour.lan> <4015380d-33ef-312c-a886-6e8bf65c976a@linaro.org> <20191226092751.dc3boaxsaeivuhw4@hendrix.home> <20191226104419.GA26677@Red> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu, Dec 26, 2019 at 08:47:47PM +0800, Frank Lee wrote: > On Thu, Dec 26, 2019 at 6:44 PM Corentin Labbe > wrote: > > > > On Thu, Dec 26, 2019 at 10:27:51AM +0100, Maxime Ripard wrote: > > > On Tue, Dec 24, 2019 at 07:30:55PM +0100, Daniel Lezcano wrote: > > > > On 19/12/2019 18:33, Maxime Ripard wrote: > > > > > Hi, > > > > > > > > > > On Thu, Dec 19, 2019 at 09:28:16AM -0800, Vasily Khoruzhick wrote: > > > > >> This patchset adds driver for thermal sensor in A64, A83T, H3, H5, > > > > >> H6 and R40 SoCs. > > > > > > > > > > Thanks again for working on this. > > > > > > > > > > I'll merge the DT patches when the driver will have been merged. > > > > > > > > I've applied patches 1 & 2. > > > > > > > > They are in the testing branch and will go to the linux-next branch as > > > > soon as the kernelci passes. > > > > > > I just merged all the other patches (except the patch 6, for the H6, > > > as requested by Vasily on IRC). > > > > > > > Hello > > > > Vasily asked to not apply H6 due to my test failling on h6 and since he didnt own any H6 hw. > > But it was failling due my fault (a failling build). > > > > So the patchset work perfect on H6 (opi1+, opi3, pineH64 both model A and B) as reported by my answer to this thread. > > HI Corentin, > > Although it is not calibrated, it should work on the R40. Can you give > my patch a try? > Hello It is planned, I will report the result. Regards