From patchwork Wed Aug 19 10:31:53 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 42567 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7JAaqwB006183 for ; Wed, 19 Aug 2009 10:36:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751423AbZHSKgX (ORCPT ); Wed, 19 Aug 2009 06:36:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751725AbZHSKgW (ORCPT ); Wed, 19 Aug 2009 06:36:22 -0400 Received: from mail-px0-f196.google.com ([209.85.216.196]:52653 "EHLO mail-px0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751719AbZHSKgW (ORCPT ); Wed, 19 Aug 2009 06:36:22 -0400 Received: by pxi34 with SMTP id 34so2409030pxi.4 for ; Wed, 19 Aug 2009 03:36:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=VB4hxgE41jAe8L558ZuklEx7w11esVgdXJCV+Bu/Axo=; b=R/a/Ri7x1URprutzcGa9EKEse9GgoTHX0b87SUo1KiHQXydW8bPRiKMgZm0Fsr/oaM w6prK2SZj5LareMKilsdu0gqgj8KuDvxI+m2ow7tXkS54wWXi6ccTZ4ptvt+QUW6fFH0 IgIP6E3f4H2b1yUJ6Nc28QTqAYwoRAwcSFoWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=KkvokZnEebL4KWPLN5v5eaXtG05g+bcLmfxtJiDs/uTwSY81ADiA5ktqoKWH0nnzXJ oe4UGIC2kI6gGlkMmU8LEZrI8DZzSAI+sF6vA3az8smiR/DUdMAaqTk9L5katt8DSGWl P9pm+ylBLhZHWPC8sBpLIqX5we5Ys+ul7gz/U= Received: by 10.114.249.36 with SMTP id w36mr7016203wah.42.1250678181503; Wed, 19 Aug 2009 03:36:21 -0700 (PDT) Received: from rx1.opensource.se (210.5.32.202.bf.2iij.net [202.32.5.210]) by mx.google.com with ESMTPS id k35sm15023911waf.64.2009.08.19.03.36.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Aug 2009 03:36:20 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Wed, 19 Aug 2009 19:31:53 +0900 Message-Id: <20090819103153.12327.77501.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: let ARCH_SHMOBILE select PM and PM_RUNTIME Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm With the Runtime PM driver changes in place, we must have Runtime PM support in place. Otherwise there is no way to enable clocks to the Runtime PM enabled hardware blocks. This patch makes Runtime PM mandatory on SuperH Mobile. Signed-off-by: Magnus Damm --- For the everchanging sh/pm-runtime topic branch. arch/sh/Kconfig | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/Kconfig +++ work/arch/sh/Kconfig 2009-08-17 18:57:45.000000000 +0900 @@ -219,6 +219,8 @@ config CPU_SHX3 config ARCH_SHMOBILE bool select ARCH_SUSPEND_POSSIBLE + select PM + select PM_RUNTIME if SUPERH32