All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Nicolas Pitre <nico@fluxnic.net>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [GIT PULL] non-critical omap fixes for v3.1 merge window
Date: Tue, 5 Jul 2011 03:23:50 -0700	[thread overview]
Message-ID: <20110705102349.GE5783@atomide.com> (raw)

Hi Arnd,

Please pull some fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-fixes

These are intented for the merge window, there's no rush for
these to go in during the -rc cycle this late. I have one fix
queued for the -rc cycle still that I'll send separately.

The dmtimer fix in this series has a dependency to the cleanup
series you pulled earlier.

Regards,

Tony


The following changes since commit 48cb1258e8b0f8c81cfb699b42326c5b2147b3f8:
  Tony Lindgren (1):
        Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/.../khilman/linux-omap-pm into devel-cleanup

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-fixes

Ambresh K (1):
      OMAP4: DMTIMER: enable autoidle mode

Charulatha V (1):
      omap: ZOOM: QUART: Request reset GPIO

Daniel Mack (1):
      omap: Overo: remove duplicate call to overo_ads7846_init()

Igor Grinberg (2):
      arm: omap3: cm-t35: minor comments fixes
      arm: omap3: cm-t35: fix slow path warning

Julia Lawall (1):
      arch/arm/mach-omap2/clock.c: add missing clk_put

Ohad Ben-Cohen (2):
      omap: iovmm: s/sg_dma_len(sg)/sg->length/
      OMAP4: iommu: fix clock name

Silesh C V (1):
      omap: HSMMC: Fix GPIO muxing

Suman Anna (1):
      omap: iommu: fix pte programming

Tony Lindgren (1):
      Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes

 arch/arm/mach-omap2/board-cm-t35.c          |   18 +++++++-----------
 arch/arm/mach-omap2/board-overo.c           |    1 -
 arch/arm/mach-omap2/board-zoom-debugboard.c |    9 +++++++++
 arch/arm/mach-omap2/clock.c                 |    1 +
 arch/arm/mach-omap2/hsmmc.c                 |    7 +++----
 arch/arm/mach-omap2/iommu2.c                |    4 ++--
 arch/arm/mach-omap2/omap-iommu.c            |    2 +-
 arch/arm/plat-omap/dmtimer.c                |    4 ++--
 arch/arm/plat-omap/iovmm.c                  |    6 +++---
 9 files changed, 28 insertions(+), 24 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] non-critical omap fixes for v3.1 merge window
Date: Tue, 5 Jul 2011 03:23:50 -0700	[thread overview]
Message-ID: <20110705102349.GE5783@atomide.com> (raw)

Hi Arnd,

Please pull some fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-fixes

These are intented for the merge window, there's no rush for
these to go in during the -rc cycle this late. I have one fix
queued for the -rc cycle still that I'll send separately.

The dmtimer fix in this series has a dependency to the cleanup
series you pulled earlier.

Regards,

Tony


The following changes since commit 48cb1258e8b0f8c81cfb699b42326c5b2147b3f8:
  Tony Lindgren (1):
        Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/.../khilman/linux-omap-pm into devel-cleanup

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-fixes

Ambresh K (1):
      OMAP4: DMTIMER: enable autoidle mode

Charulatha V (1):
      omap: ZOOM: QUART: Request reset GPIO

Daniel Mack (1):
      omap: Overo: remove duplicate call to overo_ads7846_init()

Igor Grinberg (2):
      arm: omap3: cm-t35: minor comments fixes
      arm: omap3: cm-t35: fix slow path warning

Julia Lawall (1):
      arch/arm/mach-omap2/clock.c: add missing clk_put

Ohad Ben-Cohen (2):
      omap: iovmm: s/sg_dma_len(sg)/sg->length/
      OMAP4: iommu: fix clock name

Silesh C V (1):
      omap: HSMMC: Fix GPIO muxing

Suman Anna (1):
      omap: iommu: fix pte programming

Tony Lindgren (1):
      Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes

 arch/arm/mach-omap2/board-cm-t35.c          |   18 +++++++-----------
 arch/arm/mach-omap2/board-overo.c           |    1 -
 arch/arm/mach-omap2/board-zoom-debugboard.c |    9 +++++++++
 arch/arm/mach-omap2/clock.c                 |    1 +
 arch/arm/mach-omap2/hsmmc.c                 |    7 +++----
 arch/arm/mach-omap2/iommu2.c                |    4 ++--
 arch/arm/mach-omap2/omap-iommu.c            |    2 +-
 arch/arm/plat-omap/dmtimer.c                |    4 ++--
 arch/arm/plat-omap/iovmm.c                  |    6 +++---
 9 files changed, 28 insertions(+), 24 deletions(-)

             reply	other threads:[~2011-07-05 10:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05 10:23 Tony Lindgren [this message]
2011-07-05 10:23 ` [GIT PULL] non-critical omap fixes for v3.1 merge window Tony Lindgren
2011-07-06 17:16 ` Arnd Bergmann
2011-07-06 17:16   ` Arnd Bergmann

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=20110705102349.GE5783@atomide.com \
    --to=tony@atomide.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nico@fluxnic.net \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.