[PATCH] PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function
Niklas Cassel
cassel at kernel.org
Tue Dec 30 06:22:39 PST 2025
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 at kernel.org>
More information about the linux-arm-kernel
mailing list