mbox series

[v2,0/4] alienware-wmi: Improvements

Message ID 20241120163834.6446-3-kuurtb@gmail.com (mailing list archive)
Headers show
Series alienware-wmi: Improvements | expand

Message

Kurt Borja Nov. 20, 2024, 4:38 p.m. UTC
Hi!

I want to migrate this driver to the new WMI interface. These are some
improvements I figured I should send beforehand.

I made everything on top of pdx86/for-next because I think they are not
fixes, just improvements. Check individual patches for more details.

Regards,
Kurt

---
v2:
 - Dropped patch 4/5 bacause it's empty after changes
 - Changed patch order:
    1 -> 3
    2 -> 4
    3 -> 1
    5 -> 2
---
Kurt Borja (4):
  alienware-wmi: Migrate to device managed resources
  alienware-wmi: Improves sysfs groups creation
  alienware-wmi: Simplify platform device creation
  alienware-wmi: Remove unnecessary check at module exit

 drivers/platform/x86/dell/alienware-wmi.c | 186 ++++++++--------------
 1 file changed, 62 insertions(+), 124 deletions(-)

Comments

Mario Limonciello Nov. 20, 2024, 6:08 p.m. UTC | #1
On 11/20/2024 10:38, Kurt Borja wrote:
> Hi!
> 
> I want to migrate this driver to the new WMI interface. These are some
> improvements I figured I should send beforehand.
> 
> I made everything on top of pdx86/for-next because I think they are not
> fixes, just improvements. Check individual patches for more details.
> 
> Regards,
> Kurt
> 
> ---
> v2:
>   - Dropped patch 4/5 bacause it's empty after changes
>   - Changed patch order:
>      1 -> 3
>      2 -> 4
>      3 -> 1
>      5 -> 2
> ---
> Kurt Borja (4):
>    alienware-wmi: Migrate to device managed resources
>    alienware-wmi: Improves sysfs groups creation
>    alienware-wmi: Simplify platform device creation
>    alienware-wmi: Remove unnecessary check at module exit
> 
>   drivers/platform/x86/dell/alienware-wmi.c | 186 ++++++++--------------
>   1 file changed, 62 insertions(+), 124 deletions(-)
> 

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>