From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Suman Anna <s-anna@ti.com>
Cc: iommu@lists.linux-foundation.org, linux-omap@vger.kernel.org,
Joerg Roedel <joro@8bytes.org>,
Florian Vaussard <florian.vaussard@epfl.ch>
Subject: Re: [PATCH] iommu/omap: Remove virtual memory manager
Date: Fri, 18 Jul 2014 12:50:04 +0200 [thread overview]
Message-ID: <1779106.6LTfJHCcQh@avalon> (raw)
In-Reply-To: <53C7F15F.6030306@ti.com>
Hi Suman,
Thank you for the review.
On Thursday 17 July 2014 10:53:03 Suman Anna wrote:
> On 07/17/2014 06:09 AM, Laurent Pinchart wrote:
> > The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that
> > is has been ported to the DMA API, remove the unused virtual memory
> > manager.
> >
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> >
> > Joerg, could you please pick this patch up for v3.17 if possible ?
>
> Need one minor change as below, otherwise patch is good.
>
> > drivers/iommu/Kconfig | 10 +-
> > drivers/iommu/Makefile | 1 -
> > drivers/iommu/omap-iommu-debug.c | 114 ------
> > drivers/iommu/omap-iommu.c | 2 -
> > drivers/iommu/omap-iommu.h | 6 +-
> > drivers/iommu/omap-iovmm.c | 791 ----------------------------------
> > include/linux/omap-iommu.h | 37 +-
> > 7 files changed, 8 insertions(+), 953 deletions(-)
> > delete mode 100644 drivers/iommu/omap-iovmm.c
> >
> > diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
> > index d260605..a1f0fad 100644
> > --- a/drivers/iommu/Kconfig
> > +++ b/drivers/iommu/Kconfig
> > @@ -143,16 +143,12 @@ config OMAP_IOMMU
> > depends on ARCH_OMAP2PLUS
> > select IOMMU_API
> >
> > -config OMAP_IOVMM
> > - tristate "OMAP IO Virtual Memory Manager Support"
> > - depends on OMAP_IOMMU
> > -
> > config OMAP_IOMMU_DEBUG
> > - tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
> > - depends on OMAP_IOVMM && DEBUG_FS
> > + tristate "Export OMAP IOMMU internals in DebugFS"
> > + depends on DEBUG_FS
>
> This module is relevant only when OMAP_IOMMU is enabled, so this should
> be depends on OMAP_IOMMU && DEBUG_FS. The dependency is inherent before
> through OMAP_IOVMM. Otherwise, this module can be built by itself and
> results in some build errors.
Oops, my bad. I'll fix that in v2.
> > help
> > Select this to see extensive information about
> > - the internal state of OMAP IOMMU/IOVMM in debugfs.
> > + the internal state of OMAP IOMMU in debugfs.
> >
> > Say N unless you know you need this.
[snip]
> > diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h
> > index ea920c3..36a85f3 100644
> > --- a/drivers/iommu/omap-iommu.h
> > +++ b/drivers/iommu/omap-iommu.h
> > @@ -46,9 +46,6 @@ struct omap_iommu {
> >
> > int nr_tlb_entries;
> >
> > - struct list_head mmap;
> > - struct mutex mmap_lock; /* protect mmap */
> > -
> > void *ctx; /* iommu context: registres saved area */
> > u32 da_start;
> > u32 da_end;
>
> With the removal of omap-iovmm, the da_start and da_end can also be
> removed. No need to block this patch for that, it can be done in a
> separate patch.
I'll remove the fields from struct omap_iommu in v2. I'll also remove them
from the platform data, but I'll need to do so in a separate patch, as arch/
code needs to be touched as well.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-07-18 10:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-17 11:09 [PATCH] iommu/omap: Remove virtual memory manager Laurent Pinchart
2014-07-17 15:53 ` Suman Anna
2014-07-18 10:50 ` Laurent Pinchart [this message]
2014-07-18 16:45 ` Suman Anna
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=1779106.6LTfJHCcQh@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=florian.vaussard@epfl.ch \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=linux-omap@vger.kernel.org \
--cc=s-anna@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox