The bump from v1 to v3 in this series just reflects that I follow the numbering of the YAML conversion patch so it is easy for the maintainer to see what is the latest version of the whole CYTTSP patch set. (This contains all applicable CYTTSP patches for now.) Linus Walleij (8): Input: cyttsp - Convert bindings to YAML and extend Input: cyttsp - Probe from compatibles Input: cyttsp - Obtain regulators Input: cyttsp - Error message on boot mode exit error Input: cyttsp - Reduce reset pulse timings Input: cyttsp - Drop the phys path Input: cyttsp - Set abs params for ABS_MT_TOUCH_MAJOR Input: cyttsp - Flag the device properly .../input/touchscreen/cypress,cy8ctma340.yaml | 149 ++++++++++++++++++ .../bindings/input/touchscreen/cyttsp.txt | 93 ----------- drivers/input/touchscreen/cyttsp_core.c | 52 +++++- drivers/input/touchscreen/cyttsp_core.h | 3 +- drivers/input/touchscreen/cyttsp_i2c.c | 8 + drivers/input/touchscreen/cyttsp_spi.c | 8 + 6 files changed, 211 insertions(+), 102 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,cy8ctma340.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt -- 2.29.2