linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] input: add MAX8997-haptic driver
@ 2012-01-05 10:04 Donggeun Kim
  2012-01-05 10:04 ` [PATCH 1/2] mfd: add platform data for MAX8997 haptic driver Donggeun Kim
  2012-01-05 10:04 ` [PATCH 2/2] input: add driver support for MAX8997-haptic Donggeun Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Donggeun Kim @ 2012-01-05 10:04 UTC (permalink / raw)
  To: linux-input
  Cc: dmitry.torokhov, sameo, broonie, linux-kernel, kyungmin.park,
	myungjoo.ham, dg77.kim

MAX8997 has several features in a single chip.
This patchset supports unimplemented haptic driver of MAX8997.

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 |  366 +++++++++++++++++++++++++++++++++++
 include/linux/mfd/max8997.h         |   53 +++++-
 4 files changed, 431 insertions(+), 1 deletions(-)
 create mode 100644 drivers/input/misc/max8997_haptic.c

-- 
1.7.4.1


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

end of thread, other threads:[~2012-03-05  1:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 10:04 [PATCH 0/2] input: add MAX8997-haptic driver Donggeun Kim
2012-01-05 10:04 ` [PATCH 1/2] mfd: add platform data for MAX8997 haptic driver Donggeun Kim
2012-01-05 10:04 ` [PATCH 2/2] input: add driver support for MAX8997-haptic Donggeun Kim
2012-03-04 18:23   ` Dmitry Torokhov
2012-03-05  0:56     ` Kyungmin Park
2012-03-05  1:18       ` Chanwoo Choi

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