[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1438090391-30329-1-git-send-email-aisheng.dong@freescale.com>
Date: Tue, 28 Jul 2015 21:33:07 +0800
From: Dong Aisheng <aisheng.dong@...escale.com>
To: <linux-clk@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <sboyd@...eaurora.org>,
<mturquette@...libre.com>, <shawn.guo@...aro.org>,
<b29396@...escale.com>, <linux-arm-kernel@...ts.infradead.org>,
<Ranjani.Vaidyanathan@...escale.com>, <b20596@...escale.com>,
<r64343@...escale.com>, <b20788@...escale.com>
Subject: [PATCH 0/4] clk: imx7d: switch to clk api with CLK_OPS_PARENT_ON enabled
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists