[RFC PATCH 3/3] ARM: keystone: pm_domain: setup clk pm domain clocks from DT

Kevin Hilman khilman at kernel.org
Mon Sep 8 13:47:59 PDT 2014


Grygorii Strashko <grygorii.strashko at ti.com> writes:

> This patch implements custom pm_clk_notifier callback for Keystone 2
> CLK PM domain which fills list of clocks for Device with all
> clocks assigned to this Device in DT.
>
> After this patch .con_ids field in pm_clk_notifier_block is not
> used and there are no limitation for clocks names in DT any more.

OK, but this also assumes you want *every* clock associated with a
device node managed by runtime PM.  Is that really what you want?  

I may have misunderstood, but your previous attempts at solving this
problem suggest you wanted finer grained control over which device
clocks are runtime PM managed and which ones arent.

Kevin



More information about the linux-arm-kernel mailing list