Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2017660imu; Fri, 14 Dec 2018 04:34:38 -0800 (PST) X-Google-Smtp-Source: AFSGD/Xf09HIwqGfWrV56rPETnNGqdxX9J8kiWO+XBkU20TFYsov1tAw3AtyuRG24VIO2/NuvqIT X-Received: by 2002:a17:902:9897:: with SMTP id s23mr2602172plp.69.1544790878914; Fri, 14 Dec 2018 04:34:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544790878; cv=none; d=google.com; s=arc-20160816; b=it36snDjM2uBTYmX7gR7pxWnRialBWPuiOeOWs8gARzzRocoQFHqBAH8b7RHC0h4Aa 49LIU1t7KOP4+x6f+R8zDVHG0wu42p+1x82QPOwrmcbVnAtcDMRC5vwz5a0EMQVOvI4L WDvLHsRwYuc9G+causf0rxEBE+Bf4wAr1gp+G4IUogCRNT7EWCC1lcxSeS2nhIpAqS0d TDEeelr8QNa4VfzeCIMwoLUPx8ziAClOl6bdjGTteHBohr6qfehGbHOUzjuoaeKqYBtv Ko3Ebhz0h3KAPbKFaav7EWwgGbmQwiEEEUPtdOTamdOjKNre4jJIKfyQQbwW+Z/jDcxq A/cA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=ax9CcCVzRDsru3WxoyohXVSJggO+HeNqTQBPvBHF2Xw=; b=wlFaVlFxlEg0GEiJ9pRvIevq2+0tBUPQOjDz+Vm9C5NdicCdpl6vbzCDT+ejUzQ5CB i4YCuOj8kYTz83mK4S8Rqud8StREFw/LADsymjNTSNi8cFWe4XfFXhxl6pSady0sNnL3 wdKlbKs6Ryoe1I5v+vhe5/WT8TmHScvlUikMLNjWHTEsTpS6mlRRmupJ61OTu+T2hY+q apLvXAj2w/7PBaeFwR1usg5OyHCmbU9QSGfqJWhw5yQs18/RLVnOKDjm248NJdFTjdXZ BIpx+v2gAKkAltN/lXb4XmmBSmr3vrDv9jwibWSaXy1mOiJZf4bZXoAovV51mYcQJcBS JpBA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=tXdSP2MM; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a3si710362pga.297.2018.12.14.04.34.21; Fri, 14 Dec 2018 04:34:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=tXdSP2MM; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731298AbeLNMIh (ORCPT + 99 others); Fri, 14 Dec 2018 07:08:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:54040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730483AbeLNMId (ORCPT ); Fri, 14 Dec 2018 07:08:33 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4C9D42147D; Fri, 14 Dec 2018 12:08:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544789312; bh=uJzYK72j4aco5hje6jb9Tar7Qx0D99JDKt27C27JmBo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tXdSP2MMFzz9J3xVD53KDwqedH5y2ziMS4iQkhuWzjOIftGIQ3ii35J1j1AKbSGDJ rQVCgXyGb0IM9VYkOfhIbrMow/vGbvBKVS77+73KHYMahovWa53sF5CvmFcHLa3SkI FEC2AdgnpEkxNJixClhLjS9a3XQO1Kdf/EoQduqE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Trent Piepho , Lorenzo Pieralisi , Lucas Stach , Bjorn Helgaas , Joao Pinto , Richard Zhu , Sasha Levin Subject: [PATCH 4.14 34/89] PCI: imx6: Fix link training status detection in link up check Date: Fri, 14 Dec 2018 12:59:47 +0100 Message-Id: <20181214115731.377184829@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181214115729.658859279@linuxfoundation.org> References: <20181214115729.658859279@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 68bc10bf992180f269816ff3d22eb30383138577 ] This bug was introduced in the interaction for two commits on either branch of the merge commit 562df5c8521e ("Merge branch 'pci/host-designware' into next"). Commit 4d107d3b5a68 ("PCI: imx6: Move link up check into imx6_pcie_wait_for_link()"), changed imx6_pcie_wait_for_link() to poll the link status register directly, checking for link up and not training, and made imx6_pcie_link_up() only check the link up bit (once, not a polling loop). While commit 886bc5ceb5cc ("PCI: designware: Add generic dw_pcie_wait_for_link()"), replaced the loop in imx6_pcie_wait_for_link() with a call to a new dwc core function, which polled imx6_pcie_link_up(), which still checked both link up and not training in a loop. When these two commits were merged, the version of imx6_pcie_wait_for_link() from 886bc5ceb5cc was kept, which eliminated the link training check placed there by 4d107d3b5a68. However, the version of imx6_pcie_link_up() from 4d107d3b5a68 was kept, which eliminated the link training check that had been there and was moved to imx6_pcie_wait_for_link(). The result was the link training check got lost for the imx6 driver. Eliminate imx6_pcie_link_up() so that the default handler, dw_pcie_link_up(), is used instead. The default handler has the correct code, which checks for link up and also that it still is not training, fixing the regression. Fixes: 562df5c8521e ("Merge branch 'pci/host-designware' into next") Signed-off-by: Trent Piepho [lorenzo.pieralisi@arm.com: rewrote the commit log] Signed-off-by: Lorenzo Pieralisi Reviewed-by: Lucas Stach Cc: Bjorn Helgaas Cc: Joao Pinto Cc: Lorenzo Pieralisi Cc: Richard Zhu Signed-off-by: Sasha Levin --- drivers/pci/dwc/pci-imx6.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/pci/dwc/pci-imx6.c b/drivers/pci/dwc/pci-imx6.c index b73483534a5b..1f1069b70e45 100644 --- a/drivers/pci/dwc/pci-imx6.c +++ b/drivers/pci/dwc/pci-imx6.c @@ -83,8 +83,6 @@ struct imx6_pcie { #define PCIE_PL_PFLR_FORCE_LINK (1 << 15) #define PCIE_PHY_DEBUG_R0 (PL_OFFSET + 0x28) #define PCIE_PHY_DEBUG_R1 (PL_OFFSET + 0x2c) -#define PCIE_PHY_DEBUG_R1_XMLH_LINK_IN_TRAINING (1 << 29) -#define PCIE_PHY_DEBUG_R1_XMLH_LINK_UP (1 << 4) #define PCIE_PHY_CTRL (PL_OFFSET + 0x114) #define PCIE_PHY_CTRL_DATA_LOC 0 @@ -653,12 +651,6 @@ static int imx6_pcie_host_init(struct pcie_port *pp) return 0; } -static int imx6_pcie_link_up(struct dw_pcie *pci) -{ - return dw_pcie_readl_dbi(pci, PCIE_PHY_DEBUG_R1) & - PCIE_PHY_DEBUG_R1_XMLH_LINK_UP; -} - static const struct dw_pcie_host_ops imx6_pcie_host_ops = { .host_init = imx6_pcie_host_init, }; @@ -701,7 +693,7 @@ static int imx6_add_pcie_port(struct imx6_pcie *imx6_pcie, } static const struct dw_pcie_ops dw_pcie_ops = { - .link_up = imx6_pcie_link_up, + /* No special ops needed, but pcie-designware still expects this struct */ }; static int imx6_pcie_probe(struct platform_device *pdev) -- 2.19.1