public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add regulator-haptic driver
@ 2014-11-24 14:50 Jaewon Kim
  2014-11-24 14:50 ` [PATCH v2 1/2] Input: add regulator haptic driver Jaewon Kim
  2014-11-24 14:50 ` [PATCH v2 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato Jaewon Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Jaewon Kim @ 2014-11-24 14:50 UTC (permalink / raw)
  To: Kukjin Kim, Dmitry Torokhov, Pankaj Dubey, Dan Murphy,
	Chanwoo Choi, Hyunhee Kim
  Cc: linux-kernel, linux-input, linux-samsung-soc, Jaewon Kim

This patch series adds regulator-haptic driver.
The regulator-haptic has haptic motor and it is controlled by
voltage of regulator via force feedback framework.

Changes in v2:
  - remove driver owner
  - merge enable/disable function
  - support platform data
  - fix wrong suspends_state check in regulator_haptic_resume()

Jaewon Kim (2):
  Input: add regulator haptic driver
  ARM: dts: Add regulator-haptic device node for exynos3250-rinato

 .../devicetree/bindings/input/regulator-haptic.txt |   24 ++
 arch/arm/boot/dts/exynos3250-rinato.dts            |    7 +
 drivers/input/misc/Kconfig                         |   11 +
 drivers/input/misc/Makefile                        |    1 +
 drivers/input/misc/regulator-haptic.c              |  247 ++++++++++++++++++++
 include/linux/input/regulator-haptic.h             |   30 +++
 6 files changed, 320 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/regulator-haptic.txt
 create mode 100644 drivers/input/misc/regulator-haptic.c
 create mode 100644 include/linux/input/regulator-haptic.h

-- 
1.7.9.5


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

end of thread, other threads:[~2014-11-26  5:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 14:50 [PATCH v2 0/2] Add regulator-haptic driver Jaewon Kim
2014-11-24 14:50 ` [PATCH v2 1/2] Input: add regulator haptic driver Jaewon Kim
2014-11-25  1:04   ` Chanwoo Choi
2014-11-26  5:31   ` Pankaj Dubey
2014-11-24 14:50 ` [PATCH v2 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato Jaewon Kim
2014-11-25  1:02   ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox