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=-5.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham 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 9F047C43387 for ; Mon, 17 Dec 2018 19:56:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70A4B2133F for ; Mon, 17 Dec 2018 19:56:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=verge.net.au header.i=@verge.net.au header.b="XlAtXnWh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388590AbeLQT46 (ORCPT ); Mon, 17 Dec 2018 14:56:58 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:45770 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387549AbeLQT45 (ORCPT ); Mon, 17 Dec 2018 14:56:57 -0500 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 6223625B824; Tue, 18 Dec 2018 06:56:55 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1545076615; bh=TDghhNd1MNWFfDgGjNYsrl2xTJa8fJZTJ4Z9cujfyL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XlAtXnWhctucqlAo/e/g9HolHYUm6GY5+aBkicQB8TVr4IVs0Nf2fOL0ndkod3GLz chgsT2EdjoeWcuzEgxhnD828OeZdX32hxOjivF4GfJa+blXhMbtesTitX0Ds235plL uB9h88N0OQU7c7TRWHXofivncUpRBbCbG6oy0cvE= Received: by reginn.horms.nl (Postfix, from userid 7100) id 62AF394048A; Mon, 17 Dec 2018 20:56:53 +0100 (CET) Date: Mon, 17 Dec 2018 20:56:53 +0100 From: Simon Horman To: Yoshihiro Kaneko Cc: linux-pm@vger.kernel.org, Zhang Rui , Eduardo Valentin , Rob Herring , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH/RFT v2 2/2] thermal: rcar_thermal: add R8A77990 support Message-ID: <20181217195652.5msskvegyg6u4hgg@verge.net.au> References: <1545058221-22529-1-git-send-email-ykaneko0929@gmail.com> <1545058221-22529-3-git-send-email-ykaneko0929@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1545058221-22529-3-git-send-email-ykaneko0929@gmail.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Mon, Dec 17, 2018 at 11:50:21PM +0900, Yoshihiro Kaneko wrote: > Add support for R-Car E3 (R8A77990) thermal support. > > Signed-off-by: Yoshihiro Kaneko Reviewed-by: Simon Horman