All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: David Miller <davem@davemloft.net>
Cc: fujita.tomonori@lab.ntt.co.jp, sparclinux@vger.kernel.org,
	linux-kernel@vger.kernel.org, tony.luck@intel.com,
	fenghua.yu@intel.com
Subject: Re: [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h
Date: Thu, 13 Aug 2009 07:04:02 +0000	[thread overview]
Message-ID: <20090813070402.GE12143@elte.hu> (raw)
In-Reply-To: <20090812.163427.161326946.davem@davemloft.net>


* David Miller <davem@davemloft.net> wrote:

> From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Date: Mon, 10 Aug 2009 11:53:09 +0900
> 
> > This is the repost of the patchset (as Ingo asked me offline) :
> > 
> > http://lkml.org/lkml/2009/7/13/20
> > 
> > There is no functional change. I just added David's ack to #3-8
> > patches and Robert's Tested-by to #8 patch.
> > 
> > I confirmed that it can be applied cleanly to mainline, -next, and
> > -tip trees.
> > 
> > The git tree is also available:
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git 
> > sparc
> 
> I just made a quick build test on sparc32 and sparc64, as well as 
> a non-debug execution test on sparc64 and it all looks fine.
> 
> Thanks for doing this work!
> 
> I assume Ingo or someone else is going to merge this stuff?

Yeah, it's in the tip:core/iommu tree:

451d740: sparc: Add CONFIG_DMA_API_DEBUG support
ee664a9: sparc: Use asm-generic/pci-dma-compat
c2c07db: sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page
595cc85: sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu
02f7a18: sparc: Use asm-generic/dma-mapping-common.h
bc0a14f: sparc: Use dma_map_ops struct

and pushed out to linux-next as well and present there as well.

I did a cross-build test of Sparc before i pushed it out, but it 
would be nice if you could check the end result linux-next as well 
... just in case. (whenever you get around to do it - there's no 
urgency.)

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@elte.hu>
To: David Miller <davem@davemloft.net>
Cc: fujita.tomonori@lab.ntt.co.jp, sparclinux@vger.kernel.org,
	linux-kernel@vger.kernel.org, tony.luck@intel.com,
	fenghua.yu@intel.com
Subject: Re: [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h
Date: Thu, 13 Aug 2009 09:04:02 +0200	[thread overview]
Message-ID: <20090813070402.GE12143@elte.hu> (raw)
In-Reply-To: <20090812.163427.161326946.davem@davemloft.net>


* David Miller <davem@davemloft.net> wrote:

> From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Date: Mon, 10 Aug 2009 11:53:09 +0900
> 
> > This is the repost of the patchset (as Ingo asked me offline) :
> > 
> > http://lkml.org/lkml/2009/7/13/20
> > 
> > There is no functional change. I just added David's ack to #3-8
> > patches and Robert's Tested-by to #8 patch.
> > 
> > I confirmed that it can be applied cleanly to mainline, -next, and
> > -tip trees.
> > 
> > The git tree is also available:
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git 
> > sparc
> 
> I just made a quick build test on sparc32 and sparc64, as well as 
> a non-debug execution test on sparc64 and it all looks fine.
> 
> Thanks for doing this work!
> 
> I assume Ingo or someone else is going to merge this stuff?

Yeah, it's in the tip:core/iommu tree:

451d740: sparc: Add CONFIG_DMA_API_DEBUG support
ee664a9: sparc: Use asm-generic/pci-dma-compat
c2c07db: sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page
595cc85: sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu
02f7a18: sparc: Use asm-generic/dma-mapping-common.h
bc0a14f: sparc: Use dma_map_ops struct

and pushed out to linux-next as well and present there as well.

I did a cross-build test of Sparc before i pushed it out, but it 
would be nice if you could check the end result linux-next as well 
... just in case. (whenever you get around to do it - there's no 
urgency.)

	Ingo

  reply	other threads:[~2009-08-13  7:04 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10  2:53 [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h FUJITA Tomonori
2009-08-10  2:53 ` FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 1/8] remove flush_write_buffers() in dma-mapping-common.h FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] dma-ops: Remove " tip-bot for Arnd Bergmann
2009-08-10  2:53 ` [PATCH 2/8] IA64: remove NULL flush_write_buffers FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] IA64: Remove " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 3/8] sparc: use dma_map_ops struct FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] sparc: Use " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 4/8] sparc: use asm-generic/dma-mapping-common.h FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Use asm-generic/dma-mapping-common.h tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 5/8] sparc: remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Remove " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_p FUJITA Tomonori
2009-08-10  2:53   ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Replace " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 7/8] sparc: use asm-generic/pci-dma-compat FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Use asm-generic/pci-dma-compat tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 8/8] sparc: add CONFIG_DMA_API_DEBUG support FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Add " tip-bot for FUJITA Tomonori
2009-08-12 23:34 ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h David Miller
2009-08-12 23:34   ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-08-13  7:04   ` Ingo Molnar [this message]
2009-08-13  7:04     ` Ingo Molnar

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=20090813070402.GE12143@elte.hu \
    --to=mingo@elte.hu \
    --cc=davem@davemloft.net \
    --cc=fenghua.yu@intel.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=tony.luck@intel.com \
    /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.