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

Kurt Borja posted 4 patches 1 year, 5 months ago
drivers/platform/x86/dell/alienware-wmi.c | 186 ++++++++--------------
1 file changed, 62 insertions(+), 124 deletions(-)
[PATCH v2 0/4] alienware-wmi: Improvements
Posted by Kurt Borja 1 year, 5 months ago
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(-)

-- 
2.47.0
Re: [PATCH v2 0/4] alienware-wmi: Improvements
Posted by Mario Limonciello 1 year, 5 months ago
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>