Hey folks, This patchset adds support for the Samsung A552 touchscreen controller. Naming is based on the current s6s* convention, used for Y761. The IC is similar in functionality to 761, but has enough differences in registers, bits and functionality to deserve its own driver. Best regards, Ivaylo Ivaylo Ivanov (2): dt-bindings: input: document Samsung A552 touchscreen controller Input: s6sa552 - add a driver for the Samsung A552 touchscreen controller .../input/touchscreen/samsung,s6sa552.yaml | 54 +++ drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/s6sa552.c | 439 ++++++++++++++++++ 4 files changed, 505 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/samsung,s6sa552.yaml create mode 100644 drivers/input/touchscreen/s6sa552.c -- 2.43.0