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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 463CEC33C8C for ; Tue, 7 Jan 2020 14:14:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 22A80208C4 for ; Tue, 7 Jan 2020 14:14:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728202AbgAGOOp (ORCPT ); Tue, 7 Jan 2020 09:14:45 -0500 Received: from mx2.suse.de ([195.135.220.15]:51730 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727658AbgAGOOp (ORCPT ); Tue, 7 Jan 2020 09:14:45 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 70DA3AC50; Tue, 7 Jan 2020 14:14:43 +0000 (UTC) Message-ID: <8cef3ff20485a084ab395533f28eb0c51b47925d.camel@suse.de> Subject: Re: [PATCH V2 0/4] ARM: Enable thermal support for Raspberry Pi 4 From: Nicolas Saenz Julienne To: Stefan Wahren , Zhang Rui , Daniel Lezcano , Amit Kucheria , Rob Herring , Mark Rutland , Florian Fainelli , Catalin Marinas , Will Deacon Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org Date: Tue, 07 Jan 2020 15:14:41 +0100 In-Reply-To: <1578072236-31820-1-git-send-email-wahrenst@gmx.net> References: <1578072236-31820-1-git-send-email-wahrenst@gmx.net> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-XJAu1+XbK2gXuacraTLW" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --=-XJAu1+XbK2gXuacraTLW Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2020-01-03 at 18:23 +0100, Stefan Wahren wrote: > This series enables thermal support for the Raspberry Pi 4. Neither the > bcm2835_thermal nor the brcmstb_thermal are suitable for the BCM2711. > So add a new thermal driver to read out the SoC temperature from the > AVS RO block of the BCM2711. >=20 > Changes in V2: > - rebase on thermal/linux-next > - convert binding to YAML > - make AVS RO block a subnode of AVS monitor and access it via syscon > - drop unnecessary TSENS clock and get the rid of remove callback > - add Florian's reviewed-by to last/unchanged patch >=20 > Stefan Wahren (4): > dt-bindings: Add Broadcom AVS RO thermal > thermal: Add BCM2711 thermal driver > ARM: dts: bcm2711: Enable thermal > ARM: configs: Build BCM2711 thermal as module >=20 > .../bindings/thermal/brcm,avs-ro-thermal.yaml | 45 +++++++ > arch/arm/boot/dts/bcm2711.dtsi | 12 ++ > arch/arm/configs/multi_v7_defconfig | 1 + > arch/arm64/configs/defconfig | 1 + > drivers/thermal/broadcom/Kconfig | 7 ++ > drivers/thermal/broadcom/Makefile | 1 + > drivers/thermal/broadcom/bcm2711_thermal.c | 129 > +++++++++++++++++++++ > 7 files changed, 196 insertions(+) > create mode 100644 Documentation/devicetree/bindings/thermal/brcm,avs-ro= - > thermal.yaml > create mode 100644 drivers/thermal/broadcom/bcm2711_thermal.c >=20 > -- > 2.7.4 >=20 Minus the small changes mentioned you can add my: Reviewed-by: Nicolas Saenz Julienne Tested-by: Nicolas Saenz Julienne Many Thanks! Nicolas --=-XJAu1+XbK2gXuacraTLW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl4UklEACgkQlfZmHno8 x/4CQAgAgO+zhdwQWVLtIsszrQRrZ0kfdbdfbJNrCOokDEca2VetcAHeJAL/cuw5 n3TWr7fqVt2u38R7e9T8lleri5Yn8ZLkzhi97Azuhox7HDYTyLU2SjRQEnrWJ4T9 1lrotXzonE48X7aouECdmfPI3RkL/wRu9wPzsgbrMC3adYZEoK8ZXLlOdGyq64bc pdp+kF7P7DKDTmAtcpCi2XTnWlPi5OgoK+eGn0MrobV1DMKeEvo+Guq8aEeDfMbJ QReBzmmcFf3BFrqy50L10s77vtSQ1HBU/GrIJPviPlHRfd6NCD4FIl/CiARF7RIk abmzDRMNNKuqw00mOD69A/mIKZTd2w== =6C0G -----END PGP SIGNATURE----- --=-XJAu1+XbK2gXuacraTLW-- 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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 8A07FC33C8C for ; Tue, 7 Jan 2020 14:14:54 +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 5A631208C4 for ; Tue, 7 Jan 2020 14:14:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rbDa1pEU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A631208C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de 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-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:References:In-Reply-To:Date:To:From:Subject:Message-ID:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sdmePYQ+tQlrF1DiwpjtApVu3K8hdtxGZYLDUtZO9sw=; b=rbDa1pEU6qck1zrENAt3TuQWy MUbT9CD0TbMT6oSn0q09Yc97G1YR3OATJscwQgrQ/KwsjYw+eK3czAMbPcmzYqHWcsf5uREhYloft nwynIMqWGak2hUZ+k9yNIYWazBNQwISOhzPvZwUZQLVbSWm8pehDfEVur959arUWFDXqeTWdCNwv5 WnGbw18lQa98xa1gNXeI+StT96SPJ8qQv3UafJyMEaaxlPx6sAcFPCcHIz5Bfs90DjMqM7gAIAISu Do3FfZa+92YRUVSx/okn52qtfnJ7nVpoRuHLB8uEbVb536eXNvmgifzMMZI5MYo5ilsKX7p+89AGT wCP7UKFvg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iopd9-0002tI-99; Tue, 07 Jan 2020 14:14:47 +0000 Received: from mx2.suse.de ([195.135.220.15]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iopd7-0002so-3t for linux-arm-kernel@lists.infradead.org; Tue, 07 Jan 2020 14:14:46 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 70DA3AC50; Tue, 7 Jan 2020 14:14:43 +0000 (UTC) Message-ID: <8cef3ff20485a084ab395533f28eb0c51b47925d.camel@suse.de> Subject: Re: [PATCH V2 0/4] ARM: Enable thermal support for Raspberry Pi 4 From: Nicolas Saenz Julienne To: Stefan Wahren , Zhang Rui , Daniel Lezcano , Amit Kucheria , Rob Herring , Mark Rutland , Florian Fainelli , Catalin Marinas , Will Deacon Date: Tue, 07 Jan 2020 15:14:41 +0100 In-Reply-To: <1578072236-31820-1-git-send-email-wahrenst@gmx.net> References: <1578072236-31820-1-git-send-email-wahrenst@gmx.net> User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200107_061445_306094_CD56D1F0 X-CRM114-Status: GOOD ( 18.65 ) 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: devicetree@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Content-Type: multipart/mixed; boundary="===============0333389195493744941==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0333389195493744941== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-XJAu1+XbK2gXuacraTLW" --=-XJAu1+XbK2gXuacraTLW Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2020-01-03 at 18:23 +0100, Stefan Wahren wrote: > This series enables thermal support for the Raspberry Pi 4. Neither the > bcm2835_thermal nor the brcmstb_thermal are suitable for the BCM2711. > So add a new thermal driver to read out the SoC temperature from the > AVS RO block of the BCM2711. >=20 > Changes in V2: > - rebase on thermal/linux-next > - convert binding to YAML > - make AVS RO block a subnode of AVS monitor and access it via syscon > - drop unnecessary TSENS clock and get the rid of remove callback > - add Florian's reviewed-by to last/unchanged patch >=20 > Stefan Wahren (4): > dt-bindings: Add Broadcom AVS RO thermal > thermal: Add BCM2711 thermal driver > ARM: dts: bcm2711: Enable thermal > ARM: configs: Build BCM2711 thermal as module >=20 > .../bindings/thermal/brcm,avs-ro-thermal.yaml | 45 +++++++ > arch/arm/boot/dts/bcm2711.dtsi | 12 ++ > arch/arm/configs/multi_v7_defconfig | 1 + > arch/arm64/configs/defconfig | 1 + > drivers/thermal/broadcom/Kconfig | 7 ++ > drivers/thermal/broadcom/Makefile | 1 + > drivers/thermal/broadcom/bcm2711_thermal.c | 129 > +++++++++++++++++++++ > 7 files changed, 196 insertions(+) > create mode 100644 Documentation/devicetree/bindings/thermal/brcm,avs-ro= - > thermal.yaml > create mode 100644 drivers/thermal/broadcom/bcm2711_thermal.c >=20 > -- > 2.7.4 >=20 Minus the small changes mentioned you can add my: Reviewed-by: Nicolas Saenz Julienne Tested-by: Nicolas Saenz Julienne Many Thanks! Nicolas --=-XJAu1+XbK2gXuacraTLW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl4UklEACgkQlfZmHno8 x/4CQAgAgO+zhdwQWVLtIsszrQRrZ0kfdbdfbJNrCOokDEca2VetcAHeJAL/cuw5 n3TWr7fqVt2u38R7e9T8lleri5Yn8ZLkzhi97Azuhox7HDYTyLU2SjRQEnrWJ4T9 1lrotXzonE48X7aouECdmfPI3RkL/wRu9wPzsgbrMC3adYZEoK8ZXLlOdGyq64bc pdp+kF7P7DKDTmAtcpCi2XTnWlPi5OgoK+eGn0MrobV1DMKeEvo+Guq8aEeDfMbJ QReBzmmcFf3BFrqy50L10s77vtSQ1HBU/GrIJPviPlHRfd6NCD4FIl/CiARF7RIk abmzDRMNNKuqw00mOD69A/mIKZTd2w== =6C0G -----END PGP SIGNATURE----- --=-XJAu1+XbK2gXuacraTLW-- --===============0333389195493744941== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============0333389195493744941==--