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: 233104 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 0FA012C00B2 for ; Wed, 3 Apr 2013 04:32:17 +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 1UN51T-0001nO-Kt; Tue, 02 Apr 2013 17:29:27 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UN51K-0001lV-0b for linux-arm-kernel@lists.infradead.org; Tue, 02 Apr 2013 17:29:19 +0000 Received: from c-50-131-214-131.hsd1.ca.comcast.net ([50.131.214.131] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1UN51I-0001o9-AT; Tue, 02 Apr 2013 17:29:16 +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: U2FsdGVkX18fzaR4d4Xbw2zzZQCxwLTv 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 2/3] omap cleanup for v3.10 merge window In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130402_132918_223748_D9B96F6B X-CRM114-Status: UNSURE ( 8.44 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.5 MISSING_MID Missing Message-Id: header 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" Message-ID: 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 a937536b868b8369b98967929045f1df54234323: Linux 3.9-rc3 (2013-03-17 15:59:32 -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/cleanup-v2-signed for you to fetch changes up to c309f7f46167e85d1aae2fd31f23e7d2b5cdfbe0: Merge branch 'for_3.10/omap_generic_cleanup_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux into omap-for-v3.10/cleanup-v2 (2013-03-28 14:45:31 -0700) ---------------------------------------------------------------- Clean up related changes for v3.10 merge window. Mostly clock and PM related with removal of now unused DMA channel definitions. The clock change to use SoC specific lists will make it a little bit easier to add support for new SoCs variants without having to patch all over the place. ---------------------------------------------------------------- J Keerthy (1): ARM: OMAP2+: clock data: Remove CK_* flags Jarkko Nikula (2): ARM: OMAP1: Remove unused DMA channel definitions ARM: OMAP2+: Remove unused DMA channel definitions Santosh Shilimkar (8): ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple ARM: OMAP4+: Remove the un-necessary cache flush from hotplug code ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot path ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus() ARM: OMAP4: PM: Remove L4 wakeup depedency with MPU since errata fix exist now ARM: OMAP4: PM: Now remove L4 per clockdomain static depedency with MPU ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build Tero Kristo (1): ARM: OMAP4+: Use common scratchpad SAR RAM offsets for all architectures Tony Lindgren (2): Merge tag 'omap-cleanup-a-for-3.10' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.10/cleanup Merge branch 'for_3.10/omap_generic_cleanup_v2' of git://git.kernel.org/.../ssantosh/linux into omap-for-v3.10/cleanup-v2 arch/arm/mach-omap1/dma.h | 41 -- arch/arm/mach-omap2/cclock2420_data.c | 283 +++++++------- arch/arm/mach-omap2/cclock2430_data.c | 311 ++++++++------- arch/arm/mach-omap2/cclock33xx_data.c | 165 ++++---- arch/arm/mach-omap2/cclock3xxx_data.c | 685 ++++++++++++++++++--------------- arch/arm/mach-omap2/cclock44xx_data.c | 515 ++++++++++++------------- arch/arm/mach-omap2/clock.c | 17 +- arch/arm/mach-omap2/clock.h | 20 +- arch/arm/mach-omap2/cpuidle34xx.c | 3 - arch/arm/mach-omap2/cpuidle44xx.c | 7 - arch/arm/mach-omap2/dma.h | 70 ---- arch/arm/mach-omap2/omap-hotplug.c | 6 - arch/arm/mach-omap2/omap-smp.c | 57 +-- arch/arm/mach-omap2/omap4-common.c | 16 + arch/arm/mach-omap2/omap4-sar-layout.h | 14 +- arch/arm/mach-omap2/pm24xx.c | 11 +- arch/arm/mach-omap2/pm34xx.c | 9 +- arch/arm/mach-omap2/pm44xx.c | 20 +- 18 files changed, 1059 insertions(+), 1191 deletions(-)