summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorYassine Oudjana <y.oudjana@protonmail.com>2021-09-09 22:12:29 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-09-09 22:26:23 -0700
commitfcc28e0bfcfd2d98f2d096a185f0263759661c94 (patch)
tree910039d32687a472d39a48d0e227077240d01181 /MAINTAINERS
parent845ef3a7ce5773638a8c5e9a6e7be6538c107ae1 (diff)
downloadlinux-stable-fcc28e0bfcfd2d98f2d096a185f0263759661c94.tar.gz
linux-stable-fcc28e0bfcfd2d98f2d096a185f0263759661c94.tar.bz2
linux-stable-fcc28e0bfcfd2d98f2d096a185f0263759661c94.zip
Input: cypress-sf - add Cypress StreetFighter touchkey driver
This adds support for Cypress StreetFighter touchkey controllers such as sf3155. This driver supports managing regulators and generating input events. Due to lack of documentation, this driver is entirely based on information gathered from a driver written for an old Android kernel fork[1][2]. [1] https://github.com/LineageOS/android_kernel_xiaomi_msm8996/blob/lineage-18.1/drivers/input/touchscreen/cyttsp_button.c [2] https://github.com/LineageOS/android_kernel_xiaomi_msm8996/blob/lineage-18.1/arch/arm/boot/dts/qcom/a4-msm8996-mtp.dtsi#L291-L314 Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> Link: https://lore.kernel.org/r/20210907174341.422013-2-y.oudjana@protonmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b03c68cebe4c..f72af66b2889 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5006,6 +5006,12 @@ L: linux-input@vger.kernel.org
S: Maintained
F: drivers/input/touchscreen/cy8ctma140.c
+CYPRESS STREETFIGHTER TOUCHKEYS DRIVER
+M: Yassine Oudjana <y.oudjana@protonmail.com>
+L: linux-input@vger.kernel.org
+S: Maintained
+F: drivers/input/keyboard/cypress-sf.c
+
CYTTSP TOUCHSCREEN DRIVER
M: Linus Walleij <linus.walleij@linaro.org>
L: linux-input@vger.kernel.org