From patchwork Fri Jul 31 07:47:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 38467 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 n6V7wQN7019558 for ; Fri, 31 Jul 2009 07:58:32 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751389AbZGaH6a (ORCPT ); Fri, 31 Jul 2009 03:58:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751480AbZGaH6a (ORCPT ); Fri, 31 Jul 2009 03:58:30 -0400 Received: from mail-pz0-f196.google.com ([209.85.222.196]:64624 "EHLO mail-pz0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbZGaH63 (ORCPT ); Fri, 31 Jul 2009 03:58:29 -0400 Received: by mail-pz0-f196.google.com with SMTP id 34so1313990pzk.4 for ; Fri, 31 Jul 2009 00:58:30 -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=lNOMbeSu0rNmJprQjFOxkHMrJ1KafJclcMVc7PKEXIo=; b=crChbp1f1iHZS1lLCqU2pyGkNxEu5YoEJDmKXEbTvBo8iuGWKgAlkRWhwGyBbSlh3e seZ01XpNgUzUt3oGjXLtrJRvFYs9muhsfQeF0GfE19rx9WKesGV4CmeU3bYBP3CvVdme oxefhm8zOFZs/cZelIsqrOtEVdA/ebeWC3Y2k= 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=l2yetB5UTKCex2PkQcZrTJ1+hzAzDn7s2o/iXV+48warhj0KwBfLTuzk+GG2JxNw2F zoiyrXsL9JCSIhtL9m8rmX6DwKryvXwmeolmQiQ9/95x9NNYOvFgl+ZHVEEGf1gB0Ri8 +nscb//PsqpIwrN/FHX+oR8rvb/rwDoO9g0Wk= Received: by 10.114.94.14 with SMTP id r14mr3131540wab.74.1249026713403; Fri, 31 Jul 2009 00:51:53 -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 n9sm4707188wag.58.2009.07.31.00.51.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 00:51:52 -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:47:44 +0900 Message-Id: <20090731074744.29009.85842.sendpatchset@rx1.opensource.se> In-Reply-To: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> References: <20090731074705.29009.33769.sendpatchset@rx1.opensource.se> Subject: [PATCH 04/09] sh: Runtime PM pdev hwblk - Solution Engine 7722 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 Solution Engine 7722 board specific on-chip sh7722 platform devices. Signed-off-by: Magnus Damm --- arch/sh/boards/mach-se/7722/setup.c | 4 ++++ 1 file changed, 4 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-se/7722/setup.c +++ work/arch/sh/boards/mach-se/7722/setup.c 2009-07-30 15:09:01.000000000 +0900 @@ -22,6 +22,7 @@ #include #include #include +#include /* Heartbeat */ static struct heartbeat_data heartbeat_data = { @@ -137,6 +138,9 @@ static struct platform_device sh_keysc_d .dev = { .platform_data = &sh_keysc_info, }, + .archdata = { + .hwblk_id = HWBLK_KEYSC, + }, }; static struct platform_device *se7722_devices[] __initdata = {