From patchwork Wed Jul 30 23:33:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4652281 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2AF709F2B8 for ; Wed, 30 Jul 2014 23:31:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5B18E201B4 for ; Wed, 30 Jul 2014 23:31:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C27D20145 for ; Wed, 30 Jul 2014 23:31:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752730AbaG3XbF (ORCPT ); Wed, 30 Jul 2014 19:31:05 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:39909 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbaG3XbD (ORCPT ); Wed, 30 Jul 2014 19:31:03 -0400 Received: by mail-pa0-f52.google.com with SMTP id bj1so2404111pad.39 for ; Wed, 30 Jul 2014 16:31:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=zVePPmPKhyv/aBBttvUlyHPfkL1MWF9RmEFQKOR7K+0=; b=yIq2US29gOeBIcZkI3zcp9Y02wh21RiH7Nm1sMazK19eCxB4t+TQA43JgBSwYBEa0b bYO/OxDksL1pnFMNJ+yRWB5BIqmXcab+kdeZbS2tNdDueD+2O5SKqNWwTyyLFlWa2ttI pXxkmVlQ1sBzeDpOUSDoEklrDhx2zwGWOJpw+TS/I1opYrZdkQTw0PayerqmqyO0cgu7 zK0u8XquB5JY32ALC+l6YaTV8zR9ftJk7vDeolU9vno5KuL6FeH0KEmhxsRVMyk9ap2L R9HCn2hadVsaRxUwq+auh/RWDFTH0wqS4TvRbCBHVEl/h19cMhFc0VzbFRJT3KJdvjGU 7i/A== X-Received: by 10.70.103.238 with SMTP id fz14mr8099613pdb.153.1406763063511; Wed, 30 Jul 2014 16:31:03 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id w7sm3477910pbs.74.2014.07.30.16.31.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Jul 2014 16:31:02 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Thu, 31 Jul 2014 08:33:17 +0900 Message-Id: <20140730233317.5969.91454.sendpatchset@w520> In-Reply-To: <20140730233206.5969.26669.sendpatchset@w520> References: <20140730233206.5969.26669.sendpatchset@w520> Subject: [PATCH 08/09] ARM: shmobile: Add shmobile_init_late() to APE6EVM Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 From: Magnus Damm Extend board specific APE6EVM reference machine vectors to include shmobile_init_late() so Suspend-to-RAM and CPUIdle are setup as expected. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 + arch/arm/mach-shmobile/board-ape6evm.c | 1 + 2 files 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/arm/mach-shmobile/board-ape6evm-reference.c +++ work/arch/arm/mach-shmobile/board-ape6evm-reference.c 2014-07-31 07:59:04.000000000 +0900 @@ -61,5 +61,6 @@ static const char *ape6evm_boards_compat DT_MACHINE_START(APE6EVM_DT, "ape6evm") .init_early = r8a73a4_init_early, .init_machine = ape6evm_add_standard_devices, + .init_late = shmobile_init_late, .dt_compat = ape6evm_boards_compat_dt, MACHINE_END --- 0001/arch/arm/mach-shmobile/board-ape6evm.c +++ work/arch/arm/mach-shmobile/board-ape6evm.c 2014-07-31 08:01:40.000000000 +0900 @@ -285,5 +285,6 @@ static const char *ape6evm_boards_compat DT_MACHINE_START(APE6EVM_DT, "ape6evm") .init_early = r8a73a4_init_early, .init_machine = ape6evm_add_standard_devices, + .init_late = shmobile_init_late, .dt_compat = ape6evm_boards_compat_dt, MACHINE_END