linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] nput: mpr121 - switch to use device tree probe
@ 2017-01-15 13:15 Akinobu Mita
       [not found] ` <1484486144-27947-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2017-01-15 23:07 ` [PATCH v2 0/5] nput: mpr121 - switch to use " Dmitry Torokhov
  0 siblings, 2 replies; 9+ messages in thread
From: Akinobu Mita @ 2017-01-15 13:15 UTC (permalink / raw)
  To: linux-input, devicetree; +Cc: Akinobu Mita, Dmitry Torokhov, Rob Herring

This driver currently only supports legacy platform data probe.  This
change adds device tree support and gets rid of platform data probe code
since no one is actually using mpr121 platform data in the mainline.

This series also contains miscellaneous cleanup and bug fixes that
mostly I found while playing with this driver.

* Changes since v1 (All changes are suggested by Dmitry Torokhov)
- Add patch 'annotate PM methods as __maybe_unused'
- Use for_each_set_bit() to search changed bit
- Use linux,keycodes property instead of using matrix keymap API
- Get rid of platform data

Akinobu Mita (5):
  Input: mpr121 - annotate PM methods as __maybe_unused
  Input: mpr121 - remove unused field in struct mpr121_touchkey
  Input: mpr121 - set missing event capability
  Input: mpr121 - handle multiple bits change of status register
  Input: mpr121 - switch to device tree probe

 .../devicetree/bindings/input/mpr121-touchkey.txt  |  30 +++++
 drivers/input/keyboard/mpr121_touchkey.c           | 141 ++++++++++++++-------
 include/linux/i2c/mpr121_touchkey.h                |  20 ---
 3 files changed, 127 insertions(+), 64 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/input/mpr121-touchkey.txt
 delete mode 100644 include/linux/i2c/mpr121_touchkey.h

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Rob Herring <robh@kernel.org>
-- 
2.7.4


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

end of thread, other threads:[~2017-01-15 23:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 13:15 [PATCH v2 0/5] nput: mpr121 - switch to use device tree probe Akinobu Mita
     [not found] ` <1484486144-27947-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-15 13:15   ` [PATCH v2 1/5] Input: mpr121 - annotate PM methods as __maybe_unused Akinobu Mita
2017-01-15 13:15   ` [PATCH v2 2/5] Input: mpr121 - remove unused field in struct mpr121_touchkey Akinobu Mita
2017-01-15 13:15   ` [PATCH v2 3/5] Input: mpr121 - set missing event capability Akinobu Mita
2017-01-15 13:15   ` [PATCH v2 4/5] Input: mpr121 - handle multiple bits change of status register Akinobu Mita
     [not found]     ` <1484486144-27947-5-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-15 23:05       ` Dmitry Torokhov
2017-01-15 13:15   ` [PATCH v2 5/5] Input: mpr121 - switch to device tree probe Akinobu Mita
     [not found]     ` <1484486144-27947-6-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-15 23:06       ` Dmitry Torokhov
2017-01-15 23:07 ` [PATCH v2 0/5] nput: mpr121 - switch to use " Dmitry Torokhov

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).