summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2021-09-21 06:08:18 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-09-21 07:00:23 +0200
commita2233cb7b65a017067e2f2703375ecc930a0ab30 (patch)
tree05f5f7a33a9e98bdb795f86d3fa8b53f141bf5e8 /MAINTAINERS
parentInput: goodix - change goodix_i2c_write() len parameter type to int (diff)
downloadlinux-a2233cb7b65a017067e2f2703375ecc930a0ab30.tar.xz
linux-a2233cb7b65a017067e2f2703375ecc930a0ab30.zip
Input: goodix - add a goodix.h header file
Add a goodix.h header file, and move the register definitions, and struct declarations there and add prototypes for various helper functions. This is a preparation patch for adding support for controllers without flash, which need to have their firmware uploaded and need some other special handling too. Since MAINTAINERS needs updating because of this change anyways, also add myself as co-maintainer. Reviewed-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20210920150643.155872-3-hdegoede@redhat.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 44e6c428703e..7ab4a058fe4d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7716,9 +7716,10 @@ F: drivers/media/usb/go7007/
GOODIX TOUCHSCREEN
M: Bastien Nocera <hadess@hadess.net>
+M: Hans de Goede <hdegoede@redhat.com>
L: linux-input@vger.kernel.org
S: Maintained
-F: drivers/input/touchscreen/goodix.c
+F: drivers/input/touchscreen/goodix*
GOOGLE ETHERNET DRIVERS
M: Catherine Sullivan <csully@google.com>