From patchwork Fri Sep 14 02:18:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 183782 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 55DEE2C0094 for ; Fri, 14 Sep 2012 12:37:11 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TCLVi-0003GO-8W; Fri, 14 Sep 2012 02:20:02 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TCLUo-00038i-FH for linux-arm-kernel@merlin.infradead.org; Fri, 14 Sep 2012 02:19:06 +0000 Received: from mho-04-ewr.mailhop.org ([204.13.248.74] helo=mho-02-ewr.mailhop.org) by casper.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TCLUi-0003np-V6 for linux-arm-kernel@lists.infradead.org; Fri, 14 Sep 2012 02:19:05 +0000 Received: from c-98-234-237-12.hsd1.ca.comcast.net ([98.234.237.12] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1TCLUe-0004LF-MV; Fri, 14 Sep 2012 02:18:56 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19HmHRIPn67MyAH4m5hUCiu Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.028 (F2.82; T1.34; A2.08; B3.13; Q3.13) Date: Thu, 13 Sep 2012 19:18:45 -0700 From: Tony Lindgren To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 6/7] omap makefile and sparse cleanup for v3.7 merge window In-Reply-To: X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120914_031901_245925_413DCD5D X-CRM114-Status: GOOD ( 12.96 ) X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-1.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.74 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.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org 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 68cb700c59fae6cd539c9dc1e9f2584f671935a0: ARM: OMAP1: Move SoC specific headers from plat to mach for omap1 (2012-09-12 18:06:31 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-cleanup-makefile-sparse-for-v3.7 for you to fetch changes up to 3c101c41fbe5daf88afbbd575542aa1d047812bb: Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparse (2012-09-12 20:42:36 -0700) ---------------------------------------------------------------- >From Paul Walmsley : Clean up and standardize several parts of arch/arm/mach-omap2/Makefile. Beyond readability and diffstat improvements, the series should reduce the risk of conflicts during future cleanups by ensuring related lines are in the same section of the Makefile. smatch and string-wrapping cleanups for the OMAP subarch code. These changes fix some of the more meaningful warnings that smatch returns for the OMAP subarch code, and unwraps strings that are wrapped at the 80-column boundary, to conform with the current practice. ---------------------------------------------------------------- Paul Walmsley (8): ARM: OMAP2+: clean up whitespace in Makefile ARM: OMAP2+: clean up omap_hwmod.o build directives in Makefile ARM: OMAP2+: move MPU INTCPS, secure monitor, SDRC build directives in Makefile ARM: OMAP2+: clean up OMAP4 PRM & sleep build directives in Makefile ARM: OMAP2+: clean up OMAP clock Makefile sections ARM: OMAP2+: clean up PRCM sections of the Makefile ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ... ARM: OMAP: unwrap strings Tony Lindgren (2): Merge tag 'omap-cleanup-a-for-3.7' of git://git.kernel.org/.../pjw/omap-pending into cleanup-makefile-sparse Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/.../pjw/omap-pending into cleanup-makefile-sparse arch/arm/mach-omap1/board-htcherald.c | 3 +- arch/arm/mach-omap1/clock.c | 4 +- arch/arm/mach-omap1/clock_data.c | 13 ++-- arch/arm/mach-omap1/dma.c | 5 +- arch/arm/mach-omap1/lcd_dma.c | 6 +- arch/arm/mach-omap1/leds-h2p2-debug.c | 12 +-- arch/arm/mach-omap2/Makefile | 108 +++++++++++---------------- arch/arm/mach-omap2/board-n8x0.c | 7 +- arch/arm/mach-omap2/board-overo.c | 6 +- arch/arm/mach-omap2/board-zoom-debugboard.c | 7 +- arch/arm/mach-omap2/clkt34xx_dpll3m2.c | 10 +-- arch/arm/mach-omap2/clkt_clksel.c | 28 ++++--- arch/arm/mach-omap2/clkt_dpll.c | 8 +- arch/arm/mach-omap2/clock.c | 20 ++--- arch/arm/mach-omap2/clock3xxx.c | 3 +- arch/arm/mach-omap2/clockdomain.c | 74 +++++++++--------- arch/arm/mach-omap2/common-board-devices.c | 3 +- arch/arm/mach-omap2/dpll3xxx.c | 7 +- arch/arm/mach-omap2/gpio.c | 1 + arch/arm/mach-omap2/gpmc.c | 2 +- arch/arm/mach-omap2/id.c | 5 +- arch/arm/mach-omap2/irq.c | 5 +- arch/arm/mach-omap2/omap_hwmod.c | 16 ++-- arch/arm/mach-omap2/opp.c | 15 ++-- arch/arm/mach-omap2/pm.c | 4 +- arch/arm/mach-omap2/pm34xx.c | 8 +- arch/arm/mach-omap2/pm44xx.c | 8 +- arch/arm/mach-omap2/powerdomain.c | 36 +++++---- arch/arm/mach-omap2/powerdomain2xxx_3xxx.c | 4 +- arch/arm/mach-omap2/powerdomain44xx.c | 4 +- arch/arm/mach-omap2/prcm.c | 8 +- arch/arm/mach-omap2/serial.c | 12 +-- arch/arm/mach-omap2/sr_device.c | 13 ++-- arch/arm/mach-omap2/timer.c | 2 +- arch/arm/mach-omap2/vc.c | 5 +- arch/arm/mach-omap2/voltage.c | 12 +-- arch/arm/mach-omap2/vp.c | 16 ++-- arch/arm/plat-omap/dma.c | 51 ++++++------- arch/arm/plat-omap/mux.c | 2 +- arch/arm/plat-omap/omap-pm-noop.c | 39 +++++----- arch/arm/plat-omap/omap_device.c | 25 +++---- 41 files changed, 277 insertions(+), 340 deletions(-)