All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Input: pmic8xxx-keypad - add support for pm8941 keypad
@ 2014-10-07  9:50 Ivan T. Ivanov
  2014-10-07  9:50 ` [PATCH 1/4] Input: pmic8xxx-keypad - remove unused register and bit definitions Ivan T. Ivanov
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Ivan T. Ivanov @ 2014-10-07  9:50 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Ivan T. Ivanov, Stephen Boyd, linux-kernel, linux-arm-msm

Hi, 

Following set of patches reorganize and add support for keypad
controller found in Qualcomm PMIC pm8941 chip, at least. 

Controllers found in pm8058 and pm8921, currently supported by driver,
seems to be similar to controller found in pm8941. Difference is 
register access, SSBI vs SPMI bus, registers offsets and bit definitions.

To be able to easily add support for new controller, driver have been 
converted to use struct regmap_field.

Regards,
Ivan

Ivan T. Ivanov (4):
  Input: pmic8xxx-keypad - remove unused register and bit definitions
  Input: pmic8xxx-keypad - use regmap_field for register access
  Input: pmic8xxx-keypad - add support keypad found in pm8941
  Input: pmic8xxx-keypad - update DT bindings documentation

 .../bindings/input/qcom,pm8xxx-keypad.txt          |  10 +-
 drivers/input/keyboard/pmic8xxx-keypad.c           | 299 +++++++++++++--------
 2 files changed, 188 insertions(+), 121 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-10-27 16:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07  9:50 [PATCH 0/4] Input: pmic8xxx-keypad - add support for pm8941 keypad Ivan T. Ivanov
2014-10-07  9:50 ` [PATCH 1/4] Input: pmic8xxx-keypad - remove unused register and bit definitions Ivan T. Ivanov
2014-10-07  9:50 ` [PATCH 2/4] Input: pmic8xxx-keypad - use regmap_field for register access Ivan T. Ivanov
2014-10-07 17:26   ` Dmitry Torokhov
2014-10-08  9:13     ` Ivan T. Ivanov
2014-10-08  9:30       ` Ivan T. Ivanov
2014-10-08 18:00         ` Stephen Boyd
2014-10-08 18:13           ` Dmitry Torokhov
2014-10-08 18:20             ` Stephen Boyd
2014-10-08 20:04               ` Mark Brown
2014-10-08 20:32                 ` Dmitry Torokhov
2014-10-13 14:02                   ` Mark Brown
2014-10-27 15:30                     ` Ivan T. Ivanov
2014-10-27 16:06                       ` Dmitry Torokhov
2014-10-27 16:20                         ` Ivan T. Ivanov
2014-10-27 16:26                           ` Dmitry Torokhov
     [not found] ` <1412675448-11990-1-git-send-email-iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2014-10-07  9:50   ` [PATCH 3/4] Input: pmic8xxx-keypad - add support keypad found in pm8941 Ivan T. Ivanov
2014-10-07  9:50     ` Ivan T. Ivanov
2014-10-07  9:50 ` [PATCH 4/4] Input: pmic8xxx-keypad - update DT bindings documentation Ivan T. Ivanov

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.