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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65938C433EF for ; Fri, 18 Feb 2022 11:29:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 26A4F10EC2D; Fri, 18 Feb 2022 11:29:22 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5CF3210E85A; Thu, 17 Feb 2022 22:07:06 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E4ABEB82486; Thu, 17 Feb 2022 22:07:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B94EC340E8; Thu, 17 Feb 2022 22:07:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645135621; bh=+aPKJYM7vg0EYwrtq2Hsglc06uQwtSfGjhDhOzVSNnI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=QVW8paqsPqBFZzhIbIlJ/AhIhgxVIlPq6jD35Q5A/7cgKpNKxksfdXTJJ7HZJqIGj ASdgIDTnkvXHo/mgGAODjhX19wht2j3tAGbF0ygUawuMEQ9OrRsyXZiXi16wcV/BLS Yjv5yr65inaOE4CKpbTRdi5j7GnOcSMiwNUHlXZ1PqagQkcgQD62Jdwu3FvW1sEqKs c2BQPNY7y8LZwy84K6zyI7TlFLHUtTUqX8yZfegx2OOgobj7VDCo03aZFoHGicE+gq B3XegwM5u6P4IxPo+KZKOKoAZfkILHX6DcO6i6N2oE+tkrt/fUL4Dp4lJlTp7iImXC 89aFzHU4050oQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1644890154-64915-3-git-send-email-wangqing@vivo.com> References: <1644890154-64915-1-git-send-email-wangqing@vivo.com> <1644890154-64915-3-git-send-email-wangqing@vivo.com> From: Stephen Boyd To: "Pan, Xinhui" , Alasdair Kergon , Alex Deucher , Benjamin Tissoires , Christian =?utf-8?q?K=C3=B6nig?= , Daniel Vetter , David Airlie , Dmitry Torokhov , Hans Verkuil , Jani Nikula , Jens Axboe , Jiri Kosina , Joonas Lahtinen , Konrad Rzeszutek Wilk , Mauro Carvalho Chehab , Michael Turquette , Mike Snitzer , Qing Wang , Rodrigo Vivi , Roger Pau =?utf-8?q?Monn=C3=A9?= , Srinivas Pandruvada , amd-gfx@lists.freedesktop.org, dm-devel@redhat.com, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesk, top.org@freedesktop.org, linux-block@vger.kernel.org, linux-clk@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, xen-devel@lists.xenproject.org Date: Thu, 17 Feb 2022 14:06:58 -0800 User-Agent: alot/0.10 Message-Id: <20220217220701.9B94EC340E8@smtp.kernel.org> X-Mailman-Approved-At: Fri, 18 Feb 2022 11:29:20 +0000 Subject: Re: [Intel-gfx] [PATCH V3 2/13] clk: mvebu: use time_is_before_eq_jiffies() instead of open coding it X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wang Qing Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Quoting Qing Wang (2022-02-14 17:55:39) > From: Wang Qing >=20 > Use the helper function time_is_{before,after}_jiffies() to improve > code readability. >=20 > Signed-off-by: Wang Qing > --- Applied to clk-next