From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: lgo@pengutronix.de
Subject: [PATCH 0/4] input: add CONFIG_INPUT_EVBUG debug option
Date: Tue, 2 Apr 2024 15:50:31 +0200 [thread overview]
Message-ID: <20240402135035.3700601-1-a.fatoum@pengutronix.de> (raw)
Incorrectly specified or configured gpio-keys may cause the barebox
boot to abort. To help debugging such issues, add a CONFIG_INPUT_EVBUG
option similar to Linux, which will print a debug message every time
a key event is reported.
Ahmad Fatoum (4):
input: record parent device at registration time
input: add CONFIG_INPUT_EVBUG debug option
input: imx-keypad: remove now-duplicate debug messages
input: gpio-keys: drop now-superfluous struct gpio_keys::dev
drivers/input/Kconfig | 11 +++++++++++
drivers/input/gpio_keys.c | 6 ++----
drivers/input/imx_keypad.c | 7 +------
drivers/input/input.c | 11 +++++++++++
drivers/input/usb_kbd.c | 1 +
drivers/input/virtio_input.c | 1 +
include/input/input.h | 1 +
7 files changed, 28 insertions(+), 10 deletions(-)
--
2.39.2
next reply other threads:[~2024-04-02 13:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 13:50 Ahmad Fatoum [this message]
2024-04-02 13:50 ` [PATCH 1/4] input: record parent device at registration time Ahmad Fatoum
2024-04-02 13:50 ` [PATCH 2/4] input: add CONFIG_INPUT_EVBUG debug option Ahmad Fatoum
2024-04-02 13:50 ` [PATCH 3/4] input: imx-keypad: remove now-duplicate debug messages Ahmad Fatoum
2024-04-02 14:06 ` Ahmad Fatoum
2024-04-03 11:40 ` Sascha Hauer
2024-04-02 13:50 ` [PATCH 4/4] input: gpio-keys: drop now-superfluous struct gpio_keys::dev Ahmad Fatoum
2024-04-03 11:39 ` [PATCH 0/4] input: add CONFIG_INPUT_EVBUG debug option Sascha Hauer
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=20240402135035.3700601-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=lgo@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox