From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8C2E41A0035 for ; Mon, 29 Feb 2016 22:01:44 +1100 (AEDT) In-Reply-To: <1456334871-30397-1-git-send-email-fbarrat@linux.vnet.ibm.com> To: Frederic Barrat , imunsie@au1.ibm.com, michael.neuling@au1.ibm.com, linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Subject: Re: cxl: Fix PSL timebase synchronization detection Message-Id: <20160229110144.6415A140324@ozlabs.org> Date: Mon, 29 Feb 2016 22:01:44 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2016-24-02 at 17:27:51 UTC, Frederic Barrat wrote: > The PSL timebase synchronization is seemingly failing for > configuration not including VIRT_CPU_ACCOUNTING_NATIVE. The driver > shows the following trace in dmesg: > PSL: Timebase sync: giving up! > > The PSL timebase register is actually syncing correctly, but the cxl > driver is not detecting it. Fix is to use the proper timebase-to-time > conversion. > > Signed-off-by: Frederic Barrat > Cc: # 4.3+ > Acked-by: Michael Neuling > Reviewed-by: Matthew R. Ochs > Acked-by: Ian Munsie > Reviewed-by: Andrew Donnellan > Reviewed-by: Vaibhav Jain Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/923adb1646d5ba739d2a1e63ee cheers