From: Chen Wang <unicorn_wang@outlook.com>
To: "Anand Moon" <linux.amoon@gmail.com>,
"Vignesh Raghavendra" <vigneshr@ti.com>,
"Siddharth Vadapalli" <s-vadapalli@ti.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Jingoo Han" <jingoohan1@gmail.com>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Minghuan Lian" <minghuan.Lian@nxp.com>,
"Mingkai Hu" <mingkai.hu@nxp.com>, "Roy Zang" <roy.zang@nxp.com>,
"Yue Wang" <yue.wang@Amlogic.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Kevin Hilman" <khilman@baylibre.com>,
"Jerome Brunet" <jbrunet@baylibre.com>,
"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
"Jonathan Chocron" <jonnyc@amazon.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Jesper Nilsson" <jesper.nilsson@axis.com>,
"Paul Walmsley" <pjw@kernel.org>,
"Greentime Hu" <greentime.hu@sifive.com>,
"Samuel Holland" <samuel.holland@sifive.com>,
"Chuanhua Lei" <lchuanhua@maxlinear.com>,
"Srikanth Thokala" <srikanth.thokala@intel.com>,
"Xiaowei Song" <songxiaowei@hisilicon.com>,
"Binghui Wang" <wangbinghui@hisilicon.com>,
"Inochi Amaoto" <inochiama@gmail.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Kunihiko Hayashi" <hayashi.kunihiko@socionext.com>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
"Nobuhiro Iwamatsu" <nobuhiro.iwamatsu.x90@mail.toshiba>,
"Niklas Cassel" <cassel@kernel.org>,
"Jiri Slaby (SUSE)" <jirislaby@kernel.org>,
"Qianfeng Rong" <rongqianfeng@vivo.com>,
"Koichiro Den" <den@valinux.co.jp>,
"Hans Zhang" <18255117159@163.com>,
"Sai Krishna Musham" <sai.krishna.musham@amd.com>,
"Thippeswamy Havalige" <thippeswamy.havalige@amd.com>,
"Vidya Sagar" <vidyas@nvidia.com>,
"open list:PCI DRIVER FOR TI DRA7XX/J721E"
<linux-omap@vger.kernel.org>,
"open list:PCI DRIVER FOR TI DRA7XX/J721E"
<linux-pci@vger.kernel.org>,
"moderated list:PCI DRIVER FOR TI DRA7XX/J721E"
<linux-arm-kernel@lists.infradead.org>,
"open list" <linux-kernel@vger.kernel.org>,
"open list:PCI DRIVER FOR SAMSUNG EXYNOS"
<linux-samsung-soc@vger.kernel.org>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linuxppc-dev@lists.ozlabs.org>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<imx@lists.linux.dev>,
"open list:PCIE DRIVER FOR AMLOGIC MESON"
<linux-amlogic@lists.infradead.org>,
"open list:PCIE DRIVER FOR AXIS ARTPEC"
<linux-arm-kernel@axis.com>,
"open list:SOPHGO DEVICETREES and DRIVERS"
<sophgo@lists.linux.dev>,
"open list:TEGRA ARCHITECTURE SUPPORT"
<linux-tegra@vger.kernel.org>,
"open list:SIFIVE DRIVERS:Keyword:fu [57] 40"
<linux-riscv@lists.infradead.org>
Subject: Re: [RFC v1 00/18] PCI: Enable async probe by default
Date: Thu, 5 Mar 2026 08:27:12 +0800 [thread overview]
Message-ID: <MA5PR01MB125008C876FC8461A80514DE8FE7DA@MA5PR01MB12500.INDPRD01.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20260304140329.7089-1-linux.amoon@gmail.com>
Hello Anand,
On 3/4/2026 9:51 PM, Anand Moon wrote:
> Following recent asynchronous probing updates to the Rockchip PCIe
> controller, this change enables default async probe functionality for
> all DesignWare Core (DWC) based controllers to optimize boot times [0].
>
> [0] https://lore.kernel.org/all/20260226101032.1042-1-linux.amoon@gmail.com/
>
> This PROBE_PREFER_ASYNCHRONOUS flag help to parallelize device initialization.
>
> Thanks
> -Anand
>
> Anand Moon (18):
> PCI: al: Allow asynchronous probing for background link training
> PCI: amd-mdb: Allow asynchronous probing for background link training
> PCI: armada8x: Allow asynchronous probing for background link training
> PCI: artpec6: Allow asynchronous probing for background link training
> PCI: bt1: Allow asynchronous probing for background link training
> PCI: dra7xx: Allow asynchronous probing for background link training
> PCI: exynos: Allow asynchronous probing for background link training
> PCI: fu740: Allow asynchronous probing for background link training
> PCI: intel-gw: Allow asynchronous probing for background link training
> PCI: keystone: Allow asynchronous probing for background link training
> PCI: keembay: Allow asynchronous probing for background link training
> PCI: kirin: Allow asynchronous probing for background link training
> PCI: layerscape: Allow asynchronous probing for background link
> training
> PCI: meson: Allow asynchronous probing for background link training
> PCI: sophgo: Allow asynchronous probing for background link training
> PCI: tegra194: Allow asynchronous probing for background link training
> PCI: uniphier: Allow asynchronous probing for background link training
> PCI: visconti: Allow asynchronous probing for background link training
>
> drivers/pci/controller/dwc/pci-dra7xx.c | 1 +
> drivers/pci/controller/dwc/pci-exynos.c | 1 +
> drivers/pci/controller/dwc/pci-keystone.c | 1 +
> drivers/pci/controller/dwc/pci-layerscape.c | 1 +
> drivers/pci/controller/dwc/pci-meson.c | 1 +
> drivers/pci/controller/dwc/pcie-al.c | 1 +
> drivers/pci/controller/dwc/pcie-amd-mdb.c | 1 +
> drivers/pci/controller/dwc/pcie-armada8k.c | 1 +
> drivers/pci/controller/dwc/pcie-artpec6.c | 1 +
> drivers/pci/controller/dwc/pcie-bt1.c | 1 +
> drivers/pci/controller/dwc/pcie-fu740.c | 7 ++++---
> drivers/pci/controller/dwc/pcie-intel-gw.c | 1 +
> drivers/pci/controller/dwc/pcie-keembay.c | 1 +
> drivers/pci/controller/dwc/pcie-kirin.c | 1 +
> drivers/pci/controller/dwc/pcie-sophgo.c | 1 +
> drivers/pci/controller/dwc/pcie-tegra194.c | 1 +
> drivers/pci/controller/dwc/pcie-uniphier.c | 1 +
> drivers/pci/controller/dwc/pcie-visconti.c | 1 +
> 18 files changed, 21 insertions(+), 3 deletions(-)
>
>
> base-commit: 0031c06807cfa8aa51a759ff8aa09e1aa48149af
Suggest you indicate in the title of the cover letter for the next patch
that this patchset is only related to dwc.
Thanks,
Chen
next prev parent reply other threads:[~2026-03-05 12:19 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 13:51 [RFC v1 00/18] PCI: Enable async probe by default Anand Moon
2026-03-04 13:51 ` [RFC v1 01/18] PCI: al: Allow asynchronous probing for background link training Anand Moon
2026-03-04 13:51 ` [RFC v1 02/18] PCI: amd-mdb: " Anand Moon
2026-03-04 13:51 ` [RFC v1 03/18] PCI: armada8x: " Anand Moon
2026-03-04 13:51 ` [RFC v1 04/18] PCI: artpec6: " Anand Moon
2026-03-04 13:51 ` [RFC v1 05/18] PCI: bt1: " Anand Moon
2026-03-04 13:51 ` [RFC v1 06/18] PCI: dra7xx: " Anand Moon
2026-03-04 13:51 ` [RFC v1 07/18] PCI: exynos: " Anand Moon
2026-03-04 13:51 ` [RFC v1 08/18] PCI: fu740: " Anand Moon
2026-03-04 14:55 ` Frank Li
2026-03-04 15:54 ` Krzysztof Kozlowski
2026-03-04 13:51 ` [RFC v1 09/18] PCI: intel-gw: " Anand Moon
2026-03-04 13:51 ` [RFC v1 10/18] PCI: keystone: " Anand Moon
2026-03-04 13:51 ` [RFC v1 11/18] PCI: keembay: " Anand Moon
2026-03-04 13:51 ` [RFC v1 12/18] PCI: kirin: " Anand Moon
2026-03-04 13:51 ` [RFC v1 13/18] PCI: layerscape: " Anand Moon
2026-03-04 13:51 ` [RFC v1 14/18] PCI: meson: " Anand Moon
2026-03-04 13:51 ` [RFC v1 15/18] PCI: sophgo: " Anand Moon
2026-03-04 13:51 ` [RFC v1 16/18] PCI: tegra194: " Anand Moon
2026-03-04 13:52 ` [RFC v1 17/18] PCI: uniphier: " Anand Moon
2026-03-04 13:52 ` [RFC v1 18/18] PCI: visconti: " Anand Moon
2026-03-05 0:27 ` Chen Wang [this message]
2026-03-06 4:14 ` [RFC v1 00/18] PCI: Enable async probe by default Anand Moon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=MA5PR01MB125008C876FC8461A80514DE8FE7DA@MA5PR01MB12500.INDPRD01.PROD.OUTLOOK.COM \
--to=unicorn_wang@outlook.com \
--cc=18255117159@163.com \
--cc=alim.akhtar@samsung.com \
--cc=bhelgaas@google.com \
--cc=cassel@kernel.org \
--cc=den@valinux.co.jp \
--cc=greentime.hu@sifive.com \
--cc=hayashi.kunihiko@socionext.com \
--cc=imx@lists.linux.dev \
--cc=inochiama@gmail.com \
--cc=jbrunet@baylibre.com \
--cc=jesper.nilsson@axis.com \
--cc=jingoohan1@gmail.com \
--cc=jirislaby@kernel.org \
--cc=jonathanh@nvidia.com \
--cc=jonnyc@amazon.com \
--cc=khilman@baylibre.com \
--cc=krzk@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=lchuanhua@maxlinear.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@axis.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=mhiramat@kernel.org \
--cc=minghuan.Lian@nxp.com \
--cc=mingkai.hu@nxp.com \
--cc=neil.armstrong@linaro.org \
--cc=nobuhiro.iwamatsu.x90@mail.toshiba \
--cc=pjw@kernel.org \
--cc=robh@kernel.org \
--cc=rongqianfeng@vivo.com \
--cc=roy.zang@nxp.com \
--cc=s-vadapalli@ti.com \
--cc=sai.krishna.musham@amd.com \
--cc=samuel.holland@sifive.com \
--cc=songxiaowei@hisilicon.com \
--cc=sophgo@lists.linux.dev \
--cc=srikanth.thokala@intel.com \
--cc=thierry.reding@gmail.com \
--cc=thippeswamy.havalige@amd.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=vidyas@nvidia.com \
--cc=vigneshr@ti.com \
--cc=wangbinghui@hisilicon.com \
--cc=yue.wang@Amlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox