From patchwork Fri Jul 31 07:48:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 38462 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 n6V7qEuk018889 for ; Fri, 31 Jul 2009 07:52:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbZGaHwL (ORCPT ); Fri, 31 Jul 2009 03:52:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751413AbZGaHwL (ORCPT ); Fri, 31 Jul 2009 03:52:11 -0400 Received: from mail-pz0-f196.google.com ([209.85.222.196]:47653 "EHLO mail-pz0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359AbZGaHwK (ORCPT ); Fri, 31 Jul 2009 03:52:10 -0400 Received: by pzk34 with SMTP id 34so1311776pzk.4 for ; Fri, 31 Jul 2009 00:52:11 -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 :in-reply-to:references:subject; bh=CbR7LBnQM7zItGWdvoIC/QUKzXXe3hO5zORul4MxBEk=; b=OnYJ4goyYEt9Dl4HQ0Y2S+AA1Wi9TYS02Ih8biP6ZYSKxonchG5xCYZPxDQks0RpTB A1L8Htjn6j0hj1JnTiLXnMQSFQhwxJ7U/04HhP0Fa70zLIsm9ZH4/LHXhe1LYShuHu9p hQIMsFJehf+VFeh1+ub3u7obBjQKmFPeCs3hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=EdcoU7kL70KdbsScD5aH4Jlf4+inuIz2PTNfaSVHASm5+V9D/sOvbNEqwKGXrNaBp+ Npw+afHIxvvrFSrtayOuL09SHBX70FMAp1S7IezqxI8I1JnDjXiTqX83jcMW5Pbu01o7 57UXfBsc9jBiG2nUENSb/Q86DGezl1wl7qXyM= Received: by 10.114.152.19 with SMTP id z19mr3168937wad.83.1249026731230; Fri, 31 Jul 2009 00:52:11 -0700 (PDT) Received: from rx1.opensource.se (210-225-125-011.jp.fiberphone.net [210.225.125.11]) by mx.google.com with ESMTPS id n30sm4711415wag.6.2009.07.31.00.52.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 00:52:10 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: rjw@sisk.pl, Magnus Damm , lethal@linux-sh.org Date: Fri, 31 Jul 2009 16:48:02 +0900 Message-Id: <20090731074802.29009.24632.sendpatchset@rx1.opensource.se> In-Reply-To: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> References: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> Subject: [PATCH 06/09] sh: Runtime PM pdev hwblk - AP325RXA Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Add hwblk_id to AP325RXA board specific on-chip sh7723 platform devices. Signed-off-by: Magnus Damm --- arch/sh/boards/board-ap325rxa.c | 6 ++++++ 1 file changed, 6 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/boards/board-ap325rxa.c +++ work/arch/sh/boards/board-ap325rxa.c 2009-07-30 15:40:23.000000000 +0900 @@ -227,6 +227,9 @@ static struct platform_device lcdc_devic .dev = { .platform_data = &lcdc_info, }, + .archdata = { + .hwblk_id = HWBLK_LCDC, + }, }; static void camera_power(int val) @@ -377,6 +380,9 @@ static struct platform_device ceu_device .dev = { .platform_data = &sh_mobile_ceu_info, }, + .archdata = { + .hwblk_id = HWBLK_CEU, + }, }; struct spi_gpio_platform_data sdcard_cn3_platform_data = {