Re: [PATCH] iommu/exynos: Rework runtime PM links management

2017-09-19 Thread Joerg Roedel
On Fri, Sep 15, 2017 at 01:05:08PM +0200, Marek Szyprowski wrote: > add_device is a bit more suitable for establishing runtime PM links than > the xlate callback. This change also makes it possible to implement proper > cleanup - in remove_device callback. > > Signed-off-by: Marek Szyprowski

[PATCH] iommu/exynos: Rework runtime PM links management

2017-09-15 Thread Marek Szyprowski
add_device is a bit more suitable for establishing runtime PM links than the xlate callback. This change also makes it possible to implement proper cleanup - in remove_device callback. Signed-off-by: Marek Szyprowski --- drivers/iommu/exynos-iommu.c | 23