From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 401RGC2w9PzDqjw for ; Wed, 14 Mar 2018 20:27:47 +1100 (AEDT) In-Reply-To: <20180215061936.27131-1-vaibhav@linux.vnet.ibm.com> To: Vaibhav Jain , Frederic Barrat , Andrew Donnellan , Christophe Lombard From: Michael Ellerman Cc: Philippe Bergheaud , Alastair D'Silva , linuxppc-dev@lists.ozlabs.org, Vaibhav Jain Subject: Re: [v2] cxl: Remove function write_timebase_ctrl_psl9() for PSL9 Message-Id: <401RGC0QvCz9sVf@ozlabs.org> Date: Wed, 14 Mar 2018 20:27:46 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2018-02-15 at 06:19:36 UTC, Vaibhav Jain wrote: > For PSL9 the contents of PSL_TB_CTLSTAT register have changed in PSL9 > and all of the register is now readonly. Hence we don't need an sl_ops > implementation for 'write_timebase_ctrl' for to populate this register > for PSL9. > > Hence this patch removes function write_timebase_ctrl_psl9() and its > references from the code. > > Signed-off-by: Vaibhav Jain > Acked-by: Andrew Donnellan > Acked-by: Frederic Barrat Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/02b63b420223db3e33e19cc0aaf346 cheers