From: Chanwoo Choi <cw00.choi@samsung.com>
To: linux-input@vger.kernel.org, Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: sameo@linux.intel.com, broonie@opensource.wolfsonmicro.com,
linux-kernel@vger.kernel.org, kyungmin.park@samsung.com,
myungjoo.ham@samsung.com
Subject: [PATCH v2 0/2] input: add MAX8997-haptic driver
Date: Wed, 07 Mar 2012 17:02:49 +0900 [thread overview]
Message-ID: <4F571629.8010203@samsung.com> (raw)
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
next reply other threads:[~2012-03-07 8:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 8:02 Chanwoo Choi [this message]
2012-03-07 8:29 ` [PATCH v2 0/2] input: add MAX8997-haptic driver Dmitry Torokhov
2012-03-12 8:31 ` Chanwoo Choi
2012-03-13 5:30 ` Dmitry Torokhov
2012-03-13 5:39 ` Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F571629.8010203@samsung.com \
--to=cw00.choi@samsung.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dmitry.torokhov@gmail.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).