From patchwork Fri Jul 31 07:48:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 38464 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 n6V7qUic018909 for ; Fri, 31 Jul 2009 07:52:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751431AbZGaHw3 (ORCPT ); Fri, 31 Jul 2009 03:52:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751447AbZGaHw3 (ORCPT ); Fri, 31 Jul 2009 03:52:29 -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 S1751431AbZGaHw2 (ORCPT ); Fri, 31 Jul 2009 03:52:28 -0400 Received: by mail-pz0-f196.google.com with SMTP id 34so1311776pzk.4 for ; Fri, 31 Jul 2009 00:52:29 -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=tQQJ36lecBNj6CiiJSDrgSF5+Vh0cOZ6xe82Y3uVqAQ=; b=GOo99HE96Bf1BbNTAuWZJa9tgk7wK005IZv1GBj98i2Sbn9J5O8b32w/gMlSe9o9Je x/pUdqWfRsJ+FVyGyhtk2O6EnXZnRef3xyZfHagNacXkqcsFv2HbobuW87oUo3qdO08P 4IIuP0L/x1/lXl/qpvBZH9waNOauze0DE4wMA= 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=kmTJzq+0+Vv/HTkvTcquCWVYS+j2GdiL7XMA3fSIS1vzmEMNXzj7RYlmsha15tjKep vvz2M4u2Kr6MEBiRWcn+Lv0Sm1z3iKFQ4zWskc3Y8fns69krjvFW00yV4d3R23s8DzEf zS6Fkjc/0O8ukAQ4CZ+saQaVoogkMIwIQkRgY= Received: by 10.114.92.3 with SMTP id p3mr3087915wab.182.1249026749419; Fri, 31 Jul 2009 00:52:29 -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 m31sm4697411wag.31.2009.07.31.00.52.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 00:52:28 -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:21 +0900 Message-Id: <20090731074821.29009.97641.sendpatchset@rx1.opensource.se> In-Reply-To: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> References: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> Subject: [PATCH 08/09] sh: Runtime PM pdev hwblk - kfr2r09 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 kfr2r09 board specific on-chip sh7724 platform devices. Signed-off-by: Magnus Damm --- arch/sh/boards/mach-kfr2r09/setup.c | 3 +++ 1 file changed, 3 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/mach-kfr2r09/setup.c +++ work/arch/sh/boards/mach-kfr2r09/setup.c 2009-07-31 15:39:47.000000000 +0900 @@ -95,6 +95,9 @@ static struct platform_device kfr2r09_sh .dev = { .platform_data = &kfr2r09_sh_keysc_info, }, + .archdata = { + .hwblk_id = HWBLK_KEYSC, + }, }; static struct platform_device *kfr2r09_devices[] __initdata = {