Grygorii Strashko <[email protected]> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

