From: David Miller <davem@davemloft.net>
To: fujita.tomonori@lab.ntt.co.jp
Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org,
reif@earthlink.net, x86@kernel.org, tony.luck@intel.com,
akpm@linux-foundation.org
Subject: Re: [PATCH 5/8] sparc: remove no-op dma_4v_sync_single_for_cpu and
Date: Fri, 17 Jul 2009 02:37:33 +0000 [thread overview]
Message-ID: <20090716.193733.64064398.davem@davemloft.net> (raw)
In-Reply-To: <1247466360-13330-6-git-send-email-fujita.tomonori@lab.ntt.co.jp>
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Mon, 13 Jul 2009 15:25:57 +0900
> Now sparc uses include/asm-generic/dma-mapping-common.h. pci_sun4v.c
> doesn't need to have no-op dma_4v_sync_single_for_cpu and
> dma_4v_sync_sg_for_cpu (dma-mapping-common.h does nothing if
> sync_{single|sg}_for_cpu hook is not defined). So we can remove them
> safely.
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Tested-by: Robert Reif <reif@earthlink.net>
ACK
WARNING: multiple messages have this Message-ID (diff)
From: David Miller <davem@davemloft.net>
To: fujita.tomonori@lab.ntt.co.jp
Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org,
reif@earthlink.net, x86@kernel.org, tony.luck@intel.com,
akpm@linux-foundation.org
Subject: Re: [PATCH 5/8] sparc: remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu
Date: Thu, 16 Jul 2009 19:37:33 -0700 (PDT) [thread overview]
Message-ID: <20090716.193733.64064398.davem@davemloft.net> (raw)
In-Reply-To: <1247466360-13330-6-git-send-email-fujita.tomonori@lab.ntt.co.jp>
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Mon, 13 Jul 2009 15:25:57 +0900
> Now sparc uses include/asm-generic/dma-mapping-common.h. pci_sun4v.c
> doesn't need to have no-op dma_4v_sync_single_for_cpu and
> dma_4v_sync_sg_for_cpu (dma-mapping-common.h does nothing if
> sync_{single|sg}_for_cpu hook is not defined). So we can remove them
> safely.
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> Tested-by: Robert Reif <reif@earthlink.net>
ACK
next prev parent reply other threads:[~2009-07-17 2:37 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-13 6:25 [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-13 6:25 ` [PATCH 1/8] remove flush_write_buffers() in dma-mapping-common.h FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-08-05 1:48 ` [PATCH 1/8] remove flush_write_buffers() in FUJITA Tomonori
2009-08-05 1:48 ` [PATCH 1/8] remove flush_write_buffers() in dma-mapping-common.h FUJITA Tomonori
2009-07-13 6:25 ` [PATCH 2/8] IA64: remove NULL flush_write_buffers FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-13 6:25 ` [PATCH 3/8] sparc: use dma_map_ops struct FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-17 2:36 ` David Miller
2009-07-17 2:36 ` David Miller
2009-07-13 6:25 ` [PATCH 4/8] sparc: use asm-generic/dma-mapping-common.h FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-17 2:37 ` David Miller
2009-07-17 2:37 ` David Miller
2009-07-13 6:25 ` [PATCH 5/8] sparc: remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-17 2:37 ` David Miller [this message]
2009-07-17 2:37 ` David Miller
2009-07-13 6:25 ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_p FUJITA Tomonori
2009-07-13 6:25 ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page FUJITA Tomonori
2009-07-17 2:37 ` [PATCH 6/8] sparc: replace sbus_map_single and David Miller
2009-07-17 2:37 ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page David Miller
2009-07-13 6:25 ` [PATCH 7/8] sparc: use asm-generic/pci-dma-compat FUJITA Tomonori
2009-07-13 6:25 ` FUJITA Tomonori
2009-07-17 2:38 ` David Miller
2009-07-17 2:38 ` David Miller
2009-07-13 6:26 ` [PATCH 8/8] sparc: add CONFIG_DMA_API_DEBUG support FUJITA Tomonori
2009-07-13 6:26 ` FUJITA Tomonori
2009-07-17 2:39 ` David Miller
2009-07-17 2:39 ` David Miller
2009-07-14 0:56 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Robert Reif
2009-07-14 0:56 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Robert Reif
2009-07-14 1:40 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and FUJITA Tomonori
2009-07-14 1:40 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h FUJITA Tomonori
2009-07-14 9:23 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Joerg Roedel
2009-07-14 9:23 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Joerg Roedel
2009-07-14 20:12 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and David Miller
2009-07-14 20:12 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-07-18 11:06 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Ingo Molnar
2009-07-18 11:06 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Ingo Molnar
2009-08-03 3:21 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and David Miller
2009-08-03 3:21 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-08-03 5:54 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Ingo Molnar
2009-08-03 5:54 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Ingo Molnar
2009-08-04 4:21 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and David Miller
2009-08-04 4:21 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-07-21 16:05 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Joerg Roedel
2009-07-21 16:05 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Joerg Roedel
2009-07-21 19:15 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and David Miller
2009-07-21 19:15 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-08-03 5:56 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Ingo Molnar
2009-08-03 5:56 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Ingo Molnar
2009-08-04 4:22 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and David Miller
2009-08-04 4:22 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-08-04 7:45 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and Ingo Molnar
2009-08-04 7:45 ` [PATCH v2 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h 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=20090716.193733.64064398.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akpm@linux-foundation.org \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=reif@earthlink.net \
--cc=sparclinux@vger.kernel.org \
--cc=tony.luck@intel.com \
--cc=x86@kernel.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.