From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 1 Jun 2017 20:56:22 -0600 Subject: [U-Boot] [PATCH v5 05/11] clk: add clk_disable_all() In-Reply-To: <1496316982-16572-6-git-send-email-patrice.chotard@st.com> References: <1496316982-16572-1-git-send-email-patrice.chotard@st.com> <1496316982-16572-6-git-send-email-patrice.chotard@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1 June 2017 at 05:36, wrote: > From: Patrice Chotard > > Add clk_disable_all() method which Request/Disable/Free an > array of clocks that has been previously requested by > clk_request/get_by_*() > > Signed-off-by: Patrice Chotard > --- > v5: _ none > v4: _ add clk_disable_all() method as suggested by Marek Vasut > and Simon Glass > > drivers/clk/clk-uclass.c | 22 ++++++++++++++++++++++ > include/clk.h | 10 ++++++++++ > 2 files changed, 32 insertions(+) Reviewed-by: Simon Glass