Re: [PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU

2018-03-29 Thread Joerg Roedel
On Fri, Mar 23, 2018 at 03:38:00PM +0800, Jeffy Chen wrote: > > This series fixes some issues in rockchip iommu driver, and add of_iommu > support in it. > > Changes in v8: > Rebase on newest for-next. > Don't introduce the additional return. > Rename startup()/shutdown() to enable()/disable().

Re: [PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU

2018-03-29 Thread Joerg Roedel
On Fri, Mar 23, 2018 at 03:38:00PM +0800, Jeffy Chen wrote: > > This series fixes some issues in rockchip iommu driver, and add of_iommu > support in it. > > Changes in v8: > Rebase on newest for-next. > Don't introduce the additional return. > Rename startup()/shutdown() to enable()/disable().

[PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU

2018-03-23 Thread Jeffy Chen
This series fixes some issues in rockchip iommu driver, and add of_iommu support in it. Changes in v8: Rebase on newest for-next. Don't introduce the additional return. Rename startup()/shutdown() to enable()/disable(). Do runtime PM suspend in .shutdown(). Modify

[PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU

2018-03-23 Thread Jeffy Chen
This series fixes some issues in rockchip iommu driver, and add of_iommu support in it. Changes in v8: Rebase on newest for-next. Don't introduce the additional return. Rename startup()/shutdown() to enable()/disable(). Do runtime PM suspend in .shutdown(). Modify