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=-0.7 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, URIBL_BLOCKED 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 25378C74A35 for ; Wed, 10 Jul 2019 23:10:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E488320838 for ; Wed, 10 Jul 2019 23:10:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="H1UDpQLE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727680AbfGJXKT (ORCPT ); Wed, 10 Jul 2019 19:10:19 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:40408 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726708AbfGJXKT (ORCPT ); Wed, 10 Jul 2019 19:10:19 -0400 Received: by mail-ot1-f67.google.com with SMTP id e8so3897535otl.7; Wed, 10 Jul 2019 16:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zOl/4QjBy1AW7qYuyDY5XT0hjYnXC6DcAJBpkzl0PHI=; b=H1UDpQLEZcDHT2f5H5ImR/uneIMngNaFtHExhhRI1hPFxMbfZ4VUbowPJKrXdHu/Wt smoBUScf5aczoqOoDJG9maeO0XjvWp+H4fNsfspzcmv31JCtuPqL0cXVz4GD8oLzbf2N ZgGvav44nwUxj0RA6R0zBRV40Wfni/MkjCZJcSLJ7UgvH2O4e+2aZ7urVmR89RMHzfTZ lxqTgljho97ZquaIlQ6yF05xR5M7ODf61hpv56An+RGS/nMpOODNSWTHDewJY2Wr3ct7 5Ghai8O3H2/tzyUAaj5QKonCrJceoW00furKv0qheUams9jV9kz+sYXaEglIe3CjMc+s aR2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zOl/4QjBy1AW7qYuyDY5XT0hjYnXC6DcAJBpkzl0PHI=; b=qAoIO/QF+L6wyO/vTKYqyMyzcQ65kcgMagqL/mkOqU4rejaWpCqZv3pgqQ9dd2Mohu BFmBFju4ezKzKsa/SB370AynZAezXsqz3f+KFFRnOlmUo8hoDHZ5iKLewkugsoNNwlGc /r0aovgJ/OBgO24ix8vmDSuf3KMPVBFMpGcyS0mdS4EnLy+zv3ppXwKxoP0ctjV1CYjb s0ciC33qGtMkd+dHz71UupKxI//5XicWPWNYGcNzkbmKdTBfMQ/ONWfLWMFmjeI+5ixB SP/8vZLcwjTrgo6bfrIREOwTr2mQw/5lKEGHznwNFInVrHohxc9dmHzw6WWXFrYL/RGn +hUA== X-Gm-Message-State: APjAAAW93X2JOSH2ERM49E/7a6GWBu6cZRR/Andv81TRPowDVAUxfYB/ p16FJC3Tvtbwph1L7AXTN/gH8GGp1S3I1B+W/Mk= X-Google-Smtp-Source: APXvYqz2RpwH4pyPuxIqsY3Jk01l6pCxhtB+fsAoA6sP8HbGqCPKyFUN1rGcJxjdBY2aJ7m7PpF04jShUCcSnuc4/nQ= X-Received: by 2002:a05:6830:2010:: with SMTP id e16mr728916otp.344.1562800218410; Wed, 10 Jul 2019 16:10:18 -0700 (PDT) MIME-Version: 1.0 References: <20190623164206.7467-1-tiny.windzz@gmail.com> In-Reply-To: <20190623164206.7467-1-tiny.windzz@gmail.com> From: Vasily Khoruzhick Date: Wed, 10 Jul 2019 16:09:52 -0700 Message-ID: Subject: Re: [PATCH v4 00/11] add thermal driver for h6 To: Yangtao Li Cc: rui.zhang@intel.com, Eduardo Valentin , Daniel Lezcano , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , "David S. Miller" , Greg Kroah-Hartman , Mauro Carvalho Chehab , Linus Walleij , Nicolas Ferre , paulmck@linux.ibm.com, devicetree , linux-kernel , arm-linux , Linux PM Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 23, 2019 at 9:42 AM Yangtao Li wrote: > > This patchset add support for H3 and H6 thermal sensor. > > BTY, do a cleanup in thermal makfile. > > Yangtao Li (11): > thermal: sun8i: add thermal driver for h6 > dt-bindings: thermal: add binding document for h6 thermal controller > thermal: fix indentation in makefile > thermal: sun8i: get ths sensor number from device compatible > thermal: sun8i: rework for sun8i_ths_get_temp() > thermal: sun8i: get ths init func from device compatible > thermal: sun8i: rework for ths irq handler func > thermal: sun8i: support ahb clocks > thermal: sun8i: rework for ths calibrate func > dt-bindings: thermal: add binding document for h3 thermal controller > thermal: sun8i: add thermal driver for h3 It would be nice to add dts changes to this series. It's unlikely that you'll get any "Tested-by" otherwise. > .../bindings/thermal/sun8i-thermal.yaml | 94 +++ > MAINTAINERS | 7 + > drivers/thermal/Kconfig | 14 + > drivers/thermal/Makefile | 9 +- > drivers/thermal/sun8i_thermal.c | 534 ++++++++++++++++++ > 5 files changed, 654 insertions(+), 4 deletions(-) > create mode 100644 Documentation/devicetree/bindings/thermal/sun8i-thermal.yaml > create mode 100644 drivers/thermal/sun8i_thermal.c > > --- > v4: > -add h3 support > -fix yaml file > --- > 2.17.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-0.6 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 6A4A2C74A35 for ; Wed, 10 Jul 2019 23:10:48 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3E652214AF for ; Wed, 10 Jul 2019 23:10:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GOocCw6Q"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="H1UDpQLE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3E652214AF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=J0S3zPCM8bzQ+NOlA/r9s+LUrlTgTIpj8ENEGYNlwYU=; b=GOocCw6QDCe/rF 7ql+TU/d6tZcsIMxyfPmQDsS7yFPpNlvuB8FC3qC0ayOw6wUR4YknsTBVCAQ/hLJyEOxUg7gNGMaw zaTDTU0UbJb7I7S6Tu5i5hl2kns0T6CKxAtcG5UoSL2F8ZCVtUpfUXkBJObY2fH12v/nBUCwKLG3+ K+DhYP4T6PeGm7IKk9ffhXLJqCQfVsDS1m4joDzrRC2ciGHFCs3uGRzwFjyfolWFfvItWtmgYA+0D mLkaEsPzqBDItI/rXmjLW4HiYOKVAx/WghIBL15Q/s3W3m9kSTsRgWDjx252Y9sHF+HMJb3L28v+f tmIg7aOwqO/FJm7V0SiQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hlLjF-0003Af-Fh; Wed, 10 Jul 2019 23:10:25 +0000 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hlLjB-00039j-D7 for linux-arm-kernel@lists.infradead.org; Wed, 10 Jul 2019 23:10:22 +0000 Received: by mail-ot1-x341.google.com with SMTP id z23so3872524ote.13 for ; Wed, 10 Jul 2019 16:10:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zOl/4QjBy1AW7qYuyDY5XT0hjYnXC6DcAJBpkzl0PHI=; b=H1UDpQLEZcDHT2f5H5ImR/uneIMngNaFtHExhhRI1hPFxMbfZ4VUbowPJKrXdHu/Wt smoBUScf5aczoqOoDJG9maeO0XjvWp+H4fNsfspzcmv31JCtuPqL0cXVz4GD8oLzbf2N ZgGvav44nwUxj0RA6R0zBRV40Wfni/MkjCZJcSLJ7UgvH2O4e+2aZ7urVmR89RMHzfTZ lxqTgljho97ZquaIlQ6yF05xR5M7ODf61hpv56An+RGS/nMpOODNSWTHDewJY2Wr3ct7 5Ghai8O3H2/tzyUAaj5QKonCrJceoW00furKv0qheUams9jV9kz+sYXaEglIe3CjMc+s aR2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zOl/4QjBy1AW7qYuyDY5XT0hjYnXC6DcAJBpkzl0PHI=; b=XLiEKgTFJFsRBXA1QeDwR5DDjqFZkS+nNs3Om+LHkiMAfxcJLkMD5ioyjfXOXAnbAZ 3SHAh/LPme9GYqnHBSMNqv53Rei6EgBykTVsTqgJ+l3Jj4dlqMz1r3Jr46S0qq/zlfgd i5rFvJqwmDwugtJBXv4Qj1/hPDONmA9BrbMW10byMi7fkMZkQbTZ8sNoPJFSD7rG0Zzc zeK1vLdNZZyUlZh35uTDaslrLf82ARZFOcvqQVssI3leRo9OFb1TCFYm5jXhsl0LaR6k EaKBRxkqrvRbITitxHewRlhemNZ7m2v0deE0+pj6gshUxrnooZ/9QMkTEh2p1MDLFVNU H6uQ== X-Gm-Message-State: APjAAAV7c6/8+kaveLHex3MmMzg6E3aEEGNBtIid1Lyr7x3SlvMr0yHv YuHt0vIGaOyvoZF8dQj3IrDBJsdyzhGWLPn0UIE= X-Google-Smtp-Source: APXvYqz2RpwH4pyPuxIqsY3Jk01l6pCxhtB+fsAoA6sP8HbGqCPKyFUN1rGcJxjdBY2aJ7m7PpF04jShUCcSnuc4/nQ= X-Received: by 2002:a05:6830:2010:: with SMTP id e16mr728916otp.344.1562800218410; Wed, 10 Jul 2019 16:10:18 -0700 (PDT) MIME-Version: 1.0 References: <20190623164206.7467-1-tiny.windzz@gmail.com> In-Reply-To: <20190623164206.7467-1-tiny.windzz@gmail.com> From: Vasily Khoruzhick Date: Wed, 10 Jul 2019 16:09:52 -0700 Message-ID: Subject: Re: [PATCH v4 00/11] add thermal driver for h6 To: Yangtao Li X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190710_161021_448560_E7C51C63 X-CRM114-Status: GOOD ( 15.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree , Linux PM , Maxime Ripard , Greg Kroah-Hartman , Linus Walleij , Daniel Lezcano , linux-kernel , Eduardo Valentin , Chen-Yu Tsai , Rob Herring , Mauro Carvalho Chehab , rui.zhang@intel.com, paulmck@linux.ibm.com, "David S. Miller" , arm-linux Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Jun 23, 2019 at 9:42 AM Yangtao Li wrote: > > This patchset add support for H3 and H6 thermal sensor. > > BTY, do a cleanup in thermal makfile. > > Yangtao Li (11): > thermal: sun8i: add thermal driver for h6 > dt-bindings: thermal: add binding document for h6 thermal controller > thermal: fix indentation in makefile > thermal: sun8i: get ths sensor number from device compatible > thermal: sun8i: rework for sun8i_ths_get_temp() > thermal: sun8i: get ths init func from device compatible > thermal: sun8i: rework for ths irq handler func > thermal: sun8i: support ahb clocks > thermal: sun8i: rework for ths calibrate func > dt-bindings: thermal: add binding document for h3 thermal controller > thermal: sun8i: add thermal driver for h3 It would be nice to add dts changes to this series. It's unlikely that you'll get any "Tested-by" otherwise. > .../bindings/thermal/sun8i-thermal.yaml | 94 +++ > MAINTAINERS | 7 + > drivers/thermal/Kconfig | 14 + > drivers/thermal/Makefile | 9 +- > drivers/thermal/sun8i_thermal.c | 534 ++++++++++++++++++ > 5 files changed, 654 insertions(+), 4 deletions(-) > create mode 100644 Documentation/devicetree/bindings/thermal/sun8i-thermal.yaml > create mode 100644 drivers/thermal/sun8i_thermal.c > > --- > v4: > -add h3 support > -fix yaml file > --- > 2.17.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel