This series continues recent work to further enhance and optimize the Azoteq IQS550/572/525 trackpad/touchscreen controller driver. In addition to having been made a bit smaller, the driver now supports some additional use-cases. Patches 3 and 8 are based on [1] and [2], respectively. Also included in the series is an updated binding, now presented in YAML. [1] https://patchwork.kernel.org/patch/12028203/ [2] https://patchwork.kernel.org/patch/12028223/ Jeff LaBundy (9): Input: iqs5xx - update vendor's URL Input: iqs5xx - optimize axis definition and validation Input: iqs5xx - expose firmware revision to user space Input: iqs5xx - remove superfluous revision validation Input: iqs5xx - close bootloader using hardware reset Input: iqs5xx - prevent interrupt storm during removal Input: iqs5xx - suspend or resume regardless of users Input: iqs5xx - make reset GPIO optional dt-bindings: input: iqs5xx: Convert to YAML .../bindings/input/touchscreen/iqs5xx.txt | 80 ------ .../bindings/input/touchscreen/iqs5xx.yaml | 75 ++++++ drivers/input/touchscreen/iqs5xx.c | 238 +++++++----------- 3 files changed, 164 insertions(+), 229 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/iqs5xx.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/iqs5xx.yaml -- 2.17.1