Re: [PATCH v7 4/5] Input: add haptic drvier on max77843

2015-03-02 Thread Jaewon Kim
Hi Dmitry, On 03/03/2015 02:32, Dmitry Torokhov wrote: On Mon, Mar 02, 2015 at 07:10:37PM +0900, Jaewon Kim wrote: This patch adds support for haptic driver on max77843 MFD(Multi Function Device) with PMIC, MUIC, LED, CHARGER. This driver supports external pwm and LRA(Linear Resonant Actuator

[PATCH v7 1/5] mfd: max77843: Add max77843 MFD driver core driver

2015-03-02 Thread Jaewon Kim
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/mfd

[PATCH v7 0/5] Add new MFD driver for MAX77843

2015-03-02 Thread Jaewon Kim
and use regmap_read. - Add i2c_unregister_device function on *_remove function. - Fix typo in Kconfig. Doc - Remove unnecessary lines. - Add example of charger regulator.Beomho Seo (2): Jaewon Kim (3): mfd: max77843: Add max77843 MFD driver core driver Input: add haptic drvier on max77843

[PATCH v7 4/5] Input: add haptic drvier on max77843

2015-03-02 Thread Jaewon Kim
Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77843-haptic.c | 358 ++ 3 files changed, 371 insertions(+) create mode 100644 drivers/input/misc

[PATCH v7 5/5] Documentation: Add device tree bindings document for max77843

2015-03-02 Thread Jaewon Kim
...@codeaurora.org Cc: Lee Jones lee.jo...@linaro.org Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- Documentation/devicetree/bindings/mfd/max77843.txt | 110

[PATCH v7 3/5] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-03-02 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 fuel gauge. The driver support for battery fuel gauge in Maxim Max77843. It is fuel-gauge systems for lithuum-ion batteries in handled and portable devices. Cc: Sebastian Reichel s...@kernel.org Signed-off-by:

[PATCH v7 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-03-02 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast charge, top-off mode and constant charging mode so on.). Additionally, control charging paramters to use i2c interface. Cc: Sebastian Reichel

Re: [PATCH v7 1/5] mfd: max77843: Add max77843 MFD driver core driver

2015-03-02 Thread Jaewon Kim
Hi Lee Jones, On 02/03/2015 19:20, Lee Jones wrote: On Mon, 02 Mar 2015, Jaewon Kim wrote: This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Jaewon Kim

Re: [PATCH v6 4/5] Input: add haptic drvier on max77843

2015-03-01 Thread Jaewon Kim
HI Dmitry, On 28/02/2015 02:49, Dmitry Torokhov wrote: On Thu, Feb 26, 2015 at 11:49:36AM +0900, Jaewon Kim wrote: Hi Dmitry, On 26/02/2015 10:23, Dmitry Torokhov wrote: Hi Jaewon, On Tue, Feb 24, 2015 at 10:29:07AM +0900, Jaewon Kim wrote: +static void max77843_haptic_play_work(struct

Re: [PATCH v6 4/5] Input: add haptic drvier on max77843

2015-02-25 Thread Jaewon Kim
Hi Dmitry, On 26/02/2015 10:23, Dmitry Torokhov wrote: Hi Jaewon, On Tue, Feb 24, 2015 at 10:29:07AM +0900, Jaewon Kim wrote: +static void max77843_haptic_play_work(struct work_struct *work) +{ + struct max77843_haptic *haptic = + container_of(work, struct

Re: [PATCH v6 1/5] mfd: max77843: Add max77843 MFD driver core driver

2015-02-25 Thread Jaewon Kim
Hi Lee Jones, On 26/02/2015 01:47, Lee Jones wrote: On Tue, 24 Feb 2015, Jaewon Kim wrote: This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Jaewon Kim

[PATCH v5 1/5] mfd: max77843: Add max77843 MFD driver core driver

2015-02-23 Thread Jaewon Kim
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/mfd

[PATCH v5 3/5] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 fuel gauge. The driver support for battery fuel gauge in Maxim Max77843. It is fuel-gauge systems for lithuum-ion batteries in handled and portable devices. Cc: Sebastian Reichel s...@kernel.org Signed-off-by:

[PATCH v5 5/5] Documentation: Add device tree bindings document for max77843

2015-02-23 Thread Jaewon Kim
...@codeaurora.org Cc: Lee Jones lee.jo...@linaro.org Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- Documentation/devicetree/bindings/mfd/max77843.txt | 110

[PATCH v5 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast charge, top-off mode and constant charging mode so on.). Additionally, control charging parameters to use i2c interface. Cc: Sebastian Reichel

[PATCH v5 0/5] Add new MFD drvier for MAX77843

2015-02-23 Thread Jaewon Kim
): power: max77843_charger: Add Max77843 charger device driver power: max77843_battery: Add Max77843 fuel gauge device driver Jaewon Kim (3): mfd: max77843: Add max77843 MFD driver core driver Input: add haptic drvier on max77843 Documentation: Add device tree bindings document for max77843

[PATCH v5 4/5] Input: add haptic drvier on max77843

2015-02-23 Thread Jaewon Kim
Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77843-haptic.c | 356 ++ 3 files changed, 369 insertions(+) create mode 100644 drivers/input/misc

[PATCH v4 5/5] Documentation: Add device tree bindings document for max77843

2015-02-23 Thread Jaewon Kim
...@codeaurora.org Cc: Lee Jones lee.jo...@linaro.org Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- Documentation/devicetree/bindings/mfd/max77843.txt | 110

[PATCH v4 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast charge, top-off mode and constant charging mode so on.). Additionally, control charging paramters to use i2c interface. Cc: Sebastian Reichel

[PATCH v4 4/5] Input: add haptic drvier on max77843

2015-02-23 Thread Jaewon Kim
Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77843-haptic.c | 356 ++ 3 files changed, 369 insertions(+) create mode 100644 drivers/input/misc

[PATCH v4 0/5] Add new MFD drvier for MAX77843

2015-02-23 Thread Jaewon Kim
function on *_remove function. - Fix typo in Kconfig. Doc - Remove unnecessary lines. - Add example of charger regulator. Beomho Seo (2): power: max77843_charger: Add Max77843 charger device driver power: max77843_battery: Add Max77843 fuel gauge device driver Jaewon Kim (3): mfd: max77843

[PATCH v4 3/5] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 fuel gauge. The driver support for battery fuel gauge in Maxim Max77843. It is fuel-gauge systems for lithuum-ion batteries in handled and portable devices. Cc: Sebastian Reichel s...@kernel.org Signed-off-by:

Re: [PATCH v4 0/5] Add new MFD drvier for MAX77843

2015-02-23 Thread Jaewon Kim
using I2C. On 02/23/2015 05:09 PM, Jaewon Kim wrote: Changes in v4: MFD Core - fix indentation HAPTIC - Add haptic driver Changes in v3: MFD Core - fix wrong description and indentation in header. - remove unnecessary variable. Regulator - use ARRAY_SIZE() instead of define. Changes

[PATCH v6 1/5] mfd: max77843: Add max77843 MFD driver core driver

2015-02-23 Thread Jaewon Kim
This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB Interface Controller), Charger, Fuel Gauge, LED and Haptic device. Cc: Lee Jones lee.jo...@linaro.org Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/mfd

[PATCH v6 5/5] Documentation: Add device tree bindings document for max77843

2015-02-23 Thread Jaewon Kim
...@codeaurora.org Cc: Lee Jones lee.jo...@linaro.org Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- Documentation/devicetree/bindings/mfd/max77843.txt | 110

[PATCH v6 0/5] Add new MFD driver for MAX77843

2015-02-23 Thread Jaewon Kim
- Remove unnecessary lines. - Add example of charger regulator. Beomho Seo (2): power: max77843_charger: Add Max77843 charger device driver power: max77843_battery: Add Max77843 fuel gauge device driver Jaewon Kim (3): mfd: max77843: Add max77843 MFD driver core driver Input: add haptic

Re: [PATCH v4 4/5] Input: add haptic drvier on max77843

2015-02-23 Thread Jaewon Kim
Hi Dmitry Torokhov, On 02/24/2015 02:26 AM, Dmitry Torokhov wrote: Hi Jaew9on, On Mon, Feb 23, 2015 at 05:09:50PM +0900, Jaewon Kim wrote: This patch adds support for haptic driver on max77843 MFD(Multi Function Device) with PMIC, MUIC, LED, CHARGER. This driver supports external pwm and LRA

[PATCH v6 3/5] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 fuel gauge. The driver support for battery fuel gauge in Maxim Max77843. It is fuel-gauge systems for lithuum-ion batteries in handled and portable devices. Cc: Sebastian Reichel s...@kernel.org Signed-off-by:

[PATCH v6 4/5] Input: add haptic drvier on max77843

2015-02-23 Thread Jaewon Kim
Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77843-haptic.c | 358 ++ 3 files changed, 371 insertions(+) create mode 100644 drivers/input/misc

[PATCH v6 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast charge, top-off mode and constant charging mode so on.). Additionally, control charging parameters to use i2c interface. Cc: Sebastian Reichel

[PATCH RESEND 0/2] Add regulator-haptic device tree

2015-01-20 Thread 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

[PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics

2015-01-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH RESEND 2/2] ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics

2015-01-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-monk.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

Re: [PATCH v7 1/3] Input: add regulator haptic driver

2014-12-17 Thread Jaewon Kim
Hi Dmity, 2014년 12월 18일 07:06에 Dmitry Torokhov 이(가) 쓴 글: HI Jaewon, On Wed, Dec 17, 2014 at 12:35:06PM +0900, Jaewon Kim wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off

[PATCH v7 0/3] Add regulator-haptic driver

2014-12-16 Thread Jaewon Kim
- support platform data - fix wrong suspends_state check in regulator_haptic_resume() Jaewon Kim (3): Input: add regulator haptic driver ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics .../devicetree/bindings

[PATCH v7 3/3] ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics

2014-12-16 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@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

[PATCH v7 2/3] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics

2014-12-16 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

Re: [PATCH v6 1/2] Input: add regulator haptic driver

2014-12-15 Thread Jaewon Kim
Hi Dmitry, 2014년 12월 14일 04:56에 Dmitry Torokhov 이(가) 쓴 글: Hi Jaewon, On Fri, Dec 12, 2014 at 07:32:28PM +0900, Jaewon Kim wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off

[PATCH v6 0/2] Add regulator-haptic driver

2014-12-12 Thread Jaewon Kim
() - _regulator_get_exclusive() Changes in v3: - fix typo in Documentation - add define in header file 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

[PATCH v6 2/2] ARM: dts: Add haptic node for exynos3250-rinato

2014-12-12 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v6 1/2] Input: add regulator haptic driver

2014-12-12 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park kyungmin.p

Re: [PATCH v4 1/2] Input: add regulator haptic driver

2014-12-03 Thread Jaewon Kim
Hi Dmity, 2014년 12월 03일 15:29에 Jaewon Kim 이(가) 쓴 글: Hi Dmitry, 2014년 12월 03일 15:02에 Dmitry Torokhov 이(가) 쓴 글: Hi Jaewon, On Mon, Dec 01, 2014 at 11:11:12AM +0900, Jaewon Kim wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support

Re: [PATCH v4 1/2] Input: add regulator haptic driver

2014-12-02 Thread Jaewon Kim
Hi Dmitry, 2014년 12월 03일 15:02에 Dmitry Torokhov 이(가) 쓴 글: Hi Jaewon, On Mon, Dec 01, 2014 at 11:11:12AM +0900, Jaewon Kim wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off

[PATCH v5 1/2] Input: add regulator haptic driver

2014-12-02 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park kyungmin.p

[PATCH v5 0/2] Add regulator-haptic driver

2014-12-02 Thread Jaewon Kim
: - fix typo in Documentation - add define in header file 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

[PATCH v5 2/2] ARM: dts: Add haptics node for exynos3250-rinato

2014-12-02 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-30 Thread Jaewon Kim
Hi Mark, 2014년 11월 28일 21:50에 Mark Brown 이(가) 쓴 글: On Thu, Nov 20, 2014 at 10:31:39PM +0900, Jaewon Kim wrote: + haptic-regulator = devm_regulator_get(pdev-dev, haptic); + if (IS_ERR(haptic-regulator)) { + dev_err(pdev-dev, failed to get regulator\n

[PATCH v4 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-30 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v4 1/2] Input: add regulator haptic driver

2014-11-30 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park kyungmin.p

[PATCH v3 0/2] Add regulator-haptic driver

2014-11-26 Thread Jaewon Kim
/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 | 21 ++ arch/arm/boot

[PATCH v3 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-26 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH v3 1/2] Input: add regulator haptic driver

2014-11-26 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park kyungmin.p

[PATCH v2 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-24 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@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

[PATCH v2 0/2] Add regulator-haptic driver

2014-11-24 Thread Jaewon Kim
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

[PATCH 0/2] Add regulator-haptic driver

2014-11-20 Thread 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. Jaewon Kim (2): Input: add regulator haptic driver ARM: dts: Add regulator-haptic device node for exynos3250-rinato .../devicetree

[PATCH 2/2] ARM: dts: Add regulator-haptic device node for exynos3250-rinato

2014-11-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@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

[PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Jaewon Kim
This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework Signed-off-by: Jaewon Kim jaewon02@samsung.com Signed-off-by: Hyunhee Kim hyunhee@samsung.com Acked-by: Kyungmin Park kyungmin.p

Re: [PATCH 1/2] Input: add regulator haptic driver

2014-11-20 Thread Jaewon Kim
Hi Pankaj, 2014년 11월 20일 23:33에 Pankaj Dubey 이(가) 쓴 글: Hi Jaewon, On 20 November 2014 19:01, Jaewon Kim jaewon02@samsung.com wrote: This patch adds support for haptic driver controlled by voltage of regulator. And this driver support for Force Feedback interface from input framework

Re: [PATCH] Input: max77693-haptic - fix potential overflow

2014-10-28 Thread Jaewon Kim
* haptic-magnitude; haptic-pwm_duty = (unsigned int)(period_mag_multi MAX_MAGNITUDE_SHIFT); There was casting miss in multiplying. Thanks. Acked-by : Jaewon Kim jaewon02@samsung.com -- To unsubscribe from this list: send the line

[PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-14 Thread Jaewon Kim
In order to avoid duplicated execution, max77693_haptic_disable() check disable state. But it was reversed. this patch fix it. Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/max77693-haptic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-14 Thread Jaewon Kim
Hi Chanwoo, 2014년 10월 15일 13:17에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon, I think you better to use ':' instead of '-'. - before: Input: misc: max77693-haptic - - after : Input: misc: max77693-haptic: I refer past log message. I think '-' is input driver style. On 10/15/2014 12:16 PM, Jaewon Kim

Re: [PATCH v4 4/4] mfd: max77693: Update DT binding to support haptic

2014-09-16 Thread Jaewon Kim
Dear Lee Jones, 2014년 09월 16일 08:00에 Lee Jones 이(가) 쓴 글: On Thu, 11 Sep 2014, Jaewon Kim wrote: This patch add haptic DT binding documentation and example to support haptic driver in max77693 Multifunction device. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi

[PATCH v4 1/4] mfd: max77693: Initialize haptic register map

2014-09-11 Thread Jaewon Kim
This patch add regmap_haptic initialization to use haptic register map in haptic device driver. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- drivers/mfd/max77693.c | 21 ++--- 1 file

[PATCH v4 3/4] mfd: max77693: add haptic of_compatible in mfd_cell

2014-09-11 Thread Jaewon Kim
This patch add haptic of_compatible in order to use the haptic device driver using Devicetree. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/mfd/max77693.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH v4 4/4] mfd: max77693: Update DT binding to support haptic

2014-09-11 Thread Jaewon Kim
This patch add haptic DT binding documentation and example to support haptic driver in max77693 Multifunction device. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Documentation/devicetree/bindings/mfd/max77693.txt | 18

[PATCH v4 2/4] Input: misc: Add haptic driver on max77693

2014-09-11 Thread Jaewon Kim
. User can control the haptic driver by using force feedback framework. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77693

[PATCH v4 0/4] Add max77693 haptic driver

2014-09-11 Thread Jaewon Kim
: add suspend() function to turn-off entering suspend. Changes in v2: - split to documentation and mfd patchs. - Documentation : change explanation of haptic - Documentation : remove pwm-names propertie in example Jaewon Kim (4): mfd: max77693: Initialize haptic register map Input: misc

Re: [PATCH v4 2/4] Input: misc: Add haptic driver on max77693

2014-09-11 Thread Jaewon Kim
Hello Dmity Torokhov. 2014년 09월 12일 02:10에 Dmitry Torokhov 이(가) 쓴 글: On Thu, Sep 11, 2014 at 09:54:20PM +0900, Jaewon Kim wrote: This patch add max77693-haptic device driver to support the haptic controller on MAX77693. The MAX77693 is a Multifunction device with PMIC, CHARGER, LED, MUIC

[PATCH v3 4/4] mfd: max77693: Update DT binding to support haptic

2014-09-05 Thread Jaewon Kim
This patch add haptic DT binding documentation and example to support haptic driver in max77693 Multifunction device. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Documentation/devicetree/bindings/mfd/max77693.txt | 18

[PATCH v3 3/4] mfd: max77693: add haptic of_compatible in mfd_cell

2014-09-05 Thread Jaewon Kim
This patch add haptic of_compatible in order to use the haptic device driver using Devicetree. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/mfd/max77693.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH v3 1/4] mfd: max77693: Initialize haptic register map

2014-09-05 Thread Jaewon Kim
This patch add regmap_haptic initialization to use haptic register map in haptic device driver. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- drivers/mfd/max77693.c | 21 ++--- 1 file

[PATCH v3 0/4] Add max77693 haptic driver

2014-09-05 Thread Jaewon Kim
explanation of haptic - Documentation : remove pwm-names propertie in example Jaewon Kim (4): mfd: max77693: Initialize haptic register map Input: misc: Add haptic driver on max77693 mfd: max77693: add haptic of_compatible in mfd_cell mfd: max77693: Update DT binding to support haptic

[PATCH v3 2/4] Input: misc: Add haptic driver on max77693

2014-09-05 Thread Jaewon Kim
. User can control the haptic driver by using force feedback framework. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77693

Re: [PATCH 1/3] mfd: max77693: Initialize haptic register map

2014-09-04 Thread Jaewon Kim
2014년 09월 04일 18:06에 Lee Jones 이(가) 쓴 글: On Mon, 01 Sep 2014, Jaewon Kim wrote: This patch add regmap_haptic initialization to use haptic register map in haptic device driver. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/mfd

[PATCH v2 0/4] Add max77693 haptic driver

2014-09-04 Thread Jaewon Kim
: - split to documentation and mfd patchs. - Documentation : change explanation of haptic - Documentation : remove pwm-names propertie in example Jaewon Kim (4): mfd: max77693: Initialize haptic register map Input: misc: Add haptic driver on max77693 mfd: max77693: add haptic of_compatible

[PATCH v2 4/4] mfd: max77693: Update DT binding to support haptic

2014-09-04 Thread Jaewon Kim
This patch add haptic DT binding documentation and example to support haptic driver in max77693 Multifunction device. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Documentation/devicetree/bindings/mfd/max77693.txt | 18

[PATCH v2 2/4] Input: misc: Add haptic driver on max77693

2014-09-04 Thread Jaewon Kim
. User can control the haptic driver by using force feedback framework. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77693

[PATCH v2 3/4] mfd: max77693: add haptic of_compatible in mfd_cell

2014-09-04 Thread Jaewon Kim
This patch add haptic of_compatible in order to use the haptic device driver using Devicetree. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/mfd/max77693.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [PATCH v2 2/4] Input: misc: Add haptic driver on max77693

2014-09-04 Thread Jaewon Kim
Hi Dmitry Torokhov thanks to review my patchs. 2014년 09월 05일 01:59에 Dmitry Torokhov 이(가) 쓴 글: Hi Jaewon, On Fri, Sep 05, 2014 at 12:01:29AM +0900, Jaewon Kim wrote: This patch add max77693-haptic device driver to support the haptic controller on MAX77693. The MAX77693 is a Multifunction

[PATCH 1/3] mfd: max77693: Initialize haptic register map

2014-09-01 Thread Jaewon Kim
This patch add regmap_haptic initialization to use haptic register map in haptic device driver. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/mfd/max77693.c | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions

[PATCH 0/3] Add max77693 haptic driver

2014-09-01 Thread Jaewon Kim
This series adds max77693 haptic driver. The max77693 is a Multifunction device with PMIC, CHARGER, LED, MUIC, HAPTIC and this series is haptic device driver in MAX77693. The haptic driver use regmap method for i2c communication and support force feedback framework in input device. Jaewon Kim (3

[PATCH 2/3] Input: misc: Add haptic driver on max77693

2014-09-01 Thread Jaewon Kim
. User can control the haptic driver by using force feedback framework. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/input/misc/Kconfig | 13 ++ drivers/input/misc/Makefile |1 + drivers/input/misc/max77693

[PATCH 3/3] mfd: max77693: add haptic of_compatible in mfd_cell

2014-09-01 Thread Jaewon Kim
This patch add haptic of_compatible in order to use the Haptic device driver using devicetree. and added the related documentation and example. Signed-off-by: Jaewon Kim jaewon02@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Documentation/devicetree/bindings/mfd/max77693.txt