.../touchscreen/touchnetix,axiom-ax54a.yaml | 47 ++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 7 + drivers/input/touchscreen/Kconfig | 13 + drivers/input/touchscreen/Makefile | 1 + .../input/touchscreen/touchnetix_axiom_i2c.c | 740 ++++++++++++++++++ 6 files changed, 810 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchnetix,axiom-ax54a.yaml create mode 100644 drivers/input/touchscreen/touchnetix_axiom_i2c.c