Re: [PATCH] PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function
From: Niklas Cassel
Date: Tue Dec 30 2025 - 09:22:44 EST
Hello Qiang Yu,
On Wed, Dec 24, 2025 at 02:10:46AM -0800, Qiang Yu wrote:
> Remove dw_pcie_ep_hide_ext_capability() and replace its usage with
> dw_pcie_remove_ext_capability(). Both functions serve the same purpose
> of hiding PCIe extended capabilities, but dw_pcie_remove_ext_capability()
> provides a cleaner API that doesn't require the caller to specify the
> previous capability ID.
>
> Compile-tested only. Runtime testing on RK3588 hardware would be
> appreciated.
This patch does not appy on top of pci/controller/dwc
Anyway, I applied it manually, and tested, thus:
Tested-by: Niklas Cassel <cassel@xxxxxxxxxx>