[PATCH 0/3] dm: input: driver for buttons with linux, code declaration
Dzmitry Sankouski
dsankouski at gmail.com
Wed Jan 11 11:19:28 CET 2023
Bootmenu requires an input device with arrows and enter key.
A common smartphone luckily has power, volume up/down buttons,
which may be used for controlling bootmenu.
Button keyboard driver relies on button driver - iterates over
all button with linux,code, checks state and sends events.
Add support for linux,code in button driver.
Fix qcom pwr-key gpio driver to work with button driver.
Dzmitry Sankouski (3):
gpio: qcom: add direction functions for pwrkey
dm: button: add support for linux_code in button-gpio.c driver
dm: input: add button_kbd driver
drivers/button/button-gpio.c | 20 ++++++
drivers/button/button-uclass.c | 10 +++
drivers/gpio/qcom_pmic_gpio.c | 15 ++++
drivers/input/Kconfig | 9 +++
drivers/input/Makefile | 1 +
drivers/input/button_kbd.c | 123 +++++++++++++++++++++++++++++++++
include/button.h | 16 +++++
7 files changed, 194 insertions(+)
create mode 100644 drivers/input/button_kbd.c
--
2.30.2
More information about the U-Boot
mailing list