--- v10
+++ v1
@@ -20,36 +20,24 @@
1: https://lwn.net/ml/linux-kernel/20180703094309.18514-1-mylene.josserand@bootlin.com/
2: https://github.com/alistair23/linux/commits/rM2-mainline-cyttsp5-hid
-v10:
- - Fix device tree binding errors
- - Add commit message about defcofig cahnges
-v9:
- - Fixup kernel robot failures
-v8:
- - Rebase and resend
-v7:
- - Fix device tree warnings
-v6:
- - Use reg for the button properties
-v5:
- - Address review comments from v4
+Alistair Francis (2):
+ ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
+ ARM: dts: imx7d: remarkable2: Enable the cyttsp5
-Alistair Francis (4):
+Mylène Josserand (2):
Input: Add driver for Cypress Generation 5 touchscreen
- dt-bindings: input: Add Cypress TT21000 touchscreen controller
- ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
- ARM: dts: imx7d-remarkable2: Enable the cyttsp5
+ Documentation: DT: bindings: input: Add documentation for cyttsp5
- .../input/touchscreen/cypress,tt21000.yaml | 106 ++
- arch/arm/boot/dts/imx7d-remarkable2.dts | 100 ++
- arch/arm/configs/imx_v6_v7_defconfig | 1 +
- drivers/input/touchscreen/Kconfig | 16 +
- drivers/input/touchscreen/Makefile | 1 +
- drivers/input/touchscreen/cyttsp5.c | 902 ++++++++++++++++++
- 6 files changed, 1126 insertions(+)
- create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml
+ .../input/touchscreen/cypress,cyttsp5.yaml | 72 ++
+ arch/arm/boot/dts/imx7d-remarkable2.dts | 88 ++
+ arch/arm/configs/imx_v6_v7_defconfig | 1 +
+ drivers/input/touchscreen/Kconfig | 14 +
+ drivers/input/touchscreen/Makefile | 1 +
+ drivers/input/touchscreen/cyttsp5.c | 1129 +++++++++++++++++
+ 6 files changed, 1305 insertions(+)
+ create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,cyttsp5.yaml
create mode 100644 drivers/input/touchscreen/cyttsp5.c
--
-2.37.3
+2.31.1