From: Arnd Bergmann <arnd@arndb.de>
To: Kyungmin Park <kmpark@infradead.org>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
Fernando Guzman Lugo <fernando.lugo@ti.com>,
Tony Lindgren <tony@atomide.com>,
Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
linux-kernel@vger.kernel.org,
Andrzej Pietrasiewicz <andrzej.p@samsung.com>,
Ramesh Gupta <grgupta@ti.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH] OMAP: iommu flush page table entries from L1 and L2 cache
Date: Tue, 19 Apr 2011 15:11:39 +0200 [thread overview]
Message-ID: <201104191511.39370.arnd@arndb.de> (raw)
In-Reply-To: <BANLkTim_30SbVhPLFOaq-KYwz5N6NGCe6A@mail.gmail.com>
On Tuesday 19 April 2011, Kyungmin Park wrote:
> On Tue, Apr 19, 2011 at 9:01 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Tuesday 19 April 2011, Kyungmin Park wrote:
> >> On Mon, Apr 18, 2011 at 11:13 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >> > On Monday 18 April 2011, Kyungmin Park wrote:
> >> >> On Mon, Apr 18, 2011 at 8:58 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >> >> >
> >> >> > One missing piece is still a way for a platform to provide both
> >> >> > the iommu and the dma-mapping API in a unified driver. Right now,
> >> >> > you have to export both interface for a generic solution.
> >> >>
> >> >> Actually MSM and we (Michal, Marek) tried to merge the generic IOMMU
> >> >> implementation into mm, but MM did't accept it.
> >> >
> >> > I'm confused. What do you mean with MM?
> >> linux/mm, Memory Management.
> >
> > I'm still confused. What were you suggesting to merge in there?
> > Do you have a link to a mailing list discussion?
>
> First, Zach Pfeffer <zpfeffer@codeaurora.org> sent the patch
> https://patchwork.kernel.org/patch/108736/
>
> Second, Michal tried it.
> http://lkml.org/lkml/2010/9/6/41
>
> http://lwn.net/Articles/403643/
> https://patchwork.kernel.org/patch/157451/
Ah, I did not realize you were talking about VCMM. I believe the main
reason what that patch was not received well is that it tried to add
yet another abstraction for IOMMUs when we already have too many of them.
It is essentially doing the opposite of what I was referring to above:
If we had added VCMM, each platform that has IOMMUs would now have to
implement three interfaces: dma-mapping.h (struct dma_map_ops),
iommu.h (struct iommu_ops) and and vcm_driver.h (struct vcm_driver).
What I really meant was to unify the two we already have, so that
a platform only needs to implement e.g. iommu_ops and get the dma_mapping.h
interfaces for free.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP: iommu flush page table entries from L1 and L2 cache
Date: Tue, 19 Apr 2011 15:11:39 +0200 [thread overview]
Message-ID: <201104191511.39370.arnd@arndb.de> (raw)
In-Reply-To: <BANLkTim_30SbVhPLFOaq-KYwz5N6NGCe6A@mail.gmail.com>
On Tuesday 19 April 2011, Kyungmin Park wrote:
> On Tue, Apr 19, 2011 at 9:01 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Tuesday 19 April 2011, Kyungmin Park wrote:
> >> On Mon, Apr 18, 2011 at 11:13 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >> > On Monday 18 April 2011, Kyungmin Park wrote:
> >> >> On Mon, Apr 18, 2011 at 8:58 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> >> >> >
> >> >> > One missing piece is still a way for a platform to provide both
> >> >> > the iommu and the dma-mapping API in a unified driver. Right now,
> >> >> > you have to export both interface for a generic solution.
> >> >>
> >> >> Actually MSM and we (Michal, Marek) tried to merge the generic IOMMU
> >> >> implementation into mm, but MM did't accept it.
> >> >
> >> > I'm confused. What do you mean with MM?
> >> linux/mm, Memory Management.
> >
> > I'm still confused. What were you suggesting to merge in there?
> > Do you have a link to a mailing list discussion?
>
> First, Zach Pfeffer <zpfeffer@codeaurora.org> sent the patch
> https://patchwork.kernel.org/patch/108736/
>
> Second, Michal tried it.
> http://lkml.org/lkml/2010/9/6/41
>
> http://lwn.net/Articles/403643/
> https://patchwork.kernel.org/patch/157451/
Ah, I did not realize you were talking about VCMM. I believe the main
reason what that patch was not received well is that it tried to add
yet another abstraction for IOMMUs when we already have too many of them.
It is essentially doing the opposite of what I was referring to above:
If we had added VCMM, each platform that has IOMMUs would now have to
implement three interfaces: dma-mapping.h (struct dma_map_ops),
iommu.h (struct iommu_ops) and and vcm_driver.h (struct vcm_driver).
What I really meant was to unify the two we already have, so that
a platform only needs to implement e.g. iommu_ops and get the dma_mapping.h
interfaces for free.
Arnd
next prev parent reply other threads:[~2011-04-19 13:11 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-14 21:52 [PATCH] OMAP: iommu flush page table entries from L1 and L2 cache Fernando Guzman Lugo
2011-04-14 21:52 ` Fernando Guzman Lugo
2011-04-14 21:52 ` Fernando Guzman Lugo
2011-04-14 22:30 ` Russell King - ARM Linux
2011-04-14 22:30 ` Russell King - ARM Linux
2011-04-15 2:24 ` KyongHo Cho
2011-04-15 2:24 ` KyongHo Cho
2011-04-15 8:12 ` Russell King - ARM Linux
2011-04-15 8:12 ` Russell King - ARM Linux
2011-04-15 11:26 ` Gupta, Ramesh
2011-04-15 11:26 ` Gupta, Ramesh
2011-04-28 13:40 ` Russell King - ARM Linux
2011-04-28 13:40 ` Russell King - ARM Linux
2011-04-28 13:40 ` Russell King - ARM Linux
2011-04-28 16:48 ` Gupta, Ramesh
2011-04-28 16:48 ` Gupta, Ramesh
2011-08-11 19:28 ` Gupta, Ramesh
2011-08-11 19:28 ` Gupta, Ramesh
2011-08-11 22:29 ` Russell King - ARM Linux
2011-08-11 22:29 ` Russell King - ARM Linux
2011-08-11 22:29 ` Russell King - ARM Linux
2011-08-12 16:05 ` Gupta, Ramesh
2011-08-12 16:05 ` Gupta, Ramesh
2011-08-12 16:05 ` Gupta, Ramesh
2011-10-16 18:32 ` C.A, Subramaniam
2011-10-16 18:32 ` C.A, Subramaniam
2012-05-29 15:53 ` Gupta, Ramesh
2012-05-29 15:53 ` Gupta, Ramesh
2011-04-18 7:29 ` Arnd Bergmann
2011-04-18 7:29 ` Arnd Bergmann
2011-04-18 11:05 ` Tony Lindgren
2011-04-18 11:05 ` Tony Lindgren
2011-04-18 11:42 ` Hiroshi DOYU
2011-04-18 11:42 ` Hiroshi DOYU
2011-04-18 13:25 ` Arnd Bergmann
2011-04-18 13:25 ` Arnd Bergmann
2011-04-18 11:58 ` Arnd Bergmann
2011-04-18 11:58 ` Arnd Bergmann
2011-04-18 12:55 ` Kyungmin Park
2011-04-18 12:55 ` Kyungmin Park
2011-04-18 12:55 ` Kyungmin Park
2011-04-18 14:13 ` Arnd Bergmann
2011-04-18 14:13 ` Arnd Bergmann
2011-04-19 9:11 ` Kyungmin Park
2011-04-19 9:11 ` Kyungmin Park
2011-04-19 12:01 ` Arnd Bergmann
2011-04-19 12:01 ` Arnd Bergmann
2011-04-19 12:35 ` Kyungmin Park
2011-04-19 12:35 ` Kyungmin Park
2011-04-19 13:02 ` Russell King - ARM Linux
2011-04-19 13:02 ` Russell King - ARM Linux
2011-04-19 13:11 ` Arnd Bergmann [this message]
2011-04-19 13:11 ` Arnd Bergmann
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=201104191511.39370.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=Hiroshi.DOYU@nokia.com \
--cc=andrzej.p@samsung.com \
--cc=fernando.lugo@ti.com \
--cc=grgupta@ti.com \
--cc=kmpark@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=m.szyprowski@samsung.com \
--cc=tony@atomide.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.