From patchwork Wed Sep 3 10:52:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 4832901 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id D9CAAC0338 for ; Wed, 3 Sep 2014 10:53:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2E47D2021B for ; Wed, 3 Sep 2014 10:53:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 51165201FB for ; Wed, 3 Sep 2014 10:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756342AbaICKxU (ORCPT ); Wed, 3 Sep 2014 06:53:20 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:45231 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756229AbaICKxN (ORCPT ); Wed, 3 Sep 2014 06:53:13 -0400 Received: by mail-we0-f174.google.com with SMTP id u57so8341021wes.19 for ; Wed, 03 Sep 2014 03:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=rISfK5BP8SjU8b7AcydVA5fpYy8dqe/9YmFDCIb7pRE=; b=LFQOcnDoE47kMeLa+Zc+T71OyWnobd/ybyoZUtApp+8+LcdCqHc4OYBLmJVhifm+cq nb9HNDczdlxKUaGynx78//ZHfkc4d0hZwj7UOgEnb6nWGF6F3ztFAJ5HT9n7RMRgM249 TbT+N9mRmaVkmbZl6Jzo9eWlTLLixIiDLfynGITGHkdx9BJrMQ96GXr86SFsvH4ueazG MW1faKrFQDeyVoboND25yBxW6e+oH973kojp1YHR3GRQuAUT5vx7Ns3c/m/bsa9jFtvD RXtvRyxXdTbisg84/HG5HfKiGVlvUeCiiTfRKO44em+Q967sQLxK7Fv4WleXV+90RX8b XfMw== X-Gm-Message-State: ALoCoQkIC2/6TEAG0F1a1oo9xGz8sNvvfYGRr+e0rrehX0gpu1nPQBq7lbvFOfBn8JiQjKk2bWAi X-Received: by 10.194.57.237 with SMTP id l13mr2568078wjq.102.1409741592132; Wed, 03 Sep 2014 03:53:12 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id j7sm3968190wia.9.2014.09.03.03.53.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 03 Sep 2014 03:53:11 -0700 (PDT) From: Ulf Hansson To: "Rafael J. Wysocki" , Len Brown , Pavel Machek , linux-pm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Geert Uytterhoeven , Kevin Hilman , Daniel Lezcano , Tomasz Figa , Simon Horman , Magnus Damm , Ben Dooks , Kukjin Kim , Stephen Boyd , Philipp Zabel , Mark Brown , Ulf Hansson Subject: [PATCH 11/15] ARM: exynos: Leave disabling of unused PM domains to genpd Date: Wed, 3 Sep 2014 12:52:27 +0200 Message-Id: <1409741551-16437-12-git-send-email-ulf.hansson@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1409741551-16437-1-git-send-email-ulf.hansson@linaro.org> References: <1409741551-16437-1-git-send-email-ulf.hansson@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since genpd at late init, will try to disable unused PM domains we don't need to do it from here as well. Cc: Kukjin Kim Signed-off-by: Ulf Hansson --- arch/arm/mach-exynos/exynos.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 6a24e11..b89e5f3 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -193,7 +193,6 @@ static void __init exynos_init_late(void) /* to be supported later */ return; - pm_genpd_poweroff_unused(); exynos_pm_init(); }