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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,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 953FFC433E0 for ; Thu, 14 Jan 2021 08:11:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57468233FD for ; Thu, 14 Jan 2021 08:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727990AbhANIKl (ORCPT ); Thu, 14 Jan 2021 03:10:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:60084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727155AbhANIKj (ORCPT ); Thu, 14 Jan 2021 03:10:39 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D036233FD; Thu, 14 Jan 2021 08:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610611799; bh=h8yz1GRa6ZXiQMpcgDtQNAWbWiKhEQmrV0RpuC4UJLA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tAgvgz2ZR4RFMrrL0NJU8F37WSrtjufQ7SLTf3fZIWi4NHW7NaoTANw2X9taug/Aa Hb8g0x3iNvgkUOCKOEikM0AfnaOzmfhsyQzc3EWXIX2dHF7KoxYZ68L463c+HUb6Nl MpdUpQ3uozTb23OC3IFrg544rYU+hC27zwpRjH60gB13ueIo2h4kvYQCYz4rcutQuG R+VXZEHuYzmtm0raL5kfzcbtHB5Ax9kCS0gz2Gv3JdOakS5OHtFiE5TMPalZrxjwDJ EnY1n+GtV0nUanFitZIOVH6P7s3WZml7a8969q+D465B3Ch2mJ+6huS28niJhH9TrC AMjN/Uvg22kKw== Date: Thu, 14 Jan 2021 13:39:37 +0530 From: Vinod Koul To: Andy Shevchenko Cc: Jakub Kicinski , Andy Shevchenko , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-rockchip@lists.infradead.org" , Vladimir Oltean , Claudiu Manoil , Alexandre Belloni , "UNGLinuxDriver@microchip.com" , "David S. Miller" , Kishon Vijay Abraham I , Heiko Stuebner , Andy Lutomirski , Thomas Gleixner , Vincenzo Frascino , Yangbo Lu , Gwendal Grignou , linux-iio Subject: Re: [PATCH v1 1/1] time64.h: Consolidated PSEC_PER_SEC definition Message-ID: <20210114080937.GA2771@vkoul-mobl> References: <20210112153709.1074-1-andriy.shevchenko@linux.intel.com> <20210113193900.69b69a7c@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 14-01-21, 09:10, Andy Shevchenko wrote: > On Thursday, January 14, 2021, Jakub Kicinski wrote: > > > On Tue, 12 Jan 2021 17:37:09 +0200 Andy Shevchenko wrote: > > > We have currently three users of the PSEC_PER_SEC each of them defining > > it > > > individually. Instead, move it to time64.h to be available for everyone. > > > > > > There is a new user coming with the same constant in use. It will also > > > make its life easier. > > > > > > Signed-off-by: Andy Shevchenko > > > > Which tree will you send the new user to? I'm not sure who you're > > expecting to take this patch :S > > > I think PHY tree is the best candidate with providing an immutable branch > for others. Sure I can do that, I would wait for other folks to ack this Thanks -- ~Vinod