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_ADSP_DISCARD,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 4AC07C43381 for ; Mon, 1 Apr 2019 13:36:26 +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 185CA20880 for ; Mon, 1 Apr 2019 13:36:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="f7NVfRJ+"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="SNT6xNHb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 185CA20880 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=megous.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:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=kK4EE4UEwFyl9PrMALhxat/7fXcUs69LLtUGctoYJd0=; b=f7NVfRJ+PXawRm LbS5LTpGbEIxbO1JNHE84UXcFkWYqP1Vk9C4Bgozgl19WCv63WCJoBuYW6BR0kQHpoknH4pnKE+B+ qYbUHiM5iH2g9TsZIFxGCDytIKtqx8PcbYRSUOI0k0lldL+18x39nzLCWvuUUoEWFVuNsfEGm33ZP iEvehr/SI4jHYo/dUwhwgEP8SsvtlDOfPbPuAXaz3b84gabdJ5UpJsd79+QFgD36Y8EvpwjvPGVQV x09BJRptDkuRMCNxRHxrUfZnX5g5FwY2fheORb9whStZx18d7iHNJyKgzmz/ew+LjT6ZOijOJpM3N WhUTH0isf3L6gfV8rHxg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAx6p-0002ii-Bl; Mon, 01 Apr 2019 13:36:19 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAx6l-0002fY-RE for linux-arm-kernel@lists.infradead.org; Mon, 01 Apr 2019 13:36:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1554125771; bh=XvlpdAQWdLnYNv2ACJX4lDmwD7jXIn9BkbFivjmaU1E=; h=From:To:Cc:Subject:Date:From; b=SNT6xNHbi/xWpOsxEmTY59Oy2ZGiiaGbUVzi6PsCmonyabRRNWQVuRw+HhH3lOyPf VtaMeyoiWv/oG8ywP8nR+9cf9PSmkzK30ax0iUUHiLc8rQadlFKVPPayWtCOY3Top/ MAmrTvxsVLIuHtcTsgw/qtP7wUiuN+oLsRIlc2Sw= From: megous@megous.com To: Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v3 0/1] ARM: dts: sun8i: a83t: Add missing cooling device properties for CPUs Date: Mon, 1 Apr 2019 15:36:09 +0200 Message-Id: <20190401133610.17916-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190401_063616_207265_ADC4BB57 X-CRM114-Status: UNSURE ( 8.78 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Rob Herring , linux-arm-kernel@lists.infradead.org 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 From: Ondrej Jirman (Part of the series was already applied, so this only contains the remaining patch.) This series adds some properties to prepare for passive cooling via CPU frequency down-regulation, and fixes cpufreq for various CPU hotplug situations. #cooling-cells patch is not strictly necessary now, but now that SID changes are soon to be merged, thermal sensor patches are likely to follow, and it will be useful in short order, I expect. Please take a look. regards, Ondrej Jirman Changes for v2: - split the former single patch into a series - reformulated descriptions to accommodate the split Changes for v3: - removed already applied patch - re-ordered clock properties - removed clock-names (not needed and not documented) Ondrej Jirman (1): ARM: dts: sun8i: a83t: Add missing CPU clock references arch/arm/boot/dts/sun8i-a83t.dtsi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -- 2.21.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel