mbox

[GIT,PULL] Two non-critical DMA fixes for v3.3 merge window

Message ID 20111212224648.GI32251@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical

Message

Tony Lindgren Dec. 12, 2011, 10:46 p.m. UTC
Hi Arnd & Olof,

Please pull two non-critical DMA fixes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical

These are workarounds for corner cases. There's no rush
to get them in during the -rc cycle, these are fixes for
features that never worked before.

Regards,

Tony


The following changes since commit 5611cc4572e889b62a7b4c72a413536bf6a9c416:
  Linus Torvalds (1):
        Linux 3.2-rc4

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical

Peter Ujfalusi (2):
      ARM: OMAP2+: DMA: Workaround for invalid source position
      ARM: OMAP2+: DMA: Workaround for invalid destination position

 arch/arm/plat-omap/dma.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

Comments

Olof Johansson Dec. 13, 2011, 10:40 p.m. UTC | #1
Hi,

On Mon, Dec 12, 2011 at 2:46 PM, Tony Lindgren <tony@atomide.com> wrote:
> Hi Arnd & Olof,
>
> Please pull two non-critical DMA fixes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical
>
> These are workarounds for corner cases. There's no rush
> to get them in during the -rc cycle, these are fixes for
> features that never worked before.

Thanks, pulled into next/fixes-non-critical (to avoid confusion with
the plain fixes branch for 3.2-rc).


-Olof