From: "Michal Vokáč" <michal.vokac@ysoft.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Rob Herring <robh+dt@kernel.org>
Cc: "Shawn Guo" <shawnguo@kernel.org>,
"Fabio Estevam" <festevam@gmail.com>,
linux-input@vger.kernel.org, devicetree@vger.kernel.org,
"Michal Vokáč" <michal.vokac@ysoft.com>
Subject: [PATCH v2 0/5] Add polling mode to the MPR121 touchkey
Date: Tue, 1 Oct 2019 16:29:35 +0200 [thread overview]
Message-ID: <1569940180-11417-1-git-send-email-michal.vokac@ysoft.com> (raw)
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
next reply other threads:[~2019-10-01 14:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-01 14:29 Michal Vokáč [this message]
2019-10-01 14:29 ` [PATCH v2 1/5] dt-bindings: input: Add common input binding in json-schema Michal Vokáč
2019-10-01 15:03 ` Rob Herring
2019-10-02 6:17 ` Michal Vokáč
2019-10-01 14:29 ` [PATCH v2 2/5] dt-bindings: input: Convert mpr121 binding to json-schema Michal Vokáč
2019-10-03 19:09 ` Rob Herring
2019-10-04 7:40 ` Michal Vokáč
2019-10-04 13:32 ` Rob Herring
2019-10-04 13:51 ` Michal Vokáč
2019-10-01 14:29 ` [PATCH v2 3/5] dt-bindings: input: Add poll-interval property Michal Vokáč
2019-10-01 14:29 ` [PATCH v2 4/5] Input: mpr121: Add polling mode Michal Vokáč
2019-10-01 14:29 ` [PATCH v2 5/5] ARM: dts: imx6dl-yapp4: Enable the MPR121 touchkey controller on Hydra Michal Vokáč
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1569940180-11417-1-git-send-email-michal.vokac@ysoft.com \
--to=michal.vokac@ysoft.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=festevam@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).