All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Add regulator-haptic device tree
@ 2015-01-21  7:55 Jaewon Kim
  2015-01-21  7:55 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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 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.

regualtor-haptic driver merged at linux-next
ref : https://lkml.org/lkml/2014/12/17/477

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] 5+ 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
  2015-01-21  7:56 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
  2015-01-23  6:56 ` [PATCH RESEND 0/2] Add regulator-haptic device tree Kukjin Kim
  2 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: 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 ` [PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics Jaewon Kim
@ 2015-01-21  7:56 ` Jaewon Kim
  2015-01-23  6:56 ` [PATCH RESEND 0/2] Add regulator-haptic device tree Kukjin Kim
  2 siblings, 0 replies; 5+ messages in thread
From: Jaewon Kim @ 2015-01-21  7:56 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-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] 5+ messages in thread

* RE: [PATCH RESEND 0/2] Add regulator-haptic device tree
  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
  2015-01-21  7:56 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
@ 2015-01-23  6:56 ` Kukjin Kim
  2 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2015-01-23  6:56 UTC (permalink / raw)
  To: 'Jaewon Kim', 'Kukjin Kim'
  Cc: 'Chanwoo Choi', linux-samsung-soc, linux-kernel, linux-input

Jaewon Kim wrote:
> 
> 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.
> 
> regualtor-haptic driver merged at linux-next
> ref : https://lkml.org/lkml/2014/12/17/477
> 
Found the series in linux-next.

> Jaewon Kim (2):
>   ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics
>   ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics
> 
OK, looks good to me, will apply this series.

Thanks,
Kukjin


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

* [PATCH RESEND 0/2] Add regulator-haptic device tree
@ 2015-01-07 14:01 Jaewon Kim
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2015-01-21  7:56 ` [PATCH RESEND 2/2] ARM: dts: exynos3250-monk: " Jaewon Kim
2015-01-23  6:56 ` [PATCH RESEND 0/2] Add regulator-haptic device tree Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2015-01-07 14:01 Jaewon Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.