Hi, When looking at recent driver conversions to managed resources (devm_*) there is no devm_clk_prepare() and similar functions, which forces mixing of 2 resource management styles (managed/classic) in the same driver, which is not great.
This patch series adds more devm_* managed APIs to the CLK subsystem so that driver conversions can be "pure". Not tested as I do not have relevant hardware, so testing is appreciated. Thanks! -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/