Re: [PATCH v6 2/2] Input: add MStar MSG2638 touchscreen driver
From: Vincent Knecht <hidden>
Date: 2021-04-07 21:48:04
Also in:
linux-devicetree, linux-input, phone-devel
From: Vincent Knecht <hidden>
Date: 2021-04-07 21:48:04
Also in:
linux-devicetree, linux-input, phone-devel
Le vendredi 05 mars 2021 à 16:38 +0100, Vincent Knecht a écrit :
Add support for the msg2638 touchscreen IC from MStar. Firmware handling, wakeup gestures and other specialties are not supported. This driver reuses zinitix.c structure, while the checksum and irq handler functions are based on out-of-tree driver for Alcatel Idol 3 (4.7"). Signed-off-by: Vincent Knecht <redacted> --- Changed in v6: - minor formatting changes - mention wakeup gestures not being supported (yet?) in commit message - do not scale coordinates in the driver (Dmitry) - multiple suggestions from Linus W. - include linux/gpio/consumer.h instead of linux/gpio.h - rename delay defines to include time unit like _MS and _US - rename `error` variable to `ret` - move enable_irq() call from msg2638_power_on() to msg2638_start() - remove CONFIG_OF #ifdef around of_device_id struct
Hello, just a little gentle ping: do I need to change anything to get this merged ? So far seems to work fine with idol347 port of postmarketOS :-)