From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1469FC433F5 for ; Wed, 27 Apr 2022 10:51:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231260AbiD0KyZ (ORCPT ); Wed, 27 Apr 2022 06:54:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231249AbiD0KyF (ORCPT ); Wed, 27 Apr 2022 06:54:05 -0400 Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BE61387352 for ; Wed, 27 Apr 2022 03:25:58 -0700 (PDT) Received: by mail-qv1-xf33.google.com with SMTP id k12so739987qvc.4 for ; Wed, 27 Apr 2022 03:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=5rTKWkjlHgOXr6kl9UzprHIsMJneYwDS96kK0o+RqvA=; b=dKnZ+95bJGasLjxZvMhXCdPJ8FPh986Z3/p2kElWoyZFQ19AGqrCsyjrBl3Zj+jOFe cpkoqo71cA/CQxE9HAWimnkUxZPVzFD4gMNZXSVrDj/gVvFsaprALNEH0QVjwfQYUCAg nooayKB3XSqsYWD0krgysHqsMQoOTOxff/yX8pMVScF7Reakd3CmoefsrIUYL8qCcQgA 6GxBsVS3/663ePc6R6KdZCv2r7xmTn9NkUB/DmFZCUhaja45n8HKmMySP/GtiH7B+zuE WMgO6mNCOwTpffK3DCq6WtEKFkKj3w4iL1ouqYYlzq7MU62/nxJLtPiZLoIp1j4Xsnb1 1/EA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=5rTKWkjlHgOXr6kl9UzprHIsMJneYwDS96kK0o+RqvA=; b=GKAUQOwkQlqi0bpCa551mmL1iJjyKU8sQuZCQoFzpzgE8Mhl/4ZI6w/VW1h4WVtfFh yuSu9sRNJQ6vOlddRVSn0ztGxYon1MxdB79R6g/MayLaNJ56xB4G/fE+Ss1R+elp/Zhp bTrdZ4fiOQKJqJ1qOxwErR5oBamfPQBAbN6G6M7zOfpXpQmy1o81nKnVSiuPSJevzjoy 4UyecP2lCTYlsqcLjnIdhMsyN5JMxaR28ulVFlVQfqXjiR6q9aPkg8zVVAj2GsB7ncX4 RrVKFJB7ObtNKSlEQ0jbs9Xbife7Nczw7o7A2FKwpl0+IAkmekI/77Sm2zaVVVLgJJ6o rszg== X-Gm-Message-State: AOAM532RWXUAYQJlL++jSfWP2yHHFEw+CC5Bu/IXV8d/16x6tJTgM7Yj ZvCtRRqd79amPUTo3hvRfXj7JVAvDsDc X-Google-Smtp-Source: ABdhPJyXLBYBe4pfEHc+o9PyHyB69LKzRqNhxJ1C506kNv19vpPKkF+ATHy+xtzlS6qmYIB9rzncig== X-Received: by 2002:a17:902:e791:b0:151:dbbd:aeae with SMTP id cp17-20020a170902e79100b00151dbbdaeaemr27675625plb.171.1651054706453; Wed, 27 Apr 2022 03:18:26 -0700 (PDT) Received: from thinkpad ([117.207.26.174]) by smtp.gmail.com with ESMTPSA id mm5-20020a17090b358500b001cd4989ff41sm2354861pjb.8.2022.04.27.03.18.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 03:18:26 -0700 (PDT) Date: Wed, 27 Apr 2022 15:48:20 +0530 From: Manivannan Sadhasivam To: kishon@ti.com, bhelgaas@google.com, robh@kernel.org, lorenzo.pieralisi@arm.com Cc: kw@linux.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Kunihiko Hayashi , Om Prakash Singh , Vidya Sagar Subject: Re: [PATCH] PCI: designware-ep: Move DBI access to init_complete if notifier is used Message-ID: <20220427101820.GC2536@thinkpad> References: <20220330060515.22328-1-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220330060515.22328-1-manivannan.sadhasivam@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, Mar 30, 2022 at 11:35:15AM +0530, Manivannan Sadhasivam wrote: > For controllers supporting the CORE_INIT notifier, the resources are > supposed to be enabled in the init_complete function. Currently, > these controllers are enabling the resources during probe time due to > the DBI access happens in dw_pcie_ep_init(). > > This creates the dependency with the host PCIe controller since the > resource enablement like PHY depends on host PCIe to be up. For the > standalone endpoint usecase, this would never work. So let's move all DBI > access to init_complete function if CORE_INIT notifier is used. For the > controllers those doesn't support this notifier, this change is a NO-OP. > > Cc: Kunihiko Hayashi > Cc: Om Prakash Singh > Cc: Vidya Sagar > Signed-off-by: Manivannan Sadhasivam A gentle ping on this patch! Thanks, Mani > --- > .../pci/controller/dwc/pcie-designware-ep.c | 138 ++++++++++++------ > drivers/pci/controller/dwc/pcie-designware.h | 1 + > 2 files changed, 94 insertions(+), 45 deletions(-) > > diff --git a/drivers/pci/controller/dwc/pcie-designware-ep.c b/drivers/pci/controller/dwc/pcie-designware-ep.c > index 0eda8236c125..fb2bf4bf5ba0 100644 > --- a/drivers/pci/controller/dwc/pcie-designware-ep.c > +++ b/drivers/pci/controller/dwc/pcie-designware-ep.c > @@ -636,6 +636,63 @@ static unsigned int dw_pcie_ep_find_ext_capability(struct dw_pcie *pci, int cap) > return 0; > } > > +static int dw_pcie_iatu_config(struct dw_pcie_ep *ep) > +{ > + struct dw_pcie *pci = to_dw_pcie_from_ep(ep); > + struct device *dev = pci->dev; > + void *addr; > + > + dw_pcie_iatu_detect(pci); > + > + ep->ib_window_map = devm_kcalloc(dev, > + BITS_TO_LONGS(pci->num_ib_windows), > + sizeof(long), > + GFP_KERNEL); > + if (!ep->ib_window_map) > + return -ENOMEM; > + > + ep->ob_window_map = devm_kcalloc(dev, > + BITS_TO_LONGS(pci->num_ob_windows), > + sizeof(long), > + GFP_KERNEL); > + if (!ep->ob_window_map) > + return -ENOMEM; > + > + addr = devm_kcalloc(dev, pci->num_ob_windows, sizeof(phys_addr_t), > + GFP_KERNEL); > + if (!addr) > + return -ENOMEM; > + > + ep->outbound_addr = addr; > + > + return 0; > +} > + > +static int dw_pcie_ep_func_init(struct dw_pcie_ep *ep) > +{ > + struct dw_pcie *pci = to_dw_pcie_from_ep(ep); > + struct dw_pcie_ep_func *ep_func; > + struct pci_epc *epc = ep->epc; > + struct device *dev = pci->dev; > + u8 func_no; > + > + for (func_no = 0; func_no < epc->max_functions; func_no++) { > + ep_func = devm_kzalloc(dev, sizeof(*ep_func), GFP_KERNEL); > + if (!ep_func) > + return -ENOMEM; > + > + ep_func->func_no = func_no; > + ep_func->msi_cap = dw_pcie_ep_find_capability(ep, func_no, > + PCI_CAP_ID_MSI); > + ep_func->msix_cap = dw_pcie_ep_find_capability(ep, func_no, > + PCI_CAP_ID_MSIX); > + > + list_add_tail(&ep_func->list, &ep->func_list); > + } > + > + return 0; > +} > + > int dw_pcie_ep_init_complete(struct dw_pcie_ep *ep) > { > struct dw_pcie *pci = to_dw_pcie_from_ep(ep); > @@ -643,7 +700,22 @@ int dw_pcie_ep_init_complete(struct dw_pcie_ep *ep) > unsigned int nbars; > u8 hdr_type; > u32 reg; > - int i; > + int ret, i; > + > + if (ep->core_init_notifier) { > + ret = dw_pcie_iatu_config(ep); > + if (ret) > + return ret; > + } > + > + if (ep->core_init_notifier) { > + ret = dw_pcie_ep_func_init(ep); > + if (ret) > + return ret; > + > + if (ep->ops->ep_init) > + ep->ops->ep_init(ep); > + } > > hdr_type = dw_pcie_readb_dbi(pci, PCI_HEADER_TYPE) & > PCI_HEADER_TYPE_MASK; > @@ -677,8 +749,6 @@ EXPORT_SYMBOL_GPL(dw_pcie_ep_init_complete); > int dw_pcie_ep_init(struct dw_pcie_ep *ep) > { > int ret; > - void *addr; > - u8 func_no; > struct resource *res; > struct pci_epc *epc; > struct dw_pcie *pci = to_dw_pcie_from_ep(ep); > @@ -686,7 +756,12 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) > struct platform_device *pdev = to_platform_device(dev); > struct device_node *np = dev->of_node; > const struct pci_epc_features *epc_features; > - struct dw_pcie_ep_func *ep_func; > + > + if (ep->ops->get_features) { > + epc_features = ep->ops->get_features(ep); > + if (epc_features->core_init_notifier) > + ep->core_init_notifier = true; > + } > > INIT_LIST_HEAD(&ep->func_list); > > @@ -708,7 +783,11 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) > } > } > > - dw_pcie_iatu_detect(pci); > + if (!ep->core_init_notifier) { > + ret = dw_pcie_iatu_config(ep); > + if (ret) > + return ret; > + } > > res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "addr_space"); > if (!res) > @@ -717,26 +796,6 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) > ep->phys_base = res->start; > ep->addr_size = resource_size(res); > > - ep->ib_window_map = devm_kcalloc(dev, > - BITS_TO_LONGS(pci->num_ib_windows), > - sizeof(long), > - GFP_KERNEL); > - if (!ep->ib_window_map) > - return -ENOMEM; > - > - ep->ob_window_map = devm_kcalloc(dev, > - BITS_TO_LONGS(pci->num_ob_windows), > - sizeof(long), > - GFP_KERNEL); > - if (!ep->ob_window_map) > - return -ENOMEM; > - > - addr = devm_kcalloc(dev, pci->num_ob_windows, sizeof(phys_addr_t), > - GFP_KERNEL); > - if (!addr) > - return -ENOMEM; > - ep->outbound_addr = addr; > - > if (pci->link_gen < 1) > pci->link_gen = of_pci_get_max_link_speed(np); > > @@ -753,23 +812,15 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) > if (ret < 0) > epc->max_functions = 1; > > - for (func_no = 0; func_no < epc->max_functions; func_no++) { > - ep_func = devm_kzalloc(dev, sizeof(*ep_func), GFP_KERNEL); > - if (!ep_func) > - return -ENOMEM; > - > - ep_func->func_no = func_no; > - ep_func->msi_cap = dw_pcie_ep_find_capability(ep, func_no, > - PCI_CAP_ID_MSI); > - ep_func->msix_cap = dw_pcie_ep_find_capability(ep, func_no, > - PCI_CAP_ID_MSIX); > + if (!ep->core_init_notifier) { > + ret = dw_pcie_ep_func_init(ep); > + if (ret) > + return ret; > > - list_add_tail(&ep_func->list, &ep->func_list); > + if (ep->ops->ep_init) > + ep->ops->ep_init(ep); > } > > - if (ep->ops->ep_init) > - ep->ops->ep_init(ep); > - > ret = pci_epc_mem_init(epc, ep->phys_base, ep->addr_size, > ep->page_size); > if (ret < 0) { > @@ -784,12 +835,9 @@ int dw_pcie_ep_init(struct dw_pcie_ep *ep) > return -ENOMEM; > } > > - if (ep->ops->get_features) { > - epc_features = ep->ops->get_features(ep); > - if (epc_features->core_init_notifier) > - return 0; > - } > + if (!ep->core_init_notifier) > + return dw_pcie_ep_init_complete(ep); > > - return dw_pcie_ep_init_complete(ep); > + return 0; > } > EXPORT_SYMBOL_GPL(dw_pcie_ep_init); > diff --git a/drivers/pci/controller/dwc/pcie-designware.h b/drivers/pci/controller/dwc/pcie-designware.h > index 7d6e9b7576be..aadb14159df7 100644 > --- a/drivers/pci/controller/dwc/pcie-designware.h > +++ b/drivers/pci/controller/dwc/pcie-designware.h > @@ -242,6 +242,7 @@ struct dw_pcie_ep { > void __iomem *msi_mem; > phys_addr_t msi_mem_phys; > struct pci_epf_bar *epf_bar[PCI_STD_NUM_BARS]; > + bool core_init_notifier; > }; > > struct dw_pcie_ops { > -- > 2.25.1 >