From: AngeloGioacchino Del Regno <hidden> Date: 2021-01-09 13:55:57
Add support for the GT9286 chip, tested on F(x)Tec Pro1 (MSM8998).
AngeloGioacchino Del Regno (2):
input: goodix: Add support for Goodix GT9286 chip
dt-bindings: ts: goodix: Add binding for GT9286 IC
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 +
drivers/input/touchscreen/goodix.c | 2 ++
2 files changed, 3 insertions(+)
--
2.29.2
From: AngeloGioacchino Del Regno <hidden> Date: 2021-01-09 13:56:14
Support for this chip was added to the goodix driver: add the
DT binding for it.
Signed-off-by: AngeloGioacchino Del Regno <redacted>
---
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1 +
1 file changed, 1 insertion(+)
From: AngeloGioacchino Del Regno <hidden> Date: 2021-01-09 13:56:15
The Goodix GT9286 is a capacitive touch sensor IC based on GT1x.
This chip can be found on a number of smartphones, including the
F(x)tec Pro 1 and the Elephone U.
Signed-off-by: AngeloGioacchino Del Regno <redacted>
---
drivers/input/touchscreen/goodix.c | 2 ++
1 file changed, 2 insertions(+)
On Sat, 2021-01-09 at 14:55 +0100, AngeloGioacchino Del Regno wrote:
Add support for the GT9286 chip, tested on F(x)Tec Pro1 (MSM8998).
Can you please add this test information to the commit message for the
goodix.c patch?
Feel free to add my:
Reviewed-by: Bastien Nocera <hadess@hadess.net>
to both patches when you send a v2.
Cheers
AngeloGioacchino Del Regno (2):
input: goodix: Add support for Goodix GT9286 chip
dt-bindings: ts: goodix: Add binding for GT9286 IC
Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 1
+
drivers/input/touchscreen/goodix.c | 2
++
2 files changed, 3 insertions(+)
On Sat, Jan 09, 2021 at 03:37:40PM +0100, Bastien Nocera wrote:
On Sat, 2021-01-09 at 14:55 +0100, AngeloGioacchino Del Regno wrote:
quoted
Add support for the GT9286 chip, tested on F(x)Tec Pro1 (MSM8998).
Can you please add this test information to the commit message for the
goodix.c patch?
Feel free to add my:
Reviewed-by: Bastien Nocera <hadess@hadess.net>
to both patches when you send a v2.
I added this to the patch by hand, there is no need to submit v2.
Thanks.
--
Dmitry
On Sat, Jan 09, 2021 at 02:55:11PM +0100, AngeloGioacchino Del Regno wrote:
The Goodix GT9286 is a capacitive touch sensor IC based on GT1x.
This chip can be found on a number of smartphones, including the
F(x)tec Pro 1 and the Elephone U.
Signed-off-by: AngeloGioacchino Del Regno <redacted>