From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v8 00/14] iommu/rockchip: Use OF_IOMMU Date: Thu, 29 Mar 2018 12:24:22 +0200 Message-ID: <20180329102422.GG11365@8bytes.org> References: <20180323073814.5802-1-jeffy.chen@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180323073814.5802-1-jeffy.chen-TNX95d0MmH7DzftRWevZcw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Jeffy Chen Cc: Mark Rutland , Heiko Stuebner , Catalin Marinas , Shawn Lin , Will Deacon , Kever Yang , Finley Xiao , Romain Perier , Sugar Zhang , Brian Norris , Russell King , jcliang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Nickey Yang , Jacob Chen , Liang Chen , Caesar Wang , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Arnd Bergmann , Rob Herring , Mark Yao , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, David Wu List-Id: devicetree@vger.kernel.org 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(). > Do runtime PM suspend in .shutdown(). > Modify pm_runtime_get_if_in_use()/pm_runtime_put() as Tomasz suggested. Applied, thanks.