All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB
Date: Sun, 02 Dec 2012 14:06:45 +0000	[thread overview]
Message-ID: <20121202140644.GP30633@8bytes.org> (raw)
In-Reply-To: <50B34B0F.3080204@samsung.com>

Hi Marek,
 
On Mon, Nov 26, 2012 at 11:57:19AM +0100, Marek Szyprowski wrote:

> I've took all the patches to the next-dma-debug branch in my tree, I sorry
> that You have to wait so long for it. My branch is based on Joerg's
> dma-debug branch and I've included it for testing in linux-next branch.

The patches are now two times in next. One version from my tree and one
from yours. Please remove the version from your tree, the patches should
go upstream via my dma-debug branch.


	Joerg



WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: shuah.khan@hp.com, a-jacquiot@ti.com, fenghua.yu@intel.com,
	catalin.marinas@arm.com, lethal@linux-sh.org,
	benh@kernel.crashing.org, ralf@linux-mips.org,
	tony.luck@intel.com, davem@davemloft.net, msalter@redhat.com,
	monstr@monstr.eu, Ming Lei <ming.lei@canonical.com>,
	linux-arm-kernel@lists.infradead.org,
	LKML <linux-kernel@vger.kernel.org>,
	linux-c6x-dev@linux-c6x.org, linux-ia64@vger.kernel.org,
	linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org,
	linux-sh@vger.kernel.org, sparclinux@vger.kernel.org,
	microblaze-uclinux@itee.uq.edu.au, shuahkhan@gmail.com
Subject: Re: [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API
Date: Sun, 2 Dec 2012 15:06:45 +0100	[thread overview]
Message-ID: <20121202140644.GP30633@8bytes.org> (raw)
In-Reply-To: <50B34B0F.3080204@samsung.com>

Hi Marek,
 
On Mon, Nov 26, 2012 at 11:57:19AM +0100, Marek Szyprowski wrote:

> I've took all the patches to the next-dma-debug branch in my tree, I sorry
> that You have to wait so long for it. My branch is based on Joerg's
> dma-debug branch and I've included it for testing in linux-next branch.

The patches are now two times in next. One version from my tree and one
from yours. Please remove the version from your tree, the patches should
go upstream via my dma-debug branch.


	Joerg

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-mips@linux-mips.org, linux-ia64@vger.kernel.org,
	a-jacquiot@ti.com, catalin.marinas@arm.com,
	Ming Lei <ming.lei@canonical.com>,
	shuahkhan@gmail.com, sparclinux@vger.kernel.org,
	linux-c6x-dev@linux-c6x.org, linux-sh@vger.kernel.org,
	msalter@redhat.com, shuah.khan@hp.com, fenghua.yu@intel.com,
	microblaze-uclinux@itee.uq.edu.au,
	linux-arm-kernel@lists.infradead.org, monstr@monstr.eu,
	tony.luck@intel.com, LKML <linux-kernel@vger.kernel.org>,
	ralf@linux-mips.org, lethal@linux-sh.org,
	linuxppc-dev@lists.ozlabs.org, davem@davemloft.net
Subject: Re: [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API
Date: Sun, 2 Dec 2012 15:06:45 +0100	[thread overview]
Message-ID: <20121202140644.GP30633@8bytes.org> (raw)
In-Reply-To: <50B34B0F.3080204@samsung.com>

Hi Marek,
 
On Mon, Nov 26, 2012 at 11:57:19AM +0100, Marek Szyprowski wrote:

> I've took all the patches to the next-dma-debug branch in my tree, I sorry
> that You have to wait so long for it. My branch is based on Joerg's
> dma-debug branch and I've included it for testing in linux-next branch.

The patches are now two times in next. One version from my tree and one
from yours. Please remove the version from your tree, the patches should
go upstream via my dma-debug branch.


	Joerg

WARNING: multiple messages have this Message-ID (diff)
From: joro@8bytes.org (Joerg Roedel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API
Date: Sun, 2 Dec 2012 15:06:45 +0100	[thread overview]
Message-ID: <20121202140644.GP30633@8bytes.org> (raw)
In-Reply-To: <50B34B0F.3080204@samsung.com>

Hi Marek,
 
On Mon, Nov 26, 2012 at 11:57:19AM +0100, Marek Szyprowski wrote:

> I've took all the patches to the next-dma-debug branch in my tree, I sorry
> that You have to wait so long for it. My branch is based on Joerg's
> dma-debug branch and I've included it for testing in linux-next branch.

The patches are now two times in next. One version from my tree and one
from yours. Please remove the version from your tree, the patches should
go upstream via my dma-debug branch.


	Joerg

  parent reply	other threads:[~2012-12-02 14:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-23 21:29 [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_A Shuah Khan
2012-11-23 21:29 ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Shuah Khan
2012-11-23 21:29 ` Shuah Khan
2012-11-23 21:29 ` Shuah Khan
2012-11-26 10:57 ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB Marek Szyprowski
2012-11-26 10:57   ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Marek Szyprowski
2012-11-26 10:57   ` Marek Szyprowski
2012-11-26 10:57   ` Marek Szyprowski
2012-11-26 11:20   ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB Joerg Roedel
2012-11-26 11:20     ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Joerg Roedel
2012-11-26 11:20     ` Joerg Roedel
2012-11-26 11:20     ` Joerg Roedel
2012-12-02 14:06   ` Joerg Roedel [this message]
2012-12-02 14:06     ` Joerg Roedel
2012-12-02 14:06     ` Joerg Roedel
2012-12-02 14:06     ` Joerg Roedel
2012-12-03  8:51     ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB Marek Szyprowski
2012-12-03  8:51       ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Marek Szyprowski
2012-12-03  8:51       ` Marek Szyprowski
2012-12-03  8:51       ` Marek Szyprowski
2012-11-26 11:22 ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB Joerg Roedel
2012-11-26 11:22   ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Joerg Roedel
2012-11-26 11:22   ` Joerg Roedel
2012-11-26 11:22   ` Joerg Roedel
2012-11-26 16:09   ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB Shuah Khan
2012-11-26 16:09     ` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_API Shuah Khan
2012-11-26 16:09     ` Shuah Khan
2012-11-26 16:09     ` Shuah Khan

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=20121202140644.GP30633@8bytes.org \
    --to=joro@8bytes.org \
    --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 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.