From patchwork Mon Mar 14 19:51:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Raue X-Patchwork-Id: 634501 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2EJpX0j024740 for ; Mon, 14 Mar 2011 19:51:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754351Ab1CNTvc (ORCPT ); Mon, 14 Mar 2011 15:51:32 -0400 Received: from mail01.solnet.ch ([212.101.4.135]:58811 "EHLO mail01.solnet.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081Ab1CNTvb (ORCPT ); Mon, 14 Mar 2011 15:51:31 -0400 Received: from mail01.solnet.ch (localhost.solnet.ch [127.0.0.1]) by mail01.solnet.ch (Postfix) with ESMTP id 87948FFA88; Mon, 14 Mar 2011 19:51:30 +0000 (UTC) X-Virus-Scanned: by SolNet-Check at mail01.solnet.ch Received: from mail01.solnet.ch ([127.0.0.1]) by mail01.solnet.ch (mail01.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id qQ48VaMcEtQ3; Mon, 14 Mar 2011 19:51:29 +0000 (UTC) Received: from x200t.openelec.tv (230-56-239-77-pool.cable.fcom.ch [77.239.56.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail01.solnet.ch (Postfix) with ESMTPSA id B0899FFA56; Mon, 14 Mar 2011 19:51:29 +0000 (UTC) Message-ID: <4D7E71C0.4010808@openelec.tv> Date: Mon, 14 Mar 2011 20:51:28 +0100 From: Stephan Raue User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tony Lindgren CC: Kevin Hilman , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [GIT PULL] OMAP PM updates for 2.6.39 References: <87k4g6eakw.fsf@ti.com> <4D7E6DCF.1060703@openelec.tv> <20110314193848.GI7258@atomide.com> In-Reply-To: <20110314193848.GI7258@atomide.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 14 Mar 2011 19:51:33 +0000 (UTC) diff -Naur linux-2.6.38-rc8/arch/arm/mach-omap2/Makefile linux-2.6.38-rc8.patch/arch/arm/mach-omap2/Makefile --- linux-2.6.38-rc8/arch/arm/mach-omap2/Makefile 2011-03-14 20:38:21.039926899 +0100 +++ linux-2.6.38-rc8.patch/arch/arm/mach-omap2/Makefile 2011-03-14 20:39:01.679108209 +0100 @@ -68,7 +68,7 @@ obj-$(CONFIG_OMAP_SMARTREFLEX_CLASS3) += smartreflex-class3.o AFLAGS_sleep24xx.o :=-Wa,-march=armv6 -AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a +AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a$(plus_sec) ifeq ($(CONFIG_PM_VERBOSE),y) CFLAGS_pm_bus.o += -DDEBUG