Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5791832yba; Thu, 11 Apr 2019 06:01:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqww8iOSwlPojLtY/7MS1v9SFGTh8pgwIosYO7jUKhr/abarrv5/xezJv+TfZ9bIHamOZmpA X-Received: by 2002:a17:902:778a:: with SMTP id o10mr38535500pll.135.1554987699079; Thu, 11 Apr 2019 06:01:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554987699; cv=none; d=google.com; s=arc-20160816; b=si9nj0x9PsBila09TMKXbfDn9MX4PkJnwwJNAP6LQeLPX++4u6zfD3ZGe0eDA3fjjC c3saVlo7UHc8OSKmyXFO1IxCqzUogG42aQRP00nYFLIVEJgdLQwzSaYhwuD+ORcp9vtk KWHgpkckuNWMMBrvPQ4D9qgYdy50Nm0jFO4SnE1wgHS8Mp97cWKE1UJtNxa3d81BhjLS YIv9MP3ZBwlN/jHVZFjoBGpDOu2jKoqVe+Te6EugUscsMfQqio9PtOmRcKzXjq0xpq/r MM0qmDYV1xOoHZs9YmAD5CHETYgPEEcG00WPKnB7a9cXkIRkUXCuuRzNKcjg1w5myw1z u06w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=FsPoqtkSSsz+a/rn6QjWyEWOAuqEHEieaFQ8Er3Pzec=; b=tj+fAyBpvF7cyT35JT4MX/Dse1raLgalxo+cmi9kLbcmcRBhDTc35pleQLzQKU6Q5e PN6bx8bC9ILrEDHqMsqPOAjPiXKd1rSXUgJ6maZW3x0yHcGJUzPc9K1gzearFIVNH+G/ Bu7TrJOpHlawltIgBUFDAc4b1okWey/x6R09rnUXNUM6KCp+MigPUUKrnxcnZVUo+BFn Sq6JU56UCSbYKmOY2ZJkP57QjkO8+VPs5lJBdWRHnZ5rNxNOn/o54LRobrsVgtOTTNzT cDnAD0t5NNHxvqP4zb6eR3VFGwHUynhGOml9CQAIv5kpkOlwzNsGfn8Y/lvqdXeesnqE 19HA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a22si34576356plm.263.2019.04.11.06.01.23; Thu, 11 Apr 2019 06:01:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726788AbfDKNAH (ORCPT + 99 others); Thu, 11 Apr 2019 09:00:07 -0400 Received: from 178.115.242.59.static.drei.at ([178.115.242.59]:38495 "EHLO mail.osadl.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726073AbfDKNAG (ORCPT ); Thu, 11 Apr 2019 09:00:06 -0400 Received: by mail.osadl.at (Postfix, from userid 1001) id 97ED65C2F68; Thu, 11 Apr 2019 14:59:18 +0200 (CEST) Date: Thu, 11 Apr 2019 14:59:18 +0200 From: Nicholas Mc Guire To: Joe Perches Cc: Stephen Boyd , Nicholas Mc Guire , Ulf Hansson , Michael Turquette , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC] clk: ux500: add range to usleep_range Message-ID: <20190411125918.GB8986@osadl.at> References: <1554606804-29453-1-git-send-email-hofrat@opentech.at> <155493683173.20095.12913107010666279046@swboyd.mtv.corp.google.com> <20190411025602.GB5487@osadl.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 11, 2019 at 04:51:25AM -0700, Joe Perches wrote: > On Thu, 2019-04-11 at 04:56 +0200, Nicholas Mc Guire wrote: > > On Wed, Apr 10, 2019 at 03:53:51PM -0700, Stephen Boyd wrote: > > > Quoting Nicholas Mc Guire (2019-04-06 20:13:24) > > > > Providing a range for usleep_range() allows the hrtimer subsystem to > > > > coalesce timers - the delay is runtime configurable so a factor 2 > > > > is taken to provide the range. > > > > > > > > Signed-off-by: Nicholas Mc Guire > > > > --- > > > > > > I think this driver is in maintenance mode. I'll wait for Ulf to ack or > > > review this change before applying. > > > > > > > diff --git a/drivers/clk/ux500/clk-sysctrl.c b/drivers/clk/ux500/clk-sysctrl.c > > > > index 7c0403b..a1fa3fb 100644 > > > > --- a/drivers/clk/ux500/clk-sysctrl.c > > > > +++ b/drivers/clk/ux500/clk-sysctrl.c > > > > @@ -42,7 +42,7 @@ static int clk_sysctrl_prepare(struct clk_hw *hw) > > > > clk->reg_bits[0]); > > > > > > > > if (!ret && clk->enable_delay_us) > > > > - usleep_range(clk->enable_delay_us, clk->enable_delay_us); > > > > + usleep_range(clk->enable_delay_us, clk->enable_delay_us*2); > > > > > > Please add space around that multiply. > > > > > I can do that but it does not seem common and also checkpatch > > did not complain about this - now a simple grep -re "\*10" on the > > kernel shows that it seems more common not to use spaces around * > > that to use them. > > Not really > > $ git grep -P '\*\s*10' | grep -oh -P '\*\s*10' | \ > sort | uniq -c | sort -rn | head > 11800 * 10 > 1705 *10 > 179 * 10 > 74 * 10 > 67 * 10 > 20 * 10 > 20 * 10 > 14 * 10 > 14 * 10 > 12 * 10 yup - my bad - If you restrict it to code lines - its 1:10 not quite sure how I got the first numbers - sloppy check. hofrat@debian:~/git/linux-next$ grep -re '.*\*\s*10.*;$' * | grep -oh '\*\s*10' | sort | uniq -c | sort -nr | more 8568 * 10 860 *10 Anyway - is there a reason checkpatch will not flag this ? thx! hofrat > > > Greping specifically for cases using usleep_range() > > (not that many) it seems more or less evenly devided between space > > and no space - so the concern is overlooking that factor 2 ? > > > > thx! > > hofrat >