[PATCH v2 0/5] Add runtime PM support for clocks (on Exynos SoC example)
From: Tobias Jakobi <hidden>
Date: 2016-10-07 11:17:39
Also in:
linux-clk, linux-pm, linux-samsung-soc
Hey Marek, Marek Szyprowski wrote:
Hi Tobias, On 2016-10-06 20:05, Tobias Jakobi wrote:quoted
Hello Marek, I'm using the patches from the v4.8-clocks-pm-v2 branch plus the ones from the v4.8-clocks-pm-v2 branch on top of 4.8.0. I see some warnings on boot coming from driver core. It appears that the warnings are actually meaningful, since IOMMUs stop working completly. E.g. if I modprobe s5p-mfc later, firmware loading fails because apparantly the IOMMU domain isn't online.quoted
WARNING: CPU: 0 PID: 1 at drivers/base/core.c:356 device_links_driver_bound+0x124/0x12cI added some debug printk() to device_links_driver_bound(), to show the link status. Apparantly it is always DEVICE_LINK_AVAILABLE.Please note that some additional patches are needed to get IOMMU working properly with both runtime-pm patches and deferred probe, which feature in turn is needed to get it working after adding clocks-pm changes. I will send such patch soon (as a new version of IOMMU deferred probe support patches were posted a few days ago).
I see. I thought that this was supposed to work with the patches in v4.8-clocks-pm-v2. I picked the patches in this range (endpoints included). - arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops() - clocks: exynos5433: add runtime pm support And this range in v4.8-iommu-pm-v4> - driver core: Add a wrapper around __device_release_driver() - iommu/exynos: Add proper runtime pm support Anyway, looking forward to test the new patchset. - Tobias
quoted
(...)Best regards