Linux IOMMU Development
 help / color / mirror / Atom feed
From: Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
To: Laurent Pinchart
	<laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>,
	"linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org"
	<iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>,
	Sakari Ailus <sakari.ailus-X3B1VOXEql0@public.gmane.org>,
	Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org>
Subject: Re: [PATCH v2 0/6] OMAP IOMMU fixes
Date: Thu, 3 Apr 2014 16:11:38 -0500	[thread overview]
Message-ID: <533DCE8A.4040903@ti.com> (raw)
In-Reply-To: <533DCC51.60101-l0cyMroinI0@public.gmane.org>

On 04/03/2014 04:02 PM, Anna, Suman wrote:
> Hi Laurent,
> 
> On 04/03/2014 03:01 PM, Laurent Pinchart wrote:
>> Hello,
>>
>> This patch set fixes miscellaneous issues with the OMAP IOMMU driver, found
>> when trying to port the OMAP3 ISP away from omap-iovmm to the ARM DMA API. The
>> biggest issue is fixed by patch 6/6, while the other patches fix smaller
>> problems that I've noticed when reading the code, without experiencing them at
>> runtime.
>>
>> I believe I've addressed all comments received for v1. Suman, could you please
>> have a quick look at ack the patches you haven't acked yet ? I'll then send a
>> pull request.
> 
> Thanks for the revised series.
> 
> Just acked Patch 4/6. Patch 3/6 is a simple comment removal, and I am

Sorry, had a minor typo, I meant 5/6 w.r.t comment removal.

> good with that change. First 3 are already are from me, so I guess you
> need to add your sign-off before you send out the pull request.
> 
> regards
> Suman
> 
> 
>>
>> Changes since v1:
>>
>> - Dropped the "iommu/omap: Use the cache cleaning API" and "iommu/omap: Flush
>>   the TLB only after updating translation table entries" patches
>> - Reworked "iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()"
>>   to just break out of the loop
>> - Added patches 1/6 to 3/6
>>
>> Laurent Pinchart (3):
>>   iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()
>>   iommu/omap: Remove comment about supporting single page mappings only
>>   iommu/omap: Fix map protection value handling
>>
>> Suman Anna (3):
>>   iommu/omap: Correct init value of iotlb_entry valid field
>>   iommu/omap: Remove omap_iommu_domain_has_cap() function
>>   iommu/omap: Move to_iommu definition from omap-iopgtable.h
>>
>>  drivers/iommu/omap-iommu.c     | 31 ++++++++++++-------------------
>>  drivers/iommu/omap-iopgtable.h |  3 ---
>>  2 files changed, 12 insertions(+), 22 deletions(-)
>>
> 
> _______________________________________________
> iommu mailing list
> iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
> https://lists.linuxfoundation.org/mailman/listinfo/iommu
> 

  parent reply	other threads:[~2014-04-03 21:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 20:01 [PATCH v2 0/6] OMAP IOMMU fixes Laurent Pinchart
2014-04-03 20:01 ` [PATCH v2 2/6] iommu/omap: Remove omap_iommu_domain_has_cap() function Laurent Pinchart
     [not found] ` <1396555298-25246-1-git-send-email-laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
2014-04-03 20:01   ` [PATCH v2 1/6] iommu/omap: Correct init value of iotlb_entry valid field Laurent Pinchart
2014-04-03 20:01   ` [PATCH v2 3/6] iommu/omap: Move to_iommu definition from omap-iopgtable.h Laurent Pinchart
2014-04-03 20:01   ` [PATCH v2 4/6] iommu/omap: Fix 'no page for' debug message in flush_iotlb_page() Laurent Pinchart
     [not found]     ` <1396555298-25246-5-git-send-email-laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
2014-04-03 20:56       ` Suman Anna
2014-04-03 20:01   ` [PATCH v2 5/6] iommu/omap: Remove comment about supporting single page mappings only Laurent Pinchart
2014-04-03 21:02   ` [PATCH v2 0/6] OMAP IOMMU fixes Suman Anna
     [not found]     ` <533DCC51.60101-l0cyMroinI0@public.gmane.org>
2014-04-03 21:11       ` Suman Anna [this message]
2014-04-03 21:23       ` Laurent Pinchart
2014-04-03 20:01 ` [PATCH v2 6/6] iommu/omap: Fix map protection value handling Laurent Pinchart

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=533DCE8A.4040903@ti.com \
    --to=s-anna-l0cymroini0@public.gmane.org \
    --cc=florian.vaussard-p8DiymsW2f8@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sakari.ailus-X3B1VOXEql0@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox