Re: [PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT

2014-05-13 Thread Shaik Ameer Basha
On Tue, May 13, 2014 at 10:50 PM, Joerg Roedel j...@8bytes.org wrote:
 On Mon, May 12, 2014 at 11:44:45AM +0530, Shaik Ameer Basha wrote:
 Cho KyongHo (18):
   iommu/exynos: fix build errors
   iommu/exynos: change error handling when page table update is failed
   iommu/exynos: allocate lv2 page table from own slab
   iommu/exynos: fix L2TLB invalidation
   iommu/exynos: remove prefetch buffer setting
   iommu/exynos: add missing cache flush for removed page table entries
   iommu/exynos: always enable runtime PM
   iommu/exynos: remove dbgname from drvdata of a System MMU
   iommu/exynos: use managed device helper functions
   iommu/exynos: gating clocks of master H/W
   iommu/exynos: remove custom fault handler
   iommu/exynos: change rwlock to spinlock
   iommu/exynos: use exynos-iommu specific typedef
   iommu/exynos: enhanced error messages
   documentation: iommu: add binding document of Exynos System MMU
   iommu/exynos: support for device tree
   iommu/exynos: turn on useful configuration options
   iommu/exynos: apply workaround of caching fault page table entries

  .../devicetree/bindings/iommu/samsung,sysmmu.txt   |   65 ++
  drivers/iommu/exynos-iommu.c   | 1035 
 
  2 files changed, 677 insertions(+), 423 deletions(-)
  create mode 100644 
 Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt

 Applied, thanks. Please send another patch to update the documentation
 as requested by Arnd.

Hi Joerg,

Thanks for applying the series.
I posted one patch addressing 'Arnd' comments. Please apply it on top
of this series.
-- documentation/iommu: Add note on existing DT binding status

Regards,
Shaik




 Joerg


 ___
 iommu mailing list
 iommu@lists.linux-foundation.org
 https://lists.linuxfoundation.org/mailman/listinfo/iommu
___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu


Re: [PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT

2014-05-12 Thread Arnd Bergmann
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
___
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu