[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240904044244.1042174-1-dmitry.torokhov@gmail.com>
Date: Tue, 3 Sep 2024 21:42:20 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: linux-input@...r.kernel.org
Cc: Michael Hennerich <michael.hennerich@...log.com>,
Ville Syrjala <syrjala@....fi>,
Support Opensource <support.opensource@...semi.com>,
Eddie James <eajames@...ux.ibm.com>,
Andrey Moiseev <o2g.org.ru@...il.com>,
Hans de Goede <hdegoede@...hat.com>,
Javier Carrasco <javier.carrasco.cruz@...il.com>,
Jeff LaBundy <jeff@...undy.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 00/22] Convert misc input drivers to use new cleanup facilities
Hi,
This series converts drivers found in drivers/input/misc to use new
__free() and guard() cleanup facilities that simplify the code and
ensure that all resources are released appropriately.
Thanks!
Dmitry Torokhov (22):
Input: ad714x - use guard notation when acquiring mutex
Input: ati_remote2 - use guard notation when acquiring mutex
Input: cm109 - use guard notation when acquiring mutex and spinlock
Input: cma3000_d0x - use guard notation when acquiring mutex
Input: da7280 - use guard notation when acquiring mutex and spinlock
Input: kxtj9 - use guard notation when acquiring mutex/disabling irq
Input: drv260x - use guard notation when acquiring mutex
Input: drv2665 - use guard notation when acquiring mutex
Input: drv2667 - use guard notation when acquiring mutex
Input: ideapad_slidebar - use guard notation when acquiring spinlock
Input: ibm-panel - use guard notation when acquiring spinlock
Input: iqs269a - use guard notation when acquiring mutex
Input: iqs269a - use cleanup facility for fwnodes
Input: iqs626a - use cleanup facility for fwnodes
Input: iqs7222 - use cleanup facility for fwnodes
Input: max8997_haptic - use guard notation when acquiring mutex
Input: pegasus_notetaker - use guard notation when acquiring mutex
Input: powermate - use guard notation when acquiring spinlock
Input: pwm-beeper - use guard notation when acquiring spinlock
Input: regulator-haptic - use guard notation when acquiring mutex
Input: rotary_encoder - use guard notation when acquiring mutex
Input: sparcspkr - use guard notation when acquiring spinlock
drivers/input/misc/ad714x.c | 12 +-
drivers/input/misc/ati_remote2.c | 57 +++-----
drivers/input/misc/cm109.c | 167 +++++++++++------------
drivers/input/misc/cma3000_d0x.c | 16 +--
drivers/input/misc/da7280.c | 26 ++--
drivers/input/misc/drv260x.c | 50 ++++---
drivers/input/misc/drv2665.c | 44 +++---
drivers/input/misc/drv2667.c | 44 +++---
drivers/input/misc/ibm-panel.c | 5 +-
drivers/input/misc/ideapad_slidebar.c | 22 +--
drivers/input/misc/iqs269a.c | 55 +++-----
drivers/input/misc/iqs626a.c | 22 +--
drivers/input/misc/iqs7222.c | 30 ++--
drivers/input/misc/kxtj9.c | 14 +-
drivers/input/misc/max8997_haptic.c | 15 +-
drivers/input/misc/powermate.c | 11 +-
drivers/input/misc/pwm-beeper.c | 12 +-
drivers/input/misc/regulator-haptic.c | 23 ++--
drivers/input/misc/rotary_encoder.c | 23 ++--
drivers/input/misc/sparcspkr.c | 10 +-
drivers/input/tablet/pegasus_notetaker.c | 86 ++++++------
21 files changed, 311 insertions(+), 433 deletions(-)
--
Dmitry
Powered by blists - more mailing lists