From patchwork Tue Apr 2 17:29:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 233103 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E7BF82C00B2 for ; Wed, 3 Apr 2013 04:32:14 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UN51L-0001la-6m; Tue, 02 Apr 2013 17:29:19 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UN51H-0001l2-3l for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2013 17:29:16 +0000 Received: from c-50-131-214-131.hsd1.ca.comcast.net ([50.131.214.131] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1UN51F-000Mla-AM; Tue, 02 Apr 2013 17:29:13 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+DKUQ+hghVzM8Ad71WOkHA Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.028 (F2.82; T1.35; A2.09; B3.13; Q3.13) Date: Tue, 2 Apr 2013 10:29:10 -0700 From: Tony Lindgren To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 1/3] omap non critical fixes for v3.10 merge window Message-Id: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130402_132915_180048_508B990A X-CRM114-Status: UNSURE ( 9.41 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.3 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.72 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.6 INVALID_MSGID Message-Id is not valid, according to RFC 2822 Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: Linux 3.9-rc5 (2013-03-31 15:12:43 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/fixes-non-critical-signed for you to fetch changes up to 105612489bf59386b46b3f9f034e03f70e57aee6: Merge branch 'for_3.10/omap5_generic_updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux into omap-for-v3.10/fixes-non-critical (2013-04-01 09:30:47 -0700) ---------------------------------------------------------------- Non critical omap fixes for v3.10 merge window. A big chunk of these fixes are needed to support omap5 es2 version that includes PM features while the earlier version es1 did not. ---------------------------------------------------------------- Paul Bolle (3): ARM: OMAP: fix typo "CONFIG_SMC91x_MODULE" ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD" ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS" Paul Walmsley (1): ARM: OMAP2+: powerdomain: avoid testing whether an unsigned char is less than 0 Rajendra Nayak (3): ARM: OMAP5: clock: No Freqsel on OMAP5 devices too ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flag ARM: OMAP: dpll: enable bypass clock only when attempting dpll bypass Santosh Shilimkar (6): ARM: OMAP5: Update SOC id detection code for ES2 ARM: OMAP5: timer: Update the clocksource name as per clock data ARM: OMAP5: prm: Allow prm init to succeed ARM: OMAP5: Update SAR RAM base address ARM: OMAP5: Update SAR memory layout for WakeupGen ARM: OMAP5: Make errata i688 workaround available Tero Kristo (1): ARM: OMAP5: Reuse prm read_inst/write_inst Tony Lindgren (2): Merge tag 'omap-devel-b-for-3.10' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.10/fixes-non-critical Merge branch 'for_3.10/omap5_generic_updates' of git://git.kernel.org/.../ssantosh/linux into omap-for-v3.10/fixes-non-critical Vaibhav Hiremath (2): ARM: OMAP2+: AM33xx: hwmod: Add missing sysc definition to wdt1 entry ARM: OMAP2+: am335x: Change the wdt1 func clk src to per_32k clk arch/arm/mach-omap1/Kconfig | 6 ------ arch/arm/mach-omap2/Kconfig | 2 +- arch/arm/mach-omap2/board-2430sdp.c | 2 +- arch/arm/mach-omap2/board-h4.c | 2 +- arch/arm/mach-omap2/cclock33xx_data.c | 8 ++++++++ arch/arm/mach-omap2/dpll3xxx.c | 30 ++++++++++++++---------------- arch/arm/mach-omap2/dsp.c | 4 ++-- arch/arm/mach-omap2/id.c | 12 +++++++++--- arch/arm/mach-omap2/io.c | 9 +++++++++ arch/arm/mach-omap2/omap4-common.c | 10 ++++++++-- arch/arm/mach-omap2/omap4-sar-layout.h | 14 +++++++------- arch/arm/mach-omap2/omap54xx.h | 1 + arch/arm/mach-omap2/omap_hwmod.c | 4 ---- arch/arm/mach-omap2/omap_hwmod.h | 6 ++---- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 15 +++++++++++++++ arch/arm/mach-omap2/powerdomain.c | 18 ++++++++---------- arch/arm/mach-omap2/prm44xx.c | 6 +++--- arch/arm/mach-omap2/soc.h | 2 ++ arch/arm/mach-omap2/timer.c | 5 +++-- 19 files changed, 94 insertions(+), 62 deletions(-)