From: Hans de Goede <hdegoede@redhat.com>
To: Gregory Price <gourry@gourry.net>, platform-driver-x86@vger.kernel.org
Cc: naveenkrishna.chatradhi@amd.com, carlos.bilbao@kernel.org,
ilpo.jarvinen@linux.intel.com, suma.hegde@amd.com,
linux-kernel@vger.kernel.org, kernel-team@meta.com
Subject: Re: [PATCH] platform/x86/amd/hsmp: change driver name from amd_hsmp to hsmp_acpi
Date: Sat, 19 Apr 2025 11:00:54 +0200 [thread overview]
Message-ID: <60715d85-48b4-4066-8a9a-c8d2b62ebb45@redhat.com> (raw)
In-Reply-To: <20250419025026.1555230-1-gourry@gourry.net>
Hi,
On 19-Apr-25 4:50 AM, Gregory Price wrote:
> The amd_hsmp and hsmp_acpi drivers fail to load together (whichever
> is loaded second, fails) because they have the same DRIVER_NAME.
>
> Change hsmp_acpi DRIVER_NAME from amd_hsmp to hsmp_acpi.
>
> Link: https://lore.kernel.org/all/20241021111428.2676884-8-suma.hegde@amd.com/
> Fixes: 7d3135d16356f ("platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers")
> Signed-off-by: Gregory Price <gourry@gourry.net>
Thanks, patch looks good to me:
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Note as mention in my reply to your other email, there do seem
to be some other potential issues with the pair of drivers which
need to be addressed. But this patch is good to have regardless.
Regards,
Hans
> ---
> drivers/platform/x86/amd/hsmp/acpi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/amd/hsmp/acpi.c b/drivers/platform/x86/amd/hsmp/acpi.c
> index 444b43be35a2..a9c24502d3d2 100644
> --- a/drivers/platform/x86/amd/hsmp/acpi.c
> +++ b/drivers/platform/x86/amd/hsmp/acpi.c
> @@ -26,7 +26,7 @@
>
> #include "hsmp.h"
>
> -#define DRIVER_NAME "amd_hsmp"
> +#define DRIVER_NAME "hsmp_acpi"
> #define DRIVER_VERSION "2.3"
> #define ACPI_HSMP_DEVICE_HID "AMDI0097"
>
prev parent reply other threads:[~2025-04-19 9:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-19 2:50 [PATCH] platform/x86/amd/hsmp: change driver name from amd_hsmp to hsmp_acpi Gregory Price
2025-04-19 9:00 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=60715d85-48b4-4066-8a9a-c8d2b62ebb45@redhat.com \
--to=hdegoede@redhat.com \
--cc=carlos.bilbao@kernel.org \
--cc=gourry@gourry.net \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kernel-team@meta.com \
--cc=linux-kernel@vger.kernel.org \
--cc=naveenkrishna.chatradhi@amd.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=suma.hegde@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox