public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Frank Li" <Frank.Li@nxp.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>,
	"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>,
	"Chen Wang" <unicorn_wang@outlook.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>,
	"Hans Zhang" <18255117159@163.com>,
	"Jiri Slaby (SUSE)" <jirislaby@kernel.org>,
	"Thomas Gleixner" <tglx@kernel.org>,
	"Thippeswamy Havalige" <thippeswamy.havalige@amd.com>,
	"Sai Krishna Musham" <sai.krishna.musham@amd.com>,
	"Nagarjuna Kristam" <nkristam@nvidia.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>
Cc: Anand Moon <linux.amoon@gmail.com>
Subject: Re: [RFC v1 08/18] PCI: fu740: Allow asynchronous probing for background link training
Date: Wed, 4 Mar 2026 16:54:31 +0100	[thread overview]
Message-ID: <e7f0c171-d5f1-4b3f-9155-a774511451c1@kernel.org> (raw)
In-Reply-To: <20260304145540.3331304-3-Frank.Li@nxp.com>

On 04/03/2026 15:55, Frank Li wrote:
> From: Frank Li (AI-BOT) <frank.li@nxp.com>
> 
> Commit message has a typo:
> 
>> Fix the identation of the callback functions.
> 
> Should be "indentation" (two 'n's).
> 
> The code changes look good otherwise. The indentation fix aligns with kernel
> style (8-char tabs), and adding PROBE_PREFER_ASYNCHRONOUS is a straightforward
> addition that matches the stated intent.
> 
> AI bot review and may be useless.

So don't send us useless reviews. Trim your reply list, so only you see
them.

Best regards,
Krzysztof

  reply	other threads:[~2026-03-04 15:54 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 [this message]
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 ` [RFC v1 00/18] PCI: Enable async probe by default Chen Wang
2026-03-06  4:14   ` 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=e7f0c171-d5f1-4b3f-9155-a774511451c1@kernel.org \
    --to=krzk@kernel.org \
    --cc=18255117159@163.com \
    --cc=Frank.Li@nxp.com \
    --cc=alim.akhtar@samsung.com \
    --cc=bhelgaas@google.com \
    --cc=cassel@kernel.org \
    --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=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=nkristam@nvidia.com \
    --cc=nobuhiro.iwamatsu.x90@mail.toshiba \
    --cc=pjw@kernel.org \
    --cc=robh@kernel.org \
    --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=tglx@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=thippeswamy.havalige@amd.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=unicorn_wang@outlook.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