From: Hans Zhang <18255117159@163.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: lpieralisi@kernel.org, kw@linux.com, bhelgaas@google.com,
jingoohan1@gmail.com, cassel@kernel.org, robh@kernel.org,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RESEND PATCH v2 0/3] Standardize link status check to return bool
Date: Tue, 13 May 2025 22:42:59 +0800 [thread overview]
Message-ID: <f9e24bcc-5d90-46ea-a56e-bb2b061c4ae5@163.com> (raw)
In-Reply-To: <k2ralcw6ynqfejsyk6z7vdodhbn5gu37gqkt4x6yzs7t2y4h5s@6ag7omevjfl2>
On 2025/5/13 17:40, Manivannan Sadhasivam wrote:
> On Sun, May 11, 2025 at 12:07:07AM +0800, Hans Zhang wrote:
>> 1. PCI: dwc: Standardize link status check to return bool.
>> 2. PCI: mobiveil: Refactor link status check.
>> 3. PCI: cadence: Simplify j721e link status check.
>
> Please do not paste the patch subjects in cover letter. Cover letter should
> elaborate the issue this series is fixing, its purpose, any dependency etc...
>
Dear Mani,
Thank you very much for your reply and reminder. In future submissions,
I will pay attention to this point.
Best regards,
Hans
> - Mani
>
>>
>> ---
>> Changes for RESEND:
>> - add Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>>
>> Changes for v2:
>> - Remove the return of some functions (!!) .
>> - Patches 2/3 and 3/3 have not been modified.
>>
>> Based on the following branch:
>> https://web.git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/log/?h=controller/dw-rockchip
>> ---
>>
>> Hans Zhang (3):
>> PCI: dwc: Standardize link status check to return bool
>> PCI: mobiveil: Refactor link status check
>> PCI: cadence: Simplify j721e link status check
>>
>> drivers/pci/controller/cadence/pci-j721e.c | 6 +-----
>> drivers/pci/controller/dwc/pci-dra7xx.c | 4 ++--
>> drivers/pci/controller/dwc/pci-exynos.c | 4 ++--
>> drivers/pci/controller/dwc/pci-keystone.c | 5 ++---
>> drivers/pci/controller/dwc/pci-meson.c | 6 +++---
>> drivers/pci/controller/dwc/pcie-armada8k.c | 6 +++---
>> drivers/pci/controller/dwc/pcie-designware.c | 2 +-
>> drivers/pci/controller/dwc/pcie-designware.h | 4 ++--
>> drivers/pci/controller/dwc/pcie-dw-rockchip.c | 2 +-
>> drivers/pci/controller/dwc/pcie-histb.c | 9 +++------
>> drivers/pci/controller/dwc/pcie-keembay.c | 2 +-
>> drivers/pci/controller/dwc/pcie-kirin.c | 7 ++-----
>> drivers/pci/controller/dwc/pcie-qcom-ep.c | 2 +-
>> drivers/pci/controller/dwc/pcie-qcom.c | 4 ++--
>> drivers/pci/controller/dwc/pcie-rcar-gen4.c | 2 +-
>> drivers/pci/controller/dwc/pcie-spear13xx.c | 7 ++-----
>> drivers/pci/controller/dwc/pcie-tegra194.c | 4 ++--
>> drivers/pci/controller/dwc/pcie-uniphier.c | 2 +-
>> drivers/pci/controller/dwc/pcie-visconti.c | 4 ++--
>> drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c | 9 ++-------
>> drivers/pci/controller/mobiveil/pcie-mobiveil.h | 2 +-
>> 21 files changed, 37 insertions(+), 56 deletions(-)
>>
>>
>> base-commit: 286ed198b899739862456f451eda884558526a9d
>> --
>> 2.25.1
>>
>
next prev parent reply other threads:[~2025-05-13 14:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-10 16:07 Hans Zhang
2025-05-10 16:07 ` [RESEND PATCH v2 1/3] PCI: dwc: " Hans Zhang
2025-05-13 8:00 ` Niklas Cassel
2025-05-10 16:07 ` [RESEND PATCH v2 2/3] PCI: mobiveil: Refactor link status check Hans Zhang
2025-05-13 8:00 ` Niklas Cassel
2025-05-10 16:07 ` [RESEND PATCH v2 3/3] PCI: cadence: Simplify j721e " Hans Zhang
2025-05-13 8:01 ` Niklas Cassel
2025-05-13 9:33 ` [RESEND PATCH v2 0/3] Standardize link status check to return bool Manivannan Sadhasivam
2025-05-16 8:52 ` Niklas Cassel
2025-05-16 14:57 ` Manivannan Sadhasivam
2025-05-13 9:40 ` Manivannan Sadhasivam
2025-05-13 14:42 ` Hans Zhang [this message]
2025-05-13 10:21 ` Krzysztof Wilczyński
2025-05-13 13:39 ` Niklas Cassel
2025-05-13 14:57 ` Krzysztof Wilczyński
2025-05-13 14:47 ` Hans Zhang
2025-05-13 15:04 ` Krzysztof Wilczyński
2025-05-13 15:09 ` Hans Zhang
2025-05-13 15:41 ` Niklas Cassel
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=f9e24bcc-5d90-46ea-a56e-bb2b061c4ae5@163.com \
--to=18255117159@163.com \
--cc=bhelgaas@google.com \
--cc=cassel@kernel.org \
--cc=jingoohan1@gmail.com \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=robh@kernel.org \
/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
all inboxes | Powered by JetHome®