linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Add regulator-haptic device tree
@ 2015-01-07 14:01 Jaewon Kim
  2015-01-07 14:01 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim
  2015-01-07 14:01 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
  0 siblings, 2 replies; 4+ messages in thread
From: Jaewon Kim @ 2015-01-07 14:01 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, Chanwoo Choi, linux-kernel, Jaewon Kim

This patch series adds regulator-haptic device tree in rinato and monk boards.

The regulator-haptic has haptic motor and it is controlled by
voltage of regulator via force feedback framework.

Jaewon Kim (2):
  ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics
  ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics

 arch/arm/boot/dts/exynos3250-monk.dts   |    7 +++++++
 arch/arm/boot/dts/exynos3250-rinato.dts |    7 +++++++
 2 files changed, 14 insertions(+)

-- 
1.7.9.5


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

* [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics
  2015-01-07 14:01 [PATCH RESEND 0/2] Add regulator-haptic device tree Jaewon Kim
@ 2015-01-07 14:01 ` Jaewon Kim
  2015-01-07 14:01 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
  1 sibling, 0 replies; 4+ messages in thread
From: Jaewon Kim @ 2015-01-07 14:01 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, Chanwoo Choi, linux-kernel, Jaewon Kim

This patch adds regulator-haptic device node controlled by regulator.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 arch/arm/boot/dts/exynos3250-rinato.dts |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index 80aa8b4..0e3d499 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -100,6 +100,13 @@
 			};
 		};
 	};
+
+	haptics {
+		compatible = "regulator-haptic";
+		haptic-supply = <&motor_reg>;
+		min-microvolt = <1100000>;
+		max-microvolt = <2700000>;
+	};
 };
 
 &adc {
-- 
1.7.9.5


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

* [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics
  2015-01-07 14:01 [PATCH RESEND 0/2] Add regulator-haptic device tree Jaewon Kim
  2015-01-07 14:01 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim
@ 2015-01-07 14:01 ` Jaewon Kim
  1 sibling, 0 replies; 4+ messages in thread
From: Jaewon Kim @ 2015-01-07 14:01 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, Chanwoo Choi, linux-kernel, Jaewon Kim

This patch adds regulator-haptic device node controlled by regulator.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 arch/arm/boot/dts/exynos3250-monk.dts |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts
index 24822aa..7102d88 100644
--- a/arch/arm/boot/dts/exynos3250-monk.dts
+++ b/arch/arm/boot/dts/exynos3250-monk.dts
@@ -109,6 +109,13 @@
 			};
 		};
 	};
+
+	haptics {
+		compatible = "regulator-haptic";
+		haptic-supply = <&motor_reg>;
+		min-microvolt = <1100000>;
+		max-microvolt = <2700000>;
+	};
 };
 
 &adc {
-- 
1.7.9.5


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

* [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics
  2015-01-21  7:55 [PATCH RESEND 0/2] Add regulator-haptic device tree Jaewon Kim
@ 2015-01-21  7:55 ` Jaewon Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaewon Kim @ 2015-01-21  7:55 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Chanwoo Choi, linux-samsung-soc, linux-kernel, linux-input,
	Jaewon Kim

This patch adds regulator-haptic device node controlled by regulator.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 arch/arm/boot/dts/exynos3250-rinato.dts |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index 80aa8b4..0e3d499 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -100,6 +100,13 @@
 			};
 		};
 	};
+
+	haptics {
+		compatible = "regulator-haptic";
+		haptic-supply = <&motor_reg>;
+		min-microvolt = <1100000>;
+		max-microvolt = <2700000>;
+	};
 };
 
 &adc {
-- 
1.7.9.5


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

end of thread, other threads:[~2015-01-21  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 14:01 [PATCH RESEND 0/2] Add regulator-haptic device tree Jaewon Kim
2015-01-07 14:01 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim
2015-01-07 14:01 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
  -- strict thread matches above, loose matches on Subject: below --
2015-01-21  7:55 [PATCH RESEND 0/2] Add regulator-haptic device tree Jaewon Kim
2015-01-21  7:55 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim

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