[PATCH v2 0/2] input: add MAX8997-haptic driver
From: Chanwoo Choi <cw00.choi@samsung.com>
Date: 2012-03-07 08:03:00
Also in:
lkml
From: Chanwoo Choi <cw00.choi@samsung.com>
Date: 2012-03-07 08:03:00
Also in:
lkml
MAX8997 has several features in a single chip, This patchset supports unimplemented haptic driver of MAX8997. v2 - code clean and remove unnecessary code according to comment of Dmitry Torokhov 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 | 371 +++++++++++++++++++++++++++++++++++ include/linux/mfd/max8997.h | 53 +++++- 4 files changed, 436 insertions(+), 1 deletions(-) create mode 100644 drivers/input/misc/max8997_haptic.c