From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v6.12-rc5
Date: Sat, 2 Nov 2024 22:58:20 -0700 [thread overview]
Message-ID: <ZycQ_DEua83lHubu@google.com> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.12-rc5
to receive updates for the input subsystem. You will get:
- a fix for regression in input core introduced in 6.11 preventing
re-registering input handlers
- a fix for adp5588-keys driver tyring to disable interrupt 0 at suspend
when devices is used without interrupt
- a fix for edt-ft5x06 to stop leaking regmap structure when probing
fails and to make sure it is not released too early on removal.
Changelog:
---------
Dmitry Torokhov (3):
Input: edt-ft5x06 - fix regmap leak when probe fails
Input: adp5588-keys - do not try to disable interrupt 0
Input: fix regression when re-registering input handlers
Diffstat:
--------
drivers/input/input.c | 134 ++++++++++++++++++---------------
drivers/input/keyboard/adp5588-keys.c | 6 +-
drivers/input/touchscreen/edt-ft5x06.c | 19 ++++-
include/linux/input.h | 10 ++-
4 files changed, 104 insertions(+), 65 deletions(-)
Thanks.
--
Dmitry
next reply other threads:[~2024-11-03 5:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-03 5:58 Dmitry Torokhov [this message]
2024-11-03 19:02 ` [git pull] Input updates for v6.12-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZycQ_DEua83lHubu@google.com \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.