public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/5] omap sparse cleanup for v3.5 merge window
Date: Mon, 7 May 2012 15:38:42 -0700	[thread overview]
Message-ID: <pull-1336430323-742388> (raw)

The following changes since commit e816b57a337ea3b755de72bec38c10c864f23015:

  Linux 3.4-rc3 (2012-04-15 18:28:29 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-cleanup-sparse-for-v3.5

for you to fetch changes up to 09f45b83109cb8e23a06d5efb1096a08a9545974:

  Merge tag 'omap-cleanup-a2-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-sparse (2012-04-18 10:09:26 -0700)

----------------------------------------------------------------

Sparse and cppcheck warning fixes

----------------------------------------------------------------
Paul Walmsley (11):
      ARM: OMAP2+: declare file-local functions as static
      ARM: OMAP: add includes for missing prototypes
      ARM: OMAP1: OCPI: move to mach-omap1/
      ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI bus
      ARM: OMAP2+: GPMC: resolve type-conversion warning from sparse
      ARM: OMAP: fix 'using plain integer as NULL pointer' sparse warnings
      ARM: OMAP: OCM RAM: use memset_io() when clearing SRAM
      ARM: OMAP: DMA: use constant array maximum, drop some LCD DMA code
      ARM: OMAP: USB: remove unnecessary sideways include
      ARM: OMAP1: board files: deduplicate and clean some NAND-related code
      ARM: OMAP2+: clean up some cppcheck warnings

Tony Lindgren (1):
      Merge tag 'omap-cleanup-a2-for-3.5' of git://git.kernel.org/.../pjw/omap-pending into cleanup-sparse

 arch/arm/mach-omap1/Makefile                 |   13 ++++++---
 arch/arm/mach-omap1/ams-delta-fiq.c          |    2 +-
 arch/arm/mach-omap1/board-fsample.c          |   16 +----------
 arch/arm/mach-omap1/board-h2.c               |   17 +-----------
 arch/arm/mach-omap1/board-h3.c               |   16 +----------
 arch/arm/mach-omap1/board-nand.c             |   37 ++++++++++++++++++++++++++
 arch/arm/mach-omap1/board-palmz71.c          |    4 +--
 arch/arm/mach-omap1/board-perseus2.c         |   16 +----------
 arch/arm/mach-omap1/clock.c                  |    3 +--
 arch/arm/mach-omap1/common.h                 |   11 +++++++-
 arch/arm/mach-omap1/fpga.c                   |    2 +-
 arch/arm/mach-omap1/id.c                     |    2 ++
 arch/arm/mach-omap1/io.c                     |    3 +--
 arch/arm/mach-omap1/irq.c                    |    2 ++
 arch/arm/mach-omap1/lcd_dma.c                |    7 +----
 arch/arm/{plat-omap => mach-omap1}/ocpi.c    |    7 +++--
 arch/arm/mach-omap1/pm.c                     |    9 +++----
 arch/arm/mach-omap1/reset.c                  |    2 ++
 arch/arm/mach-omap1/timer.c                  |    3 +--
 arch/arm/mach-omap1/usb.c                    |    3 +++
 arch/arm/mach-omap2/am35xx-emac.c            |   37 ++++++++++++--------------
 arch/arm/mach-omap2/board-omap3evm.c         |    8 +++---
 arch/arm/mach-omap2/board-omap4panda.c       |    8 +++---
 arch/arm/mach-omap2/board-rx51-peripherals.c |    4 +--
 arch/arm/mach-omap2/board-zoom-display.c     |    1 +
 arch/arm/mach-omap2/common.h                 |    2 --
 arch/arm/mach-omap2/devices.c                |    7 +++--
 arch/arm/mach-omap2/gpio.c                   |    2 +-
 arch/arm/mach-omap2/gpmc-onenand.c           |    3 +--
 arch/arm/mach-omap2/gpmc.c                   |    3 +--
 arch/arm/mach-omap2/hwspinlock.c             |    2 +-
 arch/arm/mach-omap2/io.c                     |    1 +
 arch/arm/mach-omap2/irq.c                    |    3 ++-
 arch/arm/mach-omap2/mux.c                    |    2 +-
 arch/arm/mach-omap2/omap-secure.c            |    1 +
 arch/arm/mach-omap2/omap-wakeupgen.c         |    2 +-
 arch/arm/mach-omap2/pm24xx.c                 |    3 ---
 arch/arm/mach-omap2/pm34xx.c                 |   10 +++----
 arch/arm/mach-omap2/prm_common.c             |    4 ++-
 arch/arm/mach-omap2/serial.c                 |    2 +-
 arch/arm/mach-omap2/usb-tusb6010.c           |    2 +-
 arch/arm/plat-omap/Makefile                  |    3 ---
 arch/arm/plat-omap/common.c                  |    1 +
 arch/arm/plat-omap/dma.c                     |   13 +++++++--
 arch/arm/plat-omap/dmtimer.c                 |    3 ++-
 arch/arm/plat-omap/include/plat/board.h      |    2 ++
 arch/arm/plat-omap/include/plat/common.h     |    2 ++
 arch/arm/plat-omap/include/plat/dma.h        |    1 +
 arch/arm/plat-omap/include/plat/dmtimer.h    |    4 +--
 arch/arm/plat-omap/omap_device.c             |    2 --
 arch/arm/plat-omap/sram.c                    |    4 +--
 arch/arm/plat-omap/usb.c                     |    4 ---
 drivers/usb/host/ohci-omap.c                 |    5 ++--
 53 files changed, 161 insertions(+), 165 deletions(-)
 create mode 100644 arch/arm/mach-omap1/board-nand.c
 rename arch/arm/{plat-omap => mach-omap1}/ocpi.c (93%)

             reply	other threads:[~2012-05-07 22:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 22:38 Tony Lindgren [this message]
2012-05-07 22:38 ` [GIT PULL 2/5] omap hwmod cleanup for v3.5 merge window Tony Lindgren
2012-05-07 22:38 ` [GIT PULL 4/5] omap pm regulator changes " Tony Lindgren
2012-05-07 22:38 ` [GIT PULL 5/5] omap hwmod " Tony Lindgren
2012-05-07 22:38 ` [GIT PULL 3/5] omap cpuidle cleanup " Tony Lindgren
     [not found] <4fa84ef6.8988e50a.7e08.ffff88a0SMTPIN_ADDED@mx.google.com>
2012-05-09  9:33 ` [GIT PULL 1/5] omap sparse " Olof Johansson

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=pull-1336430323-742388 \
    --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