Message ID | 20241111183308.14081-3-kuurtb@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Better thermal mode probing + support for 9 models | expand |
On Mon, 11 Nov 2024, Kurt Borja wrote: > Hi! > > I added models for all the acpidumps I could find. Also I find a way to > not brute force create_thermal_profile and that's always a good thing. > > I hope you all have a great week! > > Kurt Borja (5): > alienware-wmi: order alienware_quirks[] alphabetically > alienware-wmi: extends the list of supported models > alienware-wmi: Adds support to Alienware x17 R2 > alienware-wmi: create_thermal_profile no longer brute-forces IDs > Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation > 0x02 > > Documentation/wmi/devices/alienware-wmi.rst | 12 +- > drivers/platform/x86/dell/alienware-wmi.c | 150 ++++++++++++++++---- > 2 files changed, 136 insertions(+), 26 deletions(-) Looks nice. For the entire series, Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
On Mon, 11 Nov 2024 15:33:10 -0300, Kurt Borja wrote: > I added models for all the acpidumps I could find. Also I find a way to > not brute force create_thermal_profile and that's always a good thing. > > I hope you all have a great week! > > Kurt Borja (5): > alienware-wmi: order alienware_quirks[] alphabetically > alienware-wmi: extends the list of supported models > alienware-wmi: Adds support to Alienware x17 R2 > alienware-wmi: create_thermal_profile no longer brute-forces IDs > Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation > 0x02 > > [...] Thank you for your contribution, it has been applied to my local review-ilpo branch. Note it will show up in the public platform-drivers-x86/review-ilpo branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/5] alienware-wmi: order alienware_quirks[] alphabetically commit: 2b8dc45b8ca31e3a0ed1d71cfc042b9b7af85dfb [2/5] alienware-wmi: extends the list of supported models commit: 1c1eb70e7d235f5feb7b68861637a5fd0b52a9fd [3/5] alienware-wmi: Adds support to Alienware x17 R2 commit: 01bd181d21cf65e43f30948f9216571218732a12 [4/5] alienware-wmi: create_thermal_profile no longer brute-forces IDs commit: bfcda5cbcdb642a64d5b8a0229842dca7917ac6e [5/5] Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation 0x02 commit: 6674c5a0eeb55143cd10514d0083624e056e7d13 -- i.
On Sat, Nov 16, 2024 at 05:03:27PM +0200, Ilpo Järvinen wrote: > On Mon, 11 Nov 2024 15:33:10 -0300, Kurt Borja wrote: > > > I added models for all the acpidumps I could find. Also I find a way to > > not brute force create_thermal_profile and that's always a good thing. > > > > I hope you all have a great week! > > > > Kurt Borja (5): > > alienware-wmi: order alienware_quirks[] alphabetically > > alienware-wmi: extends the list of supported models > > alienware-wmi: Adds support to Alienware x17 R2 > > alienware-wmi: create_thermal_profile no longer brute-forces IDs > > Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation > > 0x02 > > > > [...] > > > Thank you for your contribution, it has been applied to my local > review-ilpo branch. Note it will show up in the public > platform-drivers-x86/review-ilpo branch only once I've pushed my > local branch there, which might take a while. Thank you Ilpo! Regards, Kurt > > The list of commits applied: > [1/5] alienware-wmi: order alienware_quirks[] alphabetically > commit: 2b8dc45b8ca31e3a0ed1d71cfc042b9b7af85dfb > [2/5] alienware-wmi: extends the list of supported models > commit: 1c1eb70e7d235f5feb7b68861637a5fd0b52a9fd > [3/5] alienware-wmi: Adds support to Alienware x17 R2 > commit: 01bd181d21cf65e43f30948f9216571218732a12 > [4/5] alienware-wmi: create_thermal_profile no longer brute-forces IDs > commit: bfcda5cbcdb642a64d5b8a0229842dca7917ac6e > [5/5] Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation 0x02 > commit: 6674c5a0eeb55143cd10514d0083624e056e7d13 > > -- > i. >