Re: [PATCH v11 3/4] tpm: Add a driver for Loongson TPM device
From: Jarkko Sakkinen
Date: Thu Jun 26 2025 - 14:30:12 EST
On Thu, Jun 26, 2025 at 08:48:35PM +0800, Huacai Chen wrote:
> But there is another coherency, you can see this in the 1st patch:
>
> +static const struct mfd_cell engines[] = {
> + { .name = "loongson-rng" },
> + { .name = "loongson-tpm" },
> +};
I thought already after ffa driver from ARM that I need to fix up
the naming a bit before it explodes. Thus, I'll stick to this.
And e.g., I could easily find DRM driver with opposite order.
>
> Huacai
BR, Jarkko