From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17950C433FF for ; Thu, 8 Aug 2019 14:48:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E2DE32184E for ; Thu, 8 Aug 2019 14:48:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565275726; bh=ip5y6dS3z93opKHe2A5wm+Cj1WUaPJd1CfxGtTV6y/k=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=CejLmwOAWmXAxXIRHkMm3hD+vx/CXDiy/i6w1SO/uVJ31uta5ggSxs4O6kcZVbD4R WjbKb0h23yYLaICvnGgIgF2n8QLYrS0wYwAA0UK9tuPhOWGixCiEQa0a4vvPBx5IhC uzQrp5xR9ftmZmyluIXuMdrPyZMlKb77YT/+FkSI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732815AbfHHOsm (ORCPT ); Thu, 8 Aug 2019 10:48:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:60586 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbfHHOsl (ORCPT ); Thu, 8 Aug 2019 10:48:41 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9A572173E; Thu, 8 Aug 2019 14:48:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565275721; bh=ip5y6dS3z93opKHe2A5wm+Cj1WUaPJd1CfxGtTV6y/k=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Kmc6cxo1tmL/b0B9Jg3h6uPuxP2RFntVvILJWjv8ZA/7tXozcXPE+bNWKEgyXhDp0 5HC1gU+283Gi9ooXldMjVmpB7c0Plxn/p5JhhNdqLZSbuB3QpbfwzDqhYgNqTSNlY+ 4HV6LPHw7fACe/GZ925houOyyvzCH/FmPtMZFkto= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190724171615.20774-6-paul@crapouillou.net> References: <20190724171615.20774-1-paul@crapouillou.net> <20190724171615.20774-6-paul@crapouillou.net> Subject: Re: [PATCH v15 05/13] clk: ingenic: Add driver for the TCU clocks From: Stephen Boyd Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mips@vger.kernel.org, linux-clk@vger.kernel.org, od@zcrc.me, Mathieu Malaterre , Paul Cercueil , Artur Rojek To: Arnd Bergmann , Daniel Lezcano , James Hogan , Jason Cooper , Jonathan Corbet , Lee Jones , Marc Zyngier , Mark Rutland , Michael Turquette , Paul Burton , Paul Cercueil , Ralf Baechle , Rob Herring , Thomas Gleixner User-Agent: alot/0.8.1 Date: Thu, 08 Aug 2019 07:48:40 -0700 Message-Id: <20190808144840.D9A572173E@mail.kernel.org> Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Quoting Paul Cercueil (2019-07-24 10:16:07) > Add driver to support the clocks provided by the Timer/Counter Unit > (TCU) of the JZ47xx SoCs from Ingenic. >=20 > Signed-off-by: Paul Cercueil > Tested-by: Mathieu Malaterre > Tested-by: Artur Rojek > --- Acked-by: Stephen Boyd