From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbeA0AiE (ORCPT ); Fri, 26 Jan 2018 19:38:04 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:44402 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751404AbeA0AiC (ORCPT ); Fri, 26 Jan 2018 19:38:02 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 5C21F60218 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Fri, 26 Jan 2018 16:37:59 -0800 From: Stephen Boyd To: Paul Cercueil Cc: Michael Turquette , Rob Herring , Mark Rutland , Thomas Gleixner , Jason Cooper , Marc Zyngier , Daniel Lezcano , Lee Jones , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 7/9] clk: ingenic: Add JZ47xx TCU clocks driver Message-ID: <20180127003759.GH28313@codeaurora.org> References: <20180101143344.2099-1-paul@crapouillou.net> <20180110224838.16711-1-paul@crapouillou.net> <20180110224838.16711-7-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180110224838.16711-7-paul@crapouillou.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/10, Paul Cercueil wrote: > The TCU (Timer Counter Unit) of the Ingenic JZ47xx SoCs features 8 > channels, each one having its own clock, that can be started and > stopped, reparented, and reclocked. > > This driver only modifies the bits of the registers of the TCU that are > related to clocks control. It provides one clock per TCU channel (plus > one for the watchdog and one for the OS timer) that can be used by other > drivers. > > Signed-off-by: Paul Cercueil > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project