Re: [PATCH RESEND v2 05/12] coco: host: arm64: Build and register RMM pdev descriptors
From: Jonathan Cameron
Date: Thu Oct 30 2025 - 06:00:25 EST
On Thu, 30 Oct 2025 14:14:43 +0530
Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxx> wrote:
> Jonathan Cameron <jonathan.cameron@xxxxxxxxxx> writes:
>
> > On Mon, 27 Oct 2025 15:25:55 +0530
> > "Aneesh Kumar K.V (Arm)" <aneesh.kumar@xxxxxxxxxx> wrote:
>
> ...
>
> >>
> >> +int pdev_create(struct pci_dev *pdev);
> > That is a very generic name to find in a header, even one buried deep in drivers.
> > I'd prefix it with somethin more specific rmi_pdev_create() or something like that.
>
> May be I can call this cca_pdev_create, because rmi_pdev_create()
> already exist.
Sure. Anything reasonable is fine for this.
J
>
> -aneesh