linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add max77693 haptic driver
@ 2014-09-01 11:14 Jaewon Kim
  2014-09-01 11:14 ` [PATCH 1/3] mfd: max77693: Initialize haptic register map Jaewon Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jaewon Kim @ 2014-09-01 11:14 UTC (permalink / raw)
  To: Dmitry Torokhov, Samuel Ortiz, Lee Jones
  Cc: linux-kernel, linux-input, Chanwoo Choi, Jaewon Kim

This series adds max77693 haptic driver.
The max77693 is a Multifunction device with PMIC, CHARGER, LED,
MUIC, HAPTIC and this series is haptic device driver in MAX77693.
The haptic driver use regmap method for i2c communication and 
support force feedback framework in input device.

Jaewon Kim (3):
  mfd: max77693: Initialize haptic register map
  Input: misc: Add haptic driver on max77693
  mfd: max77693: add haptic of_compatible in mfd_cell

 Documentation/devicetree/bindings/mfd/max77693.txt |   19 ++
 drivers/input/misc/Kconfig                         |   13 +
 drivers/input/misc/Makefile                        |    1 +
 drivers/input/misc/max77693-haptic.c               |  333 ++++++++++++++++++++
 drivers/mfd/max77693.c                             |   23 +-
 include/linux/mfd/max77693-private.h               |    9 +
 6 files changed, 394 insertions(+), 4 deletions(-)
 create mode 100644 drivers/input/misc/max77693-haptic.c

-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-01 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 11:14 [PATCH 0/3] Add max77693 haptic driver Jaewon Kim
2014-09-01 11:14 ` [PATCH 1/3] mfd: max77693: Initialize haptic register map Jaewon Kim
2014-09-01 11:14 ` [PATCH 2/3] Input: misc: Add haptic driver on max77693 Jaewon Kim
2014-09-01 11:14 ` [PATCH 3/3] mfd: max77693: add haptic of_compatible in mfd_cell Jaewon Kim

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