All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] non-critical omap fixes for v3.1 merge window
@ 2011-07-05 10:23 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2011-07-05 10:23 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linux-arm-kernel, linux-omap, Nicolas Pitre, Thomas Gleixner

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] non-critical omap fixes for v3.1 merge window
@ 2011-07-05 10:23 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2011-07-05 10:23 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] non-critical omap fixes for v3.1 merge window
  2011-07-05 10:23 ` Tony Lindgren
@ 2011-07-06 17:16   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2011-07-06 17:16 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: linux-arm-kernel, linux-omap, Nicolas Pitre, Thomas Gleixner

On Tuesday 05 July 2011, Tony Lindgren wrote:
> 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.

Pulled and pushed out to arm-soc/omap/fixes.

Thanks,

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] non-critical omap fixes for v3.1 merge window
@ 2011-07-06 17:16   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2011-07-06 17:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 05 July 2011, Tony Lindgren wrote:
> 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.

Pulled and pushed out to arm-soc/omap/fixes.

Thanks,

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-06 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05 10:23 [GIT PULL] non-critical omap fixes for v3.1 merge window Tony Lindgren
2011-07-05 10:23 ` Tony Lindgren
2011-07-06 17:16 ` Arnd Bergmann
2011-07-06 17:16   ` Arnd Bergmann

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.