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.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=unavailable 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 3CC4BC10F00 for ; Fri, 22 Feb 2019 18:17:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FCAA206B6 for ; Fri, 22 Feb 2019 18:17:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550859458; bh=JivcoX3NddAkJywbiyRhA+zsDIix0FaT98Z6u3MkQvQ=; h=Subject:References:From:In-Reply-To:To:Cc:Date:List-ID:From; b=GHqdvgtqGjw8vH3Nvy8pwLh908VnzjXkaYpluYNY8gFp4IFgsYlbcHu5ZouPGDt8b Pemsk6KiC1NWGJ1cPamO2QyxuNtae1kZlobYqpN6Yxl9pj9eU/5aG/RFeBqRNcDJ/D +q/NuzUEC4DUt2YFffcxxuHlkX8OEdr1XT/JjfuM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725832AbfBVSRd (ORCPT ); Fri, 22 Feb 2019 13:17:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:48640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726940AbfBVSRc (ORCPT ); Fri, 22 Feb 2019 13:17:32 -0500 Received: from localhost (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 3A7502070B; Fri, 22 Feb 2019 18:17:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550859452; bh=JivcoX3NddAkJywbiyRhA+zsDIix0FaT98Z6u3MkQvQ=; h=Subject:References:From:In-Reply-To:To:Cc:Date:From; b=DC2S65VL5beEoOuAzWtQqVNLMcRop5ir/t0pGvK7eTJ1Jg01UkmnQU2bsz8rcNZUh 2fWM2mRUQSvlbvD+3JKaEuudZpMlfRQFE7q4MmXBk2r4OfMNP+BGJIT+XY22/vTs7K GWuGOYmPQ3hRhGdD9XWgkcqUHJSbKJq2eh7YFpb4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH 2/2] clk: ingenic: Fix doc of ingenic_cgu_div_info Message-ID: <155085945156.77512.11742538801141381836@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 References: <20190128020921.16309-1-paul@crapouillou.net> <20190128020921.16309-2-paul@crapouillou.net> From: Stephen Boyd In-Reply-To: <20190128020921.16309-2-paul@crapouillou.net> To: Michael Turquette , Paul Cercueil Cc: Maarten ter Huurne , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Cercueil , stable@vger.kernel.org Date: Fri, 22 Feb 2019 10:17:31 -0800 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Paul Cercueil (2019-01-27 18:09:21) > The 'div' field does not represent a number of bits used to divide > (understand: right-shift) the divider, but a number itself used to > divide the divider. >=20 > Signed-off-by: Paul Cercueil > Signed-off-by: Maarten ter Huurne > Cc: > --- Applied to clk-next