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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 B9ED7C2D0DA for ; Fri, 27 Dec 2019 15:35:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 90F9A21582 for ; Fri, 27 Dec 2019 15:35:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577460955; bh=7r56deXllU1oGrb23gXCZ4pIfhEB/Z0xwJCja1MXEL4=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=K1cUOaislQj3belscNyoV9f8rVP3uzbafdSMN9DJy3rb8WJ72ZOJDFTSRnR5HXCFA 6sD5iWovYzOxsy9+Evw3sEEhGHCymarGd+GvqrdSb7Cjdi6DXLCqe9Oaqi3LazHgbl R+Id9NTBM2/YMynw3KZC4CHnSJ81f/o4ocmDFcKY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726920AbfL0Pfy (ORCPT ); Fri, 27 Dec 2019 10:35:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:33588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbfL0Pfy (ORCPT ); Fri, 27 Dec 2019 10:35:54 -0500 Received: from localhost (lfbn-lyo-1-633-204.w90-119.abo.wanadoo.fr [90.119.206.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3FAC720740; Fri, 27 Dec 2019 15:35:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577460953; bh=7r56deXllU1oGrb23gXCZ4pIfhEB/Z0xwJCja1MXEL4=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ycFG5d8GqzOqg09g3YY78naztjMaftPaJseNHozA9qOdVLhpzmJayZr5yMvzdQGkD FJ+zXXFFgeMuKtTlgCxENE2LDnqVqslEdmYK4XG+W2l9PBwhuZ8jkoTlR8vKV0K8ZU MRjVrRKwrch2A7BuGUTX+BaXagKluHzmx+7UyZA8= Date: Fri, 27 Dec 2019 16:37:15 +0100 From: Maxime Ripard To: Daniel Lezcano , Mark Rutland , devicetree@vger.kernel.org, Amit Kucheria , linux-pm@vger.kernel.org, Yangtao Li , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Mauro Carvalho Chehab , Zhang Rui , "David S. Miller" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40 Message-ID: <20191227153715.m7o6h6lniwg2456h@hendrix.home> References: <20191219172823.1652600-1-anarsoul@gmail.com> <20191219173321.bni4tbrhfkkphv7k@gilmour.lan> <4015380d-33ef-312c-a886-6e8bf65c976a@linaro.org> <20191226092751.dc3boaxsaeivuhw4@hendrix.home> <20191226103739.bz3i73gjmn5q5veu@core.my.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gfd3qq7a2xnbetqt" Content-Disposition: inline In-Reply-To: <20191226103739.bz3i73gjmn5q5veu@core.my.home> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --gfd3qq7a2xnbetqt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 26, 2019 at 11:37:39AM +0100, Ond=C5=99ej Jirman 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, > > I think you can apply H6 patch. This was just some misunderstanding > and H6 is working. Done, thanks! Maxime --gfd3qq7a2xnbetqt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXgYlKwAKCRDj7w1vZxhR xQkMAQC/ZoYUxPX5yzTlvbMxIWHNJ1u1lQvxfppZLauJ5rHWxgD8Cx+nXvhe72Cl ka9ZcT3Up4uJM95blHhx4KnSXMipwgQ= =Fewg -----END PGP SIGNATURE----- --gfd3qq7a2xnbetqt-- 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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 F0CE4C2D0C6 for ; Fri, 27 Dec 2019 15:36:01 +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 C382820740 for ; Fri, 27 Dec 2019 15:36:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="e/5LrBkG"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="ycFG5d8G" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C382820740 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Cc:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Tk4+Zo8g5lcUky+lsqmtCFiLmy/EJwVemo6v8R/4H1k=; b=e/5LrBkGNnbo+1UlxmPf43BJ2 OtLG3X0MYmYct1GjDLYHo6bHtA+vaD0wQQ9JZK8D+9omPMDS7CQg9HVTM/pciODejwi124eqKva/t Zu2GvOFD4qLWtbNBIgao9btkQf8DaQ5jfrwpC8fz96R9pgnIYGoVwXPlNauc4+v5+P1qir2FK/inN klaRTIZRl9kFWz83jPQ0v5IUJHjpIG58RRCnd/tNuuYVwyDUJcp8VWOFhULSPfYI/Zw00eceTI4UU uhNRiiEpUZQQ0j74KF7OZIKGhVPf8U/jLSnINcoLkoHBcmyovfDuZPRO3HFzEU+b6LxPcT4fK0e8o jf9h9/L1g==; 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 1ikreg-0007Ke-Bc; Fri, 27 Dec 2019 15:35:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ikrec-0007K6-Sq for linux-arm-kernel@lists.infradead.org; Fri, 27 Dec 2019 15:35:56 +0000 Received: from localhost (lfbn-lyo-1-633-204.w90-119.abo.wanadoo.fr [90.119.206.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3FAC720740; Fri, 27 Dec 2019 15:35:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577460953; bh=7r56deXllU1oGrb23gXCZ4pIfhEB/Z0xwJCja1MXEL4=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ycFG5d8GqzOqg09g3YY78naztjMaftPaJseNHozA9qOdVLhpzmJayZr5yMvzdQGkD FJ+zXXFFgeMuKtTlgCxENE2LDnqVqslEdmYK4XG+W2l9PBwhuZ8jkoTlR8vKV0K8ZU MRjVrRKwrch2A7BuGUTX+BaXagKluHzmx+7UyZA8= Date: Fri, 27 Dec 2019 16:37:15 +0100 From: Maxime Ripard To: Daniel Lezcano , Mark Rutland , devicetree@vger.kernel.org, Amit Kucheria , linux-pm@vger.kernel.org, Yangtao Li , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Chen-Yu Tsai , Rob Herring , Mauro Carvalho Chehab , Zhang Rui , "David S. Miller" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40 Message-ID: <20191227153715.m7o6h6lniwg2456h@hendrix.home> References: <20191219172823.1652600-1-anarsoul@gmail.com> <20191219173321.bni4tbrhfkkphv7k@gilmour.lan> <4015380d-33ef-312c-a886-6e8bf65c976a@linaro.org> <20191226092751.dc3boaxsaeivuhw4@hendrix.home> <20191226103739.bz3i73gjmn5q5veu@core.my.home> MIME-Version: 1.0 In-Reply-To: <20191226103739.bz3i73gjmn5q5veu@core.my.home> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191227_073554_953134_D38A2EC1 X-CRM114-Status: GOOD ( 17.29 ) 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: , Content-Type: multipart/mixed; boundary="===============7975254495087660953==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7975254495087660953== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gfd3qq7a2xnbetqt" Content-Disposition: inline --gfd3qq7a2xnbetqt Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 26, 2019 at 11:37:39AM +0100, Ond=C5=99ej Jirman 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, > > I think you can apply H6 patch. This was just some misunderstanding > and H6 is working. Done, thanks! Maxime --gfd3qq7a2xnbetqt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXgYlKwAKCRDj7w1vZxhR xQkMAQC/ZoYUxPX5yzTlvbMxIWHNJ1u1lQvxfppZLauJ5rHWxgD8Cx+nXvhe72Cl ka9ZcT3Up4uJM95blHhx4KnSXMipwgQ= =Fewg -----END PGP SIGNATURE----- --gfd3qq7a2xnbetqt-- --===============7975254495087660953== 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 --===============7975254495087660953==--