mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Armin Wolf <W_Armin@gmx.de>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	Dell.Client.Kernel@dell.com, pali@kernel.org,
	mjg59@srcf.ucam.org
Cc: soyer@irl.hu, hansg@kernel.org,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux@roeck-us.net,
	linux-hwmon@vger.kernel.org, mario.limonciello@amd.com
Subject: Re: [PATCH v6 0/9] Convert most Dell WMI drivers to use the new buffer-based API
Date: Fri, 12 Jun 2026 18:32:24 +0200	[thread overview]
Message-ID: <4889560f-3f6e-4ce2-bdeb-aa2cc9bcf826@gmx.de> (raw)
In-Reply-To: <178127019722.31486.6141646420423582072.b4-ty@b4>

Am 12.06.26 um 15:16 schrieb Ilpo Järvinen:

> On Wed, 10 Jun 2026 22:34:44 +0200, Armin Wolf wrote:
>
>> The new buffer-based WMI API improves the compatibility between
>> different ACPI firmware implementations by performing marshalling/
>> unmarshalling of WMI buffers like the original Windows driver.
>>
>> Convert most Dell WMI drivers to use this new API. This also
>> removes all ACPI-related code from those drivers because the
>> new buffer-based WMI API uses abstract WMI buffer objects instead
>> of ACPI objects.
>>
>> [...]
>
> Thank you for your contribution, it has been applied to my local
> review-ilpo-next branch. Note it will show up in the public
> platform-drivers-x86/review-ilpo-next branch only once I've pushed my
> local branch there, which might take a while.

Thank you, i will send a follow-up patch for the dell-wmi-ddv driver later.

Thanks,
Armin Wolf

>
> The list of commits applied:
> [1/9] platform/x86: dell-descriptor: Use new buffer-based WMI API
>        commit: 0f2d6a308210caaa5e0ebf9c085d87f4a2c06bfa
> [2/9] platform/x86: dell-privacy: Use new buffer-based WMI API
>        commit: 1719340487e63da13f2ac25e488c72737a545772
> [3/9] platform/x86: dell-smbios-wmi: Use new buffer-based WMI API
>        commit: 6f918e3d95c9b0b4e6a6881692a9b5f9bf0f36b0
> [4/9] platform/x86: dell-wmi-base: Use new buffer-based WMI API
>        commit: 982b0e683aa3b1d20b1512cde53207ba1c80e22b
> [5/9] platform/x86: dell-ddv: Use new buffer-based WMI API
>        commit: 7fced293bbd00ee8d20eaf4654849ac9ff332973
> [6/9] hwmon: (dell-smm) Use new buffer-based WMI API
>        commit: ab1eb37dd63ff3555e4f98918f1bd3498522f765
> [7/9] platform/wmi: Make wmi_bus_class const
>        commit: b79ad5e8ba5cfda93a83e0cf71d4743829cc9f83
> [8/9] platform/wmi: Make sysfs attributes const
>        commit: c3cbac4be03d769571f32e7f27241b2c58f722f5
> [9/9] modpost: Handle malformed WMI GUID strings
>        commit: 3429ae7b2f02a4a6ad40d36ee06641d433d75a1b
>
> --
>   i.
>
>

      reply	other threads:[~2026-06-12 16:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-10 20:34 Armin Wolf
2026-06-10 20:34 ` [PATCH v6 1/9] platform/x86: dell-descriptor: Use new buffer-based WMI API Armin Wolf
2026-06-10 20:34 ` [PATCH v6 2/9] platform/x86: dell-privacy: " Armin Wolf
2026-06-10 20:34 ` [PATCH v6 3/9] platform/x86: dell-smbios-wmi: " Armin Wolf
2026-06-10 20:34 ` [PATCH v6 4/9] platform/x86: dell-wmi-base: " Armin Wolf
2026-06-10 20:34 ` [PATCH v6 5/9] platform/x86: dell-ddv: " Armin Wolf
2026-06-11 13:39   ` Ilpo Järvinen
2026-06-11 15:06     ` Armin Wolf
2026-06-10 20:34 ` [PATCH v6 6/9] hwmon: (dell-smm) " Armin Wolf
2026-06-10 20:34 ` [PATCH v6 7/9] platform/wmi: Make wmi_bus_class const Armin Wolf
2026-06-10 20:34 ` [PATCH v6 8/9] platform/wmi: Make sysfs attributes const Armin Wolf
2026-06-10 20:34 ` [PATCH v6 9/9] modpost: Handle malformed WMI GUID strings Armin Wolf
2026-06-10 21:05   ` Pali Rohár
2026-06-10 21:31     ` Armin Wolf
2026-06-12 13:16 ` [PATCH v6 0/9] Convert most Dell WMI drivers to use the new buffer-based API Ilpo Järvinen
2026-06-12 16:32   ` Armin Wolf [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=4889560f-3f6e-4ce2-bdeb-aa2cc9bcf826@gmx.de \
    --to=w_armin@gmx.de \
    --cc=Dell.Client.Kernel@dell.com \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mario.limonciello@amd.com \
    --cc=mjg59@srcf.ucam.org \
    --cc=pali@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=soyer@irl.hu \
    /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

all inboxes | Powered by JetHome®