[PATCH v2 0/4] HID: sony: more cleanup

Rosalie Wanders posted 4 patches 3 days ago
drivers/hid/hid-sony.c | 245 +++++++++++++++++++++--------------------
1 file changed, 126 insertions(+), 119 deletions(-)
[PATCH v2 0/4] HID: sony: more cleanup
Posted by Rosalie Wanders 3 days ago
This series cleans up hid-sony by utilizing modern helper functions.

v2: the dependent patches have been included in this series

Rosalie Wanders (4):
  HID: sony: use dedicated raw_event() handlers in sony_raw_event()
  HID: sony: use guard() and scoped_guard()
  HID: sony: remove unneeded which argument from sony_schedule_work()
  HID: sony: use devm_kasprintf()

 drivers/hid/hid-sony.c | 245 +++++++++++++++++++++--------------------
 1 file changed, 126 insertions(+), 119 deletions(-)

-- 
2.54.0
Re: [PATCH v2 0/4] HID: sony: more cleanup
Posted by Jiri Kosina 3 days ago
On Tue, 16 Jun 2026, Rosalie Wanders wrote:

> This series cleans up hid-sony by utilizing modern helper functions.
> 
> v2: the dependent patches have been included in this series

Thanks a lot for this, Rosalie!

Your patches have always been a little bit confusing to me when it came to 
inter-dependencies ... now that this is sent as a series, I can easily 
apply it on top altogether when the merge window is over.

> 
> Rosalie Wanders (4):
>   HID: sony: use dedicated raw_event() handlers in sony_raw_event()
>   HID: sony: use guard() and scoped_guard()
>   HID: sony: remove unneeded which argument from sony_schedule_work()
>   HID: sony: use devm_kasprintf()

Thanks again,

-- 
Jiri Kosina
SUSE Labs