All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH input-next 0/4] Add polling mode to the MPR121 touchkey
@ 2019-09-02 11:40 Michal Vokáč
  2019-09-02 11:40 ` [PATCH input-next 1/4] dt-bindings: input: Convert mpr121 binding to json-schema Michal Vokáč
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Michal Vokáč @ 2019-09-02 11:40 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring
  Cc: Shawn Guo, Fabio Estevam, linux-input, devicetree,
	Michal Vokáč

This series is another attempt to use the MPR121 touch sensor
controller in polling mode. This version uses the brand new
input-poller API that is currently queued in input/next.

Michal Vokáč (4):
  dt-bindings: input: Convert mpr121 binding to json-schema
  dt-bindings: input: mpr121: 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        | 82 ++++++++++++++++++++++
 .../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           | 68 +++++++++++++-----
 5 files changed, 149 insertions(+), 48 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/fsl,mpr121-touchkey.yaml
 delete mode 100644 Documentation/devicetree/bindings/input/mpr121-touchkey.txt

-- 
2.1.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-09-27 12:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-02 11:40 [PATCH input-next 0/4] Add polling mode to the MPR121 touchkey Michal Vokáč
2019-09-02 11:40 ` [PATCH input-next 1/4] dt-bindings: input: Convert mpr121 binding to json-schema Michal Vokáč
2019-09-03  6:56   ` Rob Herring
     [not found]     ` <29307819-fcac-cbf8-0439-23c831d87278@ysoft.com>
2019-09-27  6:45       ` Michal Vokáč
2019-09-02 11:40 ` [PATCH input-next 2/4] dt-bindings: input: mpr121: Add poll-interval property Michal Vokáč
2019-09-03  7:01   ` Rob Herring
     [not found]     ` <c8c909e5-1e1f-23a7-dc22-f112fcaeab4c@ysoft.com>
2019-09-27  6:47       ` Michal Vokáč
2019-09-27 12:46       ` Rob Herring
2019-09-02 11:40 ` [PATCH input-next 3/4] Input: mpr121: Add polling mode Michal Vokáč
2019-09-02 11:40 ` [PATCH input-next 4/4] ARM: dts: imx6dl-yapp4: Enable the MPR121 touchkey controller on Hydra Michal Vokáč

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.