Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2718576pxb; Sun, 31 Oct 2021 23:46:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwt+iUOIaf9WXl/TwNifYiczI86dDMDRmorIHCAjh2Ji4y3EiVTRd+8Zby1nBaJJ26LqWTp X-Received: by 2002:a05:6e02:1e0a:: with SMTP id g10mr19666435ila.50.1635749163951; Sun, 31 Oct 2021 23:46:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635749163; cv=none; d=google.com; s=arc-20160816; b=LrawrH1GQoryvqNV/zo+v4L3EsgSKLIY7Mvqr1LM2EMBGFttfIQstXMLE15SWv78C8 08jJlyq1wwxUCqGxBEHwNhbI33f+FFNre7RG+hPx/ZJkig8BRnDDMQVHyMC2LyTlyvcb bTrLEN82PT+98OzfNySuTDKJ5bY1R5giwjGyZy+hJA4myqHBmtZt5DK9aglD/Mu2Rvh/ vAbHm3eabtO6S1DTW1IraVVUp5a5iZhZ9b/Nyb58kzuvS9j6pcmBuYMwzRnTq28I/qCB TyUWPNS0ji7+tqGh1nYcBSZQVwQJzOGPXHjEg82MWWpM/LzN7gPDyfuHPYQ95iBXMV0v XVQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=KO2/fRBcOGXSnEA1KH75dWiGY7tkTDqhEB8MZ3E7yC0=; b=R5Si7dXaCWll5JV5bg0JBwhkwXkUcxVPrOulGGhyU4UZR2iFSubRK6sXg7mMYWD0TN AEz8TKfy8vw/E3d539oHFOTz74qR9/TFIbykHacj+KPvk7r+Rw+dKx8qtoqTwD7f1Zob uQ62s0k05dTbXJfiRMm8IX47MBG6WoC0HKsKlrV3MDz6QfTsfnNy16EmqLH4O7e4m6or ZUYbpYOCGyKFYbQLNt4Py2GfMSGIHXktc0S4SZm3ZCm9gvHh/BJBqYnzXSUSBdhnW8wM eUFuLncYGJZXhsAl8SEQq6LuVwtKMYpht0iyKX9/zuCALyYfbzDYJhZetrRVK27R3VNb FfGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a9si17273232ilt.69.2021.10.31.23.45.39; Sun, 31 Oct 2021 23:46:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230519AbhKAGqg (ORCPT + 99 others); Mon, 1 Nov 2021 02:46:36 -0400 Received: from inva021.nxp.com ([92.121.34.21]:45232 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230468AbhKAGqe (ORCPT ); Mon, 1 Nov 2021 02:46:34 -0400 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 1138D20120E; Mon, 1 Nov 2021 07:44:01 +0100 (CET) Received: from aprdc01srsp001v.ap-rdc01.nxp.com (aprdc01srsp001v.ap-rdc01.nxp.com [165.114.16.16]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id CCEF920120B; Mon, 1 Nov 2021 07:44:00 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by aprdc01srsp001v.ap-rdc01.nxp.com (Postfix) with ESMTP id F1280183ACDC; Mon, 1 Nov 2021 14:43:56 +0800 (+08) From: Richard Zhu To: l.stach@pengutronix.de, bhelgaas@google.com, broonie@kernel.org, lorenzo.pieralisi@arm.com, jingoohan1@gmail.com Cc: linux-pci@vger.kernel.org, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, Richard Zhu Subject: [PATCH v4 2/6] PCI: imx6: Add the error propagation from host_init Date: Mon, 1 Nov 2021 14:17:54 +0800 Message-Id: <1635747478-25562-3-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1635747478-25562-1-git-send-email-hongxing.zhu@nxp.com> References: <1635747478-25562-1-git-send-email-hongxing.zhu@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since there is error return check of the host_init callback, add error check to imx6_pcie_deassert_core_reset() function, and change the function type accordingly. Signed-off-by: Richard Zhu Reviewed-by: Lucas Stach --- drivers/pci/controller/dwc/pci-imx6.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/pci/controller/dwc/pci-imx6.c b/drivers/pci/controller/dwc/pci-imx6.c index 3bf041314ba7..65a10b048a8b 100644 --- a/drivers/pci/controller/dwc/pci-imx6.c +++ b/drivers/pci/controller/dwc/pci-imx6.c @@ -527,24 +527,24 @@ static void imx7d_pcie_wait_for_phy_pll_lock(struct imx6_pcie *imx6_pcie) dev_err(dev, "PCIe PLL lock timeout\n"); } -static void imx6_pcie_deassert_core_reset(struct imx6_pcie *imx6_pcie) +static int imx6_pcie_deassert_core_reset(struct imx6_pcie *imx6_pcie) { struct dw_pcie *pci = imx6_pcie->pci; struct device *dev = pci->dev; - int ret; + int ret, err; if (imx6_pcie->vpcie && !regulator_is_enabled(imx6_pcie->vpcie)) { ret = regulator_enable(imx6_pcie->vpcie); if (ret) { dev_err(dev, "failed to enable vpcie regulator: %d\n", ret); - return; + return ret; } } - ret = imx6_pcie_clk_enable(imx6_pcie); - if (ret) { - dev_err(dev, "unable to enable pcie clocks\n"); + err = imx6_pcie_clk_enable(imx6_pcie); + if (err) { + dev_err(dev, "unable to enable pcie clocks: %d\n", err); goto err_clks; } @@ -599,7 +599,7 @@ static void imx6_pcie_deassert_core_reset(struct imx6_pcie *imx6_pcie) break; } - return; + return 0; err_clks: if (imx6_pcie->vpcie && regulator_is_enabled(imx6_pcie->vpcie) > 0) { @@ -608,6 +608,7 @@ static void imx6_pcie_deassert_core_reset(struct imx6_pcie *imx6_pcie) dev_err(dev, "failed to disable vpcie regulator: %d\n", ret); } + return err; } static void imx6_pcie_configure_type(struct imx6_pcie *imx6_pcie) @@ -858,11 +859,18 @@ static int imx6_pcie_start_link(struct dw_pcie *pci) static int imx6_pcie_host_init(struct pcie_port *pp) { struct dw_pcie *pci = to_dw_pcie_from_pp(pp); + struct device *dev = pci->dev; struct imx6_pcie *imx6_pcie = to_imx6_pcie(pci); + int ret; imx6_pcie_assert_core_reset(imx6_pcie); imx6_pcie_init_phy(imx6_pcie); - imx6_pcie_deassert_core_reset(imx6_pcie); + ret = imx6_pcie_deassert_core_reset(imx6_pcie); + if (ret < 0) { + dev_err(dev, "pcie host init failed: %d.\n", ret); + return ret; + } + imx6_setup_phy_mpll(imx6_pcie); return 0; -- 2.25.1