[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1416840651-17141-1-git-send-email-jaewon02.kim@samsung.com>
Date: Mon, 24 Nov 2014 23:50:49 +0900
From: Jaewon Kim <jaewon02.kim@...sung.com>
To: Kukjin Kim <kgene.kim@...sung.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Pankaj Dubey <pankaj.dubey@...sung.com>,
Dan Murphy <dmurphy@...com>,
Chanwoo Choi <cw00.choi@...sung.com>,
Hyunhee Kim <hyunhee.kim@...sung.com>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
linux-samsung-soc <linux-samsung-soc@...r.kernel.org>,
Jaewon Kim <jaewon02.kim@...sung.com>
Subject: [PATCH v2 0/2] Add regulator-haptic driver
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists