linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Misc Tegra patches
@ 2011-02-20  3:38 Stephen Warren
  2011-02-20  3:38 ` [PATCH 1/4] ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO Stephen Warren
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Stephen Warren @ 2011-02-20  3:38 UTC (permalink / raw)
  To: linux-arm-kernel

I have various patches for arch/arm/mach-tegra queued up in order to support
the new ASoC driver. This series is all those patches except those that touch
clock-related code, since I need to wait for Colin's series to land first,
then drop some of my patches, and fix up any merge conflicts.

* ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO

Simple fix. I think not previously posted.

* ARM: tegra: Prevent requeuing in-progress DMA requests

Already in {android,linux}-tegra-2.6.3[67], but not yet in mainline or
for-next.

* ARM: tegra: pinmux: Expose set_func, add get_*
* ARM: tegra: Move pinmux init call

Those two are needed to support updating tegra2_clocks.c's handling of
cdev[12] (see patch series I posted a while back to linux-tegra@).

I believe the first of these was previously posted, but not yet applied
since it was part of a series that included a number of clock changes
that needed to wait for Colin's clock changes.

The second probably hasn't been posted before, but if it has, this
version also covers the trimslice board.

Stephen Warren (4):
  ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO
  ARM: tegra: Prevent requeuing in-progress DMA requests
  ARM: tegra: pinmux: Expose set_func, add get_*
  ARM: tegra: Move pinmux init call

 arch/arm/mach-tegra/board-harmony.c       |    4 +-
 arch/arm/mach-tegra/board-trimslice.c     |    4 +-
 arch/arm/mach-tegra/dma.c                 |    8 ++++
 arch/arm/mach-tegra/include/mach/gpio.h   |    2 +-
 arch/arm/mach-tegra/include/mach/pinmux.h |    9 ++++
 arch/arm/mach-tegra/pinmux.c              |   64 ++++++++++++++++++++++++++---
 6 files changed, 80 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2011-02-22 19:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-20  3:38 [PATCH 0/4] Misc Tegra patches Stephen Warren
2011-02-20  3:38 ` [PATCH 1/4] ARM: tegra: Fix typo in TEGRA_IRQ_TO_GPIO Stephen Warren
2011-02-22 19:58   ` Colin Cross
2011-02-20  3:38 ` [PATCH 2/4] ARM: tegra: Prevent requeuing in-progress DMA requests Stephen Warren
2011-02-21  4:09   ` Colin Cross
2011-02-20  3:38 ` [PATCH 3/4] ARM: tegra: pinmux: Expose set_func, add get_* Stephen Warren
2011-02-20  3:38 ` [PATCH 4/4] ARM: tegra: Move pinmux init call Stephen Warren
2011-02-22  3:21   ` Colin Cross
2011-02-22 17:27     ` Stephen Warren

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