Re: [PATCH v4 06/17] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put

2020-06-18 Thread Rick Chang
Hi Yong, On Thu, 2020-06-18 at 17:32 +0800, Yong Wu wrote: > + Rick > > On Sat, 2020-05-30 at 16:10 +0800, Yong Wu wrote: > > > > MediaTek IOMMU has already added device_link between the consumer > > and smi-larb device. If the jpg device call the > > pm_runtime_get_sync, > > the smi-larb's

Re: [PATCH v4 06/17] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put

2020-06-18 Thread Yong Wu
+ Rick On Sat, 2020-05-30 at 16:10 +0800, Yong Wu wrote: > MediaTek IOMMU has already added device_link between the consumer > and smi-larb device. If the jpg device call the pm_runtime_get_sync, > the smi-larb's pm_runtime_get_sync also be called automatically. > > CC: Rick Chang >

[PATCH v4 06/17] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put

2020-05-30 Thread Yong Wu
MediaTek IOMMU has already added device_link between the consumer and smi-larb device. If the jpg device call the pm_runtime_get_sync, the smi-larb's pm_runtime_get_sync also be called automatically. CC: Rick Chang Signed-off-by: Yong Wu Reviewed-by: Evan Green ---