From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 6/7] omap makefile and sparse cleanup for v3.7 merge window
Date: Thu, 13 Sep 2012 19:34:12 -0700 [thread overview]
Message-ID: <mailman.12.1347590107.1458.linux-arm-kernel@lists.infradead.org> (raw)
In-Reply-To: <pull-1347590052-683636>
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 <paul@pwsan.com>:
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(-)
next prev parent reply other threads:[~2012-09-14 2:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 2:34 [GIT PULL 1/7] omap non-critical fixes for v3.7 merge window Tony Lindgren
2012-09-14 2:34 ` [GIT PULL 2/7] omap device changes " Tony Lindgren
2012-09-14 2:34 ` [GIT PULL 3/7] omap gpmc cleanup " Tony Lindgren
2012-09-14 2:34 ` [GIT PULL 4/7] omap custom atag removal " Tony Lindgren
2012-09-14 2:34 ` [GIT PULL 5/7] omap sparse irq and local hardware.h cleanup " Tony Lindgren
2012-09-14 2:34 ` Tony Lindgren [this message]
2012-09-14 2:34 ` [GIT PULL 7/7] am33xx hwmod data " Tony Lindgren
[not found] ` <E1TCLkq-0006f8-Qp@merlin.infradead.org>
2012-09-14 17:55 ` [GIT PULL 5/7] omap sparse irq and local hardware.h cleanup " Tony Lindgren
[not found] ` <E1TCLkx-0006iv-9h@merlin.infradead.org>
2012-09-17 3:08 ` [GIT PULL 6/7] omap makefile and sparse " Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2012-09-14 2:18 [GIT PULL 1/7] omap non-critical fixes " Tony Lindgren
2012-09-14 2:18 ` [GIT PULL 6/7] omap makefile and sparse cleanup " Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mailman.12.1347590107.1458.linux-arm-kernel@lists.infradead.org \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).