Re: [PATCH] PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function

From: Niklas Cassel

Date: Wed Jan 21 2026 - 05:46:11 EST


On Tue, Dec 30, 2025 at 03:22:39PM +0100, Niklas Cassel wrote:
> 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>

I just tried to apply this patch for pci/controller/dwc and right now,
this patch does apply.

Mani, any chance to get this picked up?


Kind regards,
Niklas