From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: lan743x_ptp: convert to ktime_get_clocktai_ts64 Date: Sun, 19 Aug 2018 10:58:02 -0700 (PDT) Message-ID: <20180819.105802.703437731810737269.davem@davemloft.net> References: <20180815175040.3736548-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: bryan.whitehead@microchip.com, UNGLinuxDriver@microchip.com, yuehaibing@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: arnd@arndb.de Return-path: In-Reply-To: <20180815175040.3736548-1-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arnd Bergmann Date: Wed, 15 Aug 2018 19:49:49 +0200 > timekeeping_clocktai64() has been renamed to ktime_get_clocktai_ts64() > for consistency with the other ktime_get_* access functions. > > Rename the new caller that has come up as well. > > Question: this is the only ptp driver that sets the hardware time > to the current system time in TAI. Why does it do that? > > Signed-off-by: Arnd Bergmann Deciding whether PTP drivers should set the hardware time at boot to the current system time is a separate discussion from using the new name for the timekeeping_clocktai64() interface, I'm applying this. Thanks Arnd.