[PATCH 0/4] clk: imx7d: switch to clk api with CLK_OPS_PARENT_ON enabled

From: Dong Aisheng
Date: Tue Jul 28 2015 - 10:44:12 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/