From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zd7TG6tWrzF1Cy for ; Fri, 9 Feb 2018 19:26:58 +1100 (AEDT) Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w198On7l000762 for ; Fri, 9 Feb 2018 03:26:56 -0500 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g17f9sty3-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 09 Feb 2018 03:26:55 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Feb 2018 08:26:53 -0000 Subject: Re: [PATCH] cxl: Remove function write_timebase_ctrl_psl9() for PSL9 To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org, Frederic Barrat Cc: Philippe Bergheaud , "Alastair D'Silva" , Andrew Donnellan , Christophe Lombard References: <20180209041009.14456-1-vaibhav@linux.vnet.ibm.com> From: christophe lombard Date: Fri, 9 Feb 2018 09:26:48 +0100 MIME-Version: 1.0 In-Reply-To: <20180209041009.14456-1-vaibhav@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Message-Id: <76c44d0a-885c-d762-44ee-ca634a010b4a@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Le 09/02/2018 à 05:10, Vaibhav Jain a écrit : > For PSL9 the time-base enable bit has moved from PSL_TB_CTLSTAT > register to PSL_CONTROL register. Hence we don't need an sl_ops > implementation for 'write_timebase_ctrl' for PSL9. > > Hence this patch removes function write_timebase_ctrl_psl9() and its > references from the code. > > Signed-off-by: Vaibhav Jain > --- > drivers/misc/cxl/pci.c | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) > Reviewed-by: Christophe Lombard