]> git.baikalelectronics.ru Git - kernel.git/commit
Input: goodix - add a goodix.h header file
authorHans de Goede <hdegoede@redhat.com>
Tue, 21 Sep 2021 04:08:18 +0000 (21:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 21 Sep 2021 05:00:23 +0000 (22:00 -0700)
commit61c54d8235691afdaee5a835157cb4b737a7e10f
tree05f5f7a33a9e98bdb795f86d3fa8b53f141bf5e8
parent8ea569175dfed1683f7491540a3825605ba1dd79
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>
MAINTAINERS
drivers/input/touchscreen/goodix.c
drivers/input/touchscreen/goodix.h [new file with mode: 0644]