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

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 Signed-off-by: Jaewon Kim Signed-off-by

[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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

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

2015-03-02 Thread Jaewon Kim
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) motor. And it supports ff-memless interface from inpu framework. Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-03-02 Thread Jaewon Kim
config 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 o

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

2015-03-02 Thread Jaewon Kim
Add document describing device tree bindings for max77843 MFD. Drivers: MFD core, regulator, extcon, charger and fuelgauge. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Sebastian Reichel Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-03-02 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

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

2015-03-02 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo

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 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 Signed-off-by: Jaewon Kim Signed-off-by

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

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

2015-02-23 Thread Jaewon Kim
Add document describing device tree bindings for max77843 MFD. Drivers: MFD core, regulator, extcon, charger and fuelgauge. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Sebastian Reichel Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
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) motor. And it supports ff-memless interface from inpu framework. Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

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

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Se

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

2015-02-23 Thread Jaewon Kim
onfig. 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: Add max77843 MFD driver core driver Input:

[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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

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 v5 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Se

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

2015-02-23 Thread Jaewon Kim
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) motor. And it supports ff-memless interface from inpu framework. Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
Add document describing device tree bindings for max77843 MFD. Drivers: MFD core, regulator, extcon, charger and fuelgauge. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Sebastian Reichel Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

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

2015-02-23 Thread Jaewon Kim
mho 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 drvier on max77843 Documentation: Add device tree bindings document fo

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 in

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

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo

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

2015-02-23 Thread Jaewon Kim
Add document describing device tree bindings for max77843 MFD. Drivers: MFD core, regulator, extcon, charger and fuelgauge. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Sebastian Reichel Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
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) motor. And it supports ff-memless interface from inpu framework. Cc: Dmitry Torokhov Signed-off-by: Jaewon Kim

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

2015-02-23 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[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 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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

Re: [PATCH v3 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-02-22 Thread Jaewon Kim
Hi Lee Jones, On 02/16/2015 10:51 PM, Lee Jones wrote: On Wed, 04 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 Signed-off-by: Jaewon Kim Signed-off-by

[PATCH v4] regulator: max77843: Add max77843 regulator driver

2015-02-04 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/regulator/Kconfig|8 ++ drivers/regulator

Re: [PATCH v3 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-04 Thread Jaewon Kim
Hi Mark, 2015년 02월 05일 05:26에 Mark Brown 이(가) 쓴 글: On Wed, Feb 04, 2015 at 01:56:10PM +0900, Jaewon Kim wrote: This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Applied, thanks. I

[PATCH v3 4/6] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-03 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[PATCH v3 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-02-03 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo

[PATCH v3 6/6] Documentation: Add device tree bindings document for max77843

2015-02-03 Thread Jaewon Kim
: Jaewon Kim Signed-off-by: Beomho Seo --- Documentation/devicetree/bindings/mfd/max77843.txt | 90 1 file changed, 90 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/max77843.txt diff --git a/Documentation/devicetree/bindings/mfd/max77843.txt b

[PATCH v3 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-03 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/regulator/Kconfig|8 ++ drivers/regulator

[PATCH v3 2/6] extcon: max77843: Add max77843 MUIC driver

2015-02-03 Thread Jaewon Kim
This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi Signed-off-by: Jaewon Kim Acked-by : Chanwoo Choi --- drivers/extcon/Kconfig | 10 + drivers/extcon

[PATCH v3 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-02-03 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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

[PATCH v3 0/6] Add new MFD driver for MAX77843

2015-02-03 Thread Jaewon Kim
): power: max77843_charger: Add Max77843 charger device driver power: max77843_battery: Add Max77843 fuel gauge device driver Jaewon Kim (4): mfd: max77843: Add max77843 MFD driver core driver extcon: max77843: Add max77843 MUIC driver regulator: max77843: Add max77843 regulator driver

Re: [PATCH v2 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-02-03 Thread Jaewon Kim
Hi Chanwoo, 2015년 02월 04일 08:57에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon and Beomho, On 02/03/2015 02:04 PM, 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 Signed-off-by

Re: [PATCH v2 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-03 Thread Jaewon Kim
Hi Mark, 2015년 02월 04일 01:25에 Mark Brown 이(가) 쓴 글: On Tue, Feb 03, 2015 at 02:04:05PM +0900, Jaewon Kim wrote: This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. This looks mostly good

[PATCH v2 2/6] extcon: max77843: Add max77843 MUIC driver

2015-02-02 Thread Jaewon Kim
This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi Signed-off-by: Jaewon Kim --- drivers/extcon/Kconfig | 10 + drivers/extcon/Makefile |1

[PATCH v2 6/6] Documentation: Add device tree bindings document for max77843

2015-02-02 Thread Jaewon Kim
: Jaewon Kim Signed-off-by: Beomho Seo --- Documentation/devicetree/bindings/mfd/max77843.txt | 90 1 file changed, 90 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/max77843.txt diff --git a/Documentation/devicetree/bindings/mfd/max77843.txt b

[PATCH v2 5/6] regulator: max77843: Add max77843 regulator driver

2015-02-02 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/regulator/Kconfig|8 ++ drivers/regulator

[PATCH v2 4/6] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-02 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[PATCH v2 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-02-02 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo

[PATCH v2 0/6] Add new MFD driver for MAX77843

2015-02-02 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 (4): mfd: max77843

[PATCH v2 1/6] mfd: max77843: Add max77843 MFD driver core driver

2015-02-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 Signed-off-by: Jaewon Kim Signed-off-by: Beomho Seo --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-23 Thread Jaewon Kim
Hi Chanwoo, 2015년 01월 23일 15:21에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon, On 01/23/2015 02:02 PM, Jaewon Kim wrote: This patch adds MAX77843 extcon driver to support for MUIC(Micro Add company name (MAX77843 -> Maxim MAX77843) Okay. I will fix it. USB Interface Controller) device by us

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

2015-01-23 Thread Jaewon Kim
HI Chanwoo, 2015년 01월 23일 15:49에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon, On 01/23/2015 02:02 PM, 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 Signed-off-by: Beomho Seo

Re: [PATCH 5/6] regulator: max77843: Add max77843 regulator driver

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 16:18에 Krzysztof Kozłowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 Jaewon Kim : This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by

Re: [PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 15:38에 Krzysztof Kozłowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 Jaewon Kim : This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi Signed

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

2015-01-22 Thread Jaewon Kim
Hi Krzysztof, 2015년 01월 23일 15:32에 Krzysztof Kozlowski 이(가) 쓴 글: 2015-01-23 6:02 GMT+01:00 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 Signed-off-by: Beomho Seo Signed

[PATCH 5/6] regulator: max77843: Add max77843 regulator driver

2015-01-22 Thread Jaewon Kim
This patch adds new regulator driver to support max77843 MFD(Multi Function Device) chip`s regulators. The Max77843 has two voltage regulators for USB safeout. Cc: Mark Brown Signed-off-by: Beomho Seo Signed-off-by: Jaewon Kim --- drivers/regulator/Kconfig|8 ++ drivers/regulator

[PATCH 0/6] Add new MFD driver for MAX77843

2015-01-22 Thread Jaewon Kim
device driver power: max77843_battery: Add Max77843 fuel gauge device driver Jaewon Kim (4): mfd: max77843: Add max77843 MFD driver core driver extcon: max77843: Add max77843 MUIC driver regulator: max77843: Add max77843 regulator driver Documentation: Add device tree bindings document for

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

2015-01-22 Thread Jaewon Kim
: Beomho Seo Signed-off-by: Jaewon Kim --- Documentation/devicetree/bindings/mfd/max77843.txt | 87 1 file changed, 87 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/max77843.txt diff --git a/Documentation/devicetree/bindings/mfd/max77843.txt b

[PATCH 4/6] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-01-22 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo --- drivers/power/Kconfig

[PATCH 2/6] extcon: max77843: Add max77843 MUIC driver

2015-01-22 Thread Jaewon Kim
This patch adds MAX77843 extcon driver to support for MUIC(Micro USB Interface Controller) device by using EXTCON subsystem to handle various external connectors. Cc: Chanwoo Choi Signed-off-by: Jaewon Kim --- drivers/extcon/Kconfig | 10 + drivers/extcon/Makefile |1

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

2015-01-22 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 Signed-off-by: Beomho Seo Signed-off-by: Jaewon Kim --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile

[PATCH 3/6] power: max77843_charger: Add Max77843 charger device driver

2015-01-22 Thread Jaewon Kim
From: Beomho Seo 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 Signed-off-by: Beomho Seo

[PATCH] ARM: dts: exynos4: fix pwm-cells in pwm node

2014-06-12 Thread Jaewon Kim
pwm-cells should be 3. Third cell is optional PWM flags. And This flag supported by this binding is PWM_POLARITY_INVERTED Signed-off-by: Jaewon Kim --- arch/arm/boot/dts/exynos4.dtsi |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch