diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-05-09 22:18:18 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-05-09 22:26:48 -0700 |
commit | 3eb66d9f97f386262adbba9ce752ec80b85246ed (patch) | |
tree | fbfe79d9f361b81548d3aba22f749967b2e13c6f /MAINTAINERS | |
parent | 7fdff6cc84de2efbea5a48c8d9cadb2bf5a7ba2d (diff) | |
download | linux-3eb66d9f97f386262adbba9ce752ec80b85246ed.tar.gz linux-3eb66d9f97f386262adbba9ce752ec80b85246ed.tar.bz2 linux-3eb66d9f97f386262adbba9ce752ec80b85246ed.zip |
Input: add driver for the Cypress CY8CTMA140 touchscreen
This adds a new driver for the Cypress CY8CTMA140 touchscreen.
This driver is inspired by out-of-tree code for the Samsung
GT-S7710 mobile phone.
I have tried to compare the structure and behaviour of this
touchscreen to the existing CYTTSP and CYTTSP4 generics and
it seems pretty different. It is also different in character
from the cy8ctmg110_ts.c. It appears to rather be vaguely
related to the Melfas MMS114 driver, yet distinctly
different.
Dmitry Torokhov rewrote the key scanning code during the
submission process so the driver is a joint work.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20200506123435.187432-2-linus.walleij@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8982c6e013b3..faa5bfe8ece0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4578,6 +4578,12 @@ T: git git://linuxtv.org/anttip/media_tree.git S: Maintained F: drivers/media/common/cypress_firmware* +CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER +M: Linus Walleij <linus.walleij@linaro.org> +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/input/touchscreen/cy8ctma140.c + CYTTSP TOUCHSCREEN DRIVER M: Ferruh Yigit <fery@cypress.com> L: linux-input@vger.kernel.org |