This series is another attempt to use the MPR121 touch sensor controller in polling mode. This version uses the brand new input-poller API. Michal Vokáč (5): dt-bindings: input: Add common input binding in json-schema dt-bindings: input: Convert mpr121 binding to json-schema dt-bindings: input: Add poll-interval property Input: mpr121: Add polling mode ARM: dts: imx6dl-yapp4: Enable the MPR121 touchkey controller on Hydra .../bindings/input/fsl,mpr121-touchkey.yaml | 89 ++++++++++++++++++++++ Documentation/devicetree/bindings/input/input.yaml | 29 +++++++ .../devicetree/bindings/input/mpr121-touchkey.txt | 30 -------- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 13 ++++ arch/arm/boot/dts/imx6dl-yapp4-hydra.dts | 4 + drivers/input/keyboard/mpr121_touchkey.c | 69 ++++++++++++----- 6 files changed, 186 insertions(+), 48 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/fsl,mpr121-touchkey.yaml create mode 100644 Documentation/devicetree/bindings/input/input.yaml delete mode 100644 Documentation/devicetree/bindings/input/mpr121-touchkey.txt -- 2.1.4