devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Shaik Ameer Basha <shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	prathyush.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	grundler-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org,
	supash.ramaswamy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	joshi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	varun.sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
	a.motakis-lrHrjnjw1UfHK3s98zE1ajGjJy/sRE9J@public.gmane.org,
	pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
Date: Mon, 12 May 2014 12:07:52 +0200	[thread overview]
Message-ID: <5576160.rCaFbvon4G@wuerfel> (raw)
In-Reply-To: <1399875304-19948-1-git-send-email-shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

On Monday 12 May 2014 11:44:45 Shaik Ameer Basha wrote:
> This is the subset of previous v12 series and includes only the fixes and
> enhancements, leaving out the private DT bindings as discussed in the below thread.
>     -- http://www.gossamer-threads.com/lists/linux/kernel/1918178
> 
> This patch series includes,
> 1] fixes for exynos-iommu driver build break
> 2] includes several bug fixes and enhancements for the exynos-iommu driver
> 3] code to handle multiple exynos sysmmu versions
> 4] adding support for device tree
>         Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt

The patches look good to me, but please add a note into the samsung,sysmmu.txt
file explaining that the binding is incomplete and that it's possible to
change in incompatible ways when we add support for attaching devices to
the IOMMU through the generic IOMMU binding.

	Arnd

  parent reply	other threads:[~2014-05-12 10:07 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12  6:14 [PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT Shaik Ameer Basha
     [not found] ` <1399875304-19948-1-git-send-email-shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-12  6:14   ` [PATCH v13 01/19] iommu/exynos: fix build errors Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 02/19] iommu/exynos: change error handling when page table update is failed Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 03/19] iommu/exynos: allocate lv2 page table from own slab Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 04/19] iommu/exynos: fix L2TLB invalidation Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 05/19] iommu/exynos: remove prefetch buffer setting Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 06/19] iommu/exynos: add missing cache flush for removed page table entries Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 07/19] iommu/exynos: always enable runtime PM Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 08/19] iommu/exynos: remove dbgname from drvdata of a System MMU Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 09/19] iommu/exynos: use managed device helper functions Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 10/19] iommu/exynos: gating clocks of master H/W Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 11/19] iommu/exynos: remove custom fault handler Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 12/19] iommu/exynos: change rwlock to spinlock Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 13/19] iommu/exynos: use exynos-iommu specific typedef Shaik Ameer Basha
2014-05-12  6:14   ` [PATCH v13 14/19] iommu/exynos: add devices attached to the System MMU to an IOMMU group Shaik Ameer Basha
2014-05-12  6:15   ` [PATCH v13 15/19] iommu/exynos: enhanced error messages Shaik Ameer Basha
2014-05-12  6:15   ` [PATCH v13 16/19] documentation: iommu: add binding document of Exynos System MMU Shaik Ameer Basha
2014-05-12  6:15   ` [PATCH v13 17/19] iommu/exynos: support for device tree Shaik Ameer Basha
2014-05-12  6:15   ` [PATCH v13 18/19] iommu/exynos: turn on useful configuration options Shaik Ameer Basha
2014-05-12  6:15   ` [PATCH v13 19/19] iommu/exynos: apply workaround of caching fault page table entries Shaik Ameer Basha
2014-05-12 10:07   ` Arnd Bergmann [this message]
2014-05-13 13:32     ` [PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT Shaik Ameer Basha
2014-05-13 17:20 ` Joerg Roedel
2014-05-14  5:57   ` Shaik Ameer Basha

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=5576160.rCaFbvon4G@wuerfel \
    --to=arnd-r2ngtmty4d4@public.gmane.org \
    --cc=a.motakis-lrHrjnjw1UfHK3s98zE1ajGjJy/sRE9J@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=grundler-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=joshi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=prathyush.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=pullip.cho-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=rahul.sharma-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=supash.ramaswamy-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=varun.sethi-KZfg59tc24xl57MIdRCFDg@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;
as well as URLs for NNTP newsgroup(s).