[PATCH 0/4] clk: imx7d: switch to clk api with CLK_OPS_PARENT_ON enabled
Dong Aisheng
aisheng.dong at freescale.com
Tue Jul 28 06:33:07 PDT 2015
After clk core supports mx7d type clocks, we don't have to enable all clock
by default anymore, this patch series remove the enable all clocks code and
only enable set of minimum required clocks instead.
This patch series depends on:
[PATCH V3 0/5] clk: support clocks which requires parent clock on during operation
http://www.spinics.net/lists/arm-kernel/msg435136.html
Dong Aisheng (4):
clk: imx: move imx_clk_gate_x into one place
clk: imx: add clk api for supporting clk_OPS_PARENT_ON clocks
clk: imx7d: using api with flag CLK_OPS_PARENT_ON
clk: imx7d: only enable minimum required clocks
drivers/clk/imx/clk-imx7d.c | 730 ++++++++++++++++++++++----------------------
drivers/clk/imx/clk.h | 62 +++-
2 files changed, 413 insertions(+), 379 deletions(-)
--
1.9.1
More information about the linux-arm-kernel
mailing list