* [PATCH v3 0/2] input: add MAX8997-haptic driver
@ 2012-03-12 8:31 Chanwoo Choi
0 siblings, 0 replies; only message in thread
From: Chanwoo Choi @ 2012-03-12 8:31 UTC (permalink / raw)
To: linux-input, Dmitry Torokhov
Cc: sameo, broonie, linux-kernel, kyungmin.park, myungjoo.ham
MAX8997 has several features in a single chip,
This patchset supports unimplemented haptic driver of MAX8997.
This patchset tested on TRATS board based on EXYNOS4210.
v2
- code clean and remove unnecessary code according to comment of Dmitry
Torokhov
v3
- use work_struct to enable/disable max8997-haptic instead of using mutex
in irq handler statck of forced feedbacky
Donggeun Kim (2):
mfd: add platform data for MAX8997 haptic driver
input: add driver support for MAX8997-haptic
drivers/input/misc/Kconfig | 12 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/max8997_haptic.c | 377
+++++++++++++++++++++++++++++++++++
include/linux/mfd/max8997.h | 53 +++++-
4 files changed, 442 insertions(+), 1 deletions(-)
create mode 100644 drivers/input/misc/max8997_haptic.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-12 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 8:31 [PATCH v3 0/2] input: add MAX8997-haptic driver Chanwoo Choi
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.