From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 6D7C77D2F0 for ; Thu, 8 Aug 2019 14:48:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732404AbfHHOsm (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-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@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