Message ID | 1501574691-8961-1-git-send-email-hayashi.kunihiko@socionext.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.101.6 with SMTP id t6csp1193678qge; Tue, 1 Aug 2017 01:05:08 -0700 (PDT) X-Received: by 10.84.143.100 with SMTP id 91mr20009519ply.32.1501574708666; Tue, 01 Aug 2017 01:05:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501574708; cv=none; d=google.com; s=arc-20160816; b=NjJJsr1AhlBKTXO0nWCEe30iX3xBgYi1xufxnOs1Cb9yQnMrmIbTwbh0DRPZrhsgpC J6RR22jEtxl6kuy52KHk4kXb3tiP/qIsz9TmF8ZWXbrKL/WJlga3GIiXD8q/3v5eoYac bAYlTeokQCB6zCP8eyD7/Q4VHfqOK3nGjq48IDUaQs2CmRbaVXDhvbLUINfdx5W11Fw5 mVXh1t4FvyRRcVzCmywU2fYs5Zk7RFFoHQe6DuhU/RHVWozPuwHz+YWFjldo01QDIQxF CbpgcRTOEgeAjt/LKaIhYDqjodX0zeJ6aIQZ3Nco54Ok8u4F05W+F1KU5JJfQunX5eI8 Jg5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=dCgryL7UjiR2/URLiBhDjDKy/ADQRn9OsxmHsxQ1p1Y=; b=ItKqZ7eopwDq0npsvKLnKxlWFvsNLX5kZzdH5R1QkI5A7Fsd1IaD7TOAhZmEthLGbY faqmOsee2q8aJQSzAl7O095kokdhqEYvgeLctc34f3ojVJcIIjOBWZxc41DB2DNSyI4t eexKNnj/qR0SB1JhdA+9GKG0qj8PNxC4lgAz9sp1Y8j5oh9PthvdbLAUSsvh3bkDg1tP MrLOVct5PY90inSDQdMju5BEv24zkGTi7G3U7G5Sf7QbpqmJB8oT4FysFqTq7x6/ZwDw l6aBMoLK7n/2mJyTlu0x07wocegzdfOigrXVXpE2W3EwAnPTFBZ5JSgvIdi4Icu3AoSR 8RZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org Return-Path: <linux-pm-owner@vger.kernel.org> Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 88si14670104pla.211.2017.08.01.01.05.08; Tue, 01 Aug 2017 01:05:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751913AbdHAIFF (ORCPT <rfc822;thara.gopinath@linaro.org> + 13 others); Tue, 1 Aug 2017 04:05:05 -0400 Received: from mx.socionext.com ([202.248.49.38]:56876 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751904AbdHAIFE (ORCPT <rfc822;linux-pm@vger.kernel.org>); Tue, 1 Aug 2017 04:05:04 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 01 Aug 2017 17:05:02 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 67C6760088; Tue, 1 Aug 2017 17:05:02 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 1 Aug 2017 17:05:02 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 8BD6D1A16FD; Tue, 1 Aug 2017 17:05:01 +0900 (JST) From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> To: rui.zhang@intel.com, edubezval@gmail.com Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, yamada.masahiro@socionext.com, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Subject: [PATCH v6 0/2] add UniPhier thermal support Date: Tue, 1 Aug 2017 17:04:49 +0900 Message-Id: <1501574691-8961-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: <linux-pm.vger.kernel.org> X-Mailing-List: linux-pm@vger.kernel.org |
Series |
add UniPhier thermal support
|
expand
|