[PATCH v8 1/2] power: max77843_charger: Add Max77843 charger device driver

2015-03-31 Thread Beomho Seo
...@linaro.org Reviewed-by: Sebastian Reichel s...@kernel.org Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/power/Kconfig|7 + drivers/power/Makefile |1 + drivers/power/max77843_charger.c | 508 ++ 3 files changed, 516

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

2015-03-31 Thread Beomho Seo
+devicet...@hellion.org.uk Cc: Kumar Gala ga...@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

[PATCH v8 0/2] Add new MFD driver for MAX77843

2015-03-31 Thread Beomho Seo
. - Add example of charger regulator. Beomho Seo (1): power: max77843_charger: Add Max77843 charger device driver Jaewon Kim (1): Documentation: Add device tree bindings document for max77843 Documentation/devicetree/bindings/mfd/max77843.txt | 100 drivers/power/Kconfig

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

2015-03-27 Thread Beomho Seo
On 03/27/2015 04:57 PM, Lee Jones wrote: On Fri, 27 Mar 2015, Beomho Seo wrote: On 03/26/2015 10:54 PM, Lee Jones wrote: On Thu, 26 Mar 2015, Beomho Seo wrote: On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44

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

2015-03-26 Thread Beomho Seo
On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo wrote: On 03/09/2015 08:02 PM, Krzysztof

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

2015-03-26 Thread Beomho Seo
On 03/26/2015 10:54 PM, Lee Jones wrote: On Thu, 26 Mar 2015, Beomho Seo wrote: On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon

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

2015-03-24 Thread Beomho Seo
On 03/24/2015 05:38 PM, Krzysztof Kozlowski wrote: 2015-03-24 9:01 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo wrote: On 03/09/2015 08:02 PM, Krzysztof

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

2015-03-24 Thread Beomho Seo
On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 07:01 PM, Krzysztof Kozlowski wrote: 2015-03-09 1:36 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/08/2015 05:14 AM, Sebastian Reichel wrote: Hi, On Mon, Mar 02, 2015 at 07:10:36PM +0900, Jaewon Kim wrote: From: Beomho Seo beomho

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

2015-03-24 Thread Beomho Seo
On 03/10/2015 10:44 PM, Beomho Seo wrote: On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo wrote: On 03/09/2015 08:02 PM, Krzysztof Kozlowski wrote: 2015-03-09 1:35 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/08/2015 05:13 AM, Sebastian

Re: [PATCH v5 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-03-11 Thread Beomho Seo
On 03/11/2015 08:06 PM, Paul Bolle wrote: On Mon, 2015-03-09 at 10:23 +0900, Beomho Seo wrote: --- /dev/null +++ b/drivers/power/rt5033_charger.c @@ -0,0 +1,485 @@ +/* + * Battery charger driver for RT5033 + * + * Copyright (C) 2014 Samsung Electronics, Co., Ltd. + * Author: Beomho Seo

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

2015-03-10 Thread Beomho Seo
On 03/09/2015 07:01 PM, Krzysztof Kozlowski wrote: 2015-03-09 1:36 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/08/2015 05:14 AM, Sebastian Reichel wrote: Hi, On Mon, Mar 02, 2015 at 07:10:36PM +0900, Jaewon Kim wrote: From: Beomho Seo beomho@samsung.com This patch adds device

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

2015-03-10 Thread Beomho Seo
On 03/09/2015 09:13 PM, Krzysztof Kozlowski wrote: On pon, 2015-03-09 at 20:46 +0900, Beomho Seo wrote: On 03/09/2015 08:02 PM, Krzysztof Kozlowski wrote: 2015-03-09 1:35 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/08/2015 05:13 AM, Sebastian Reichel wrote: On Mon, Mar 02, 2015 at 07

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

2015-03-09 Thread Beomho Seo
On 03/09/2015 08:02 PM, Krzysztof Kozlowski wrote: 2015-03-09 1:35 GMT+01:00 Beomho Seo beomho@samsung.com: On 03/08/2015 05:13 AM, Sebastian Reichel wrote: On Mon, Mar 02, 2015 at 07:10:35PM +0900, Jaewon Kim wrote: From: Beomho Seo beomho@samsung.com This patch adds device driver

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

2015-03-08 Thread Beomho Seo
On 03/08/2015 05:14 AM, Sebastian Reichel wrote: Hi, On Mon, Mar 02, 2015 at 07:10:36PM +0900, Jaewon Kim wrote: 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

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

2015-03-08 Thread Beomho Seo
On 03/08/2015 05:13 AM, Sebastian Reichel wrote: On Mon, Mar 02, 2015 at 07:10:35PM +0900, Jaewon Kim wrote: 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

[PATCH v5 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-03-08 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v5 - none. Changes in v4

[PATCH 2/2] Documentation: Add documentation for rt5033 multifunction device

2015-03-08 Thread Beomho Seo
: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v5 - Remove wrong Acked-by. Changes in v4 - none. Changes in v3 - Add Acked-by Changes in v2 - Fix incorrect typo

[PATCH v5 0/2] power: rt5033: Add Richtek RT533 drivers

2015-03-08 Thread Beomho Seo
is applied by Sebastian Reichel. Changes in v5: - Remove wrong acked-by. Changes in v4: - Change power supply type. Changes in v3: - Applied one of patchset. - Add acked-by. Changes in v2: - Revise binding documentation. Beomho Seo (2): power: rt5033_charger: Add RT5033 charger device driver

Re: [PATCH v5 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-03-08 Thread Beomho Seo
On 03/09/2015 10:50 AM, Sebastian Reichel wrote: Hi Beomho, On Mon, Mar 09, 2015 at 10:23:10AM +0900, Beomho Seo wrote: This patch add device driver of Richtek RT5033 PMIC. The driver support switching charger. rt5033 charger provide three charging mode. Three charging mode are pre charge

Re: [PATCH v5 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-03-08 Thread Beomho Seo
On 03/09/2015 12:46 PM, Beomho Seo wrote: On 03/09/2015 10:50 AM, Sebastian Reichel wrote: Hi Beomho, On Mon, Mar 09, 2015 at 10:23:10AM +0900, Beomho Seo wrote: This patch add device driver of Richtek RT5033 PMIC. The driver support switching charger. rt5033 charger provide three charging

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

2015-03-01 Thread Beomho Seo
) 2015 Samsung Electronics, Co., Ltd. + * Author: Beomho Seo beomho@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published bythe Free Software Foundation. + */ I did

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

2015-03-01 Thread Beomho Seo
@@ +/* + * Charger driver for Maxim MAX77843 + * + * Copyright (C) 2015 Samsung Electronics, Co., Ltd. + * Author: Beomho Seo beomho@samsung.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version

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

2015-01-25 Thread Beomho Seo
Hi, Thanks for your review. I'll fix patch as your advice. Thanks, Beomho Seo On 01/25/2015 10:53 PM, Sebastian Reichel wrote: Hi, On Fri, Jan 23, 2015 at 02:02:45PM +0900, Jaewon Kim wrote: From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 fuel gauge

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

2015-01-23 Thread Beomho Seo
On 01/23/2015 08:18 PM, Krzysztof Kozlowski wrote: On pią, 2015-01-23 at 20:10 +0900, Beomho Seo wrote: On 01/23/2015 04:16 PM, Krzysztof Kozlowski wrote: On pią, 2015-01-23 at 15:41 +0900, Beomho Seo wrote: On 01/23/2015 03:32 PM, Krzysztof Kozlowski wrote: 2015-01-23 6:02 GMT+01:00 Jaewon

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

2015-01-23 Thread Beomho Seo
On 01/23/2015 04:16 PM, Krzysztof Kozlowski wrote: On pią, 2015-01-23 at 15:41 +0900, Beomho Seo wrote: On 01/23/2015 03:32 PM, Krzysztof Kozlowski wrote: 2015-01-23 6:02 GMT+01:00 Jaewon Kim jaewon02@samsung.com: This patch adds MAX77843 core/irq driver to support PMIC, MUIC(Micro USB

Re: [PATCH v4 2/2] Documentation: Add documentation for rt5033 multifunction device

2015-01-22 Thread Beomho Seo
On 01/22/2015 04:41 PM, Lee Jones wrote: On Thu, 22 Jan 2015, Beomho Seo wrote: This patch device tree binding documentation for rt5033 multifunction device. Cc: Sebastian Reichel s...@kernel.org Cc: Lee Jones lee.jo...@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Rob Herring robh

Re: [PATCH v4 2/2] Documentation: Add documentation for rt5033 multifunction device

2015-01-22 Thread Beomho Seo
On 01/22/2015 06:02 PM, Lee Jones wrote: On Thu, 22 Jan 2015, Beomho Seo wrote: On 01/22/2015 04:41 PM, Lee Jones wrote: On Thu, 22 Jan 2015, Beomho Seo wrote: This patch device tree binding documentation for rt5033 multifunction device. Cc: Sebastian Reichel s...@kernel.org Cc: Lee

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

2015-01-22 Thread Beomho Seo
Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian Campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Cc: Lee Jones lee.jo...@linaro.org Cc: Chanwoo Choi cw00.c...@samsung.com Cc: Sebastian Reichel s...@kernel.org Cc: Mark Brown broo...@kernel.org Signed-off-by: Beomho

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

2015-01-22 Thread Beomho Seo
Thank you for review. On 01/23/2015 04:04 PM, Krzysztof Kozłowski wrote: 2015-01-23 6:02 GMT+01:00 Jaewon Kim jaewon02@samsung.com: From: Beomho Seo beomho@samsung.com This patch adds device driver of max77843 charger. This driver provide initialize each charging mode(e.g. fast

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

2015-01-22 Thread Beomho Seo
Signed-off-by: Beomho Seo beomho@samsung.com Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile |1 + drivers/mfd/max77843.c | 241 include/linux/mfd/max77843

[PATCH v3 2/2] Documentation: Add documentation for rt5033 multifunction device

2015-01-21 Thread Beomho Seo
: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- Changes in v3 - Add Acked-by Changes in v2 - Fix incorrect typo. - Align -uamp

[PATCH v3 0/2] power: rt5033: Add Richtek RT533 drivers

2015-01-21 Thread Beomho Seo
Brown. RT5033 fuelgauge driver is applied by Sebastian Reichel. Changes in v3: - Applied one of patchset. - Add acked-by. Changes in v2: - Revise binding documentation.. Beomho Seo (2): power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation for rt5033

[PATCH v3 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-01-21 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v3 Changes in v2 - none

Re: [PATCH v3 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-01-21 Thread Beomho Seo
Thank you for review. On 01/22/2015 12:12 PM, Sebastian Reichel wrote: Hi, On Thu, Jan 22, 2015 at 09:38:11AM +0900, Beomho Seo wrote: This patch add device driver of Richtek RT5033 PMIC. The driver support switching charger. rt5033 charger provide three charging mode. Three charging mode

[PATCH v4 2/2] Documentation: Add documentation for rt5033 multifunction device

2015-01-21 Thread Beomho Seo
: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com Acked-by: Lee Jones lee.jo...@linaro.org --- Changes in v4 - none. Changes in v3 - Add Acked-by Changes in v2 - Fix incorrect

[PATCH v4 1/2] power: rt5033_charger: Add RT5033 charger device driver

2015-01-21 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v4 - Change power supply type

[PATCH v4 0/2] power: rt5033: Add Richtek RT533 drivers

2015-01-21 Thread Beomho Seo
Brown. RT5033 fuelgauge driver is applied by Sebastian Reichel. Changes in v4: - Change power supply type. Changes in v3: - Applied one of patchset. - Add acked-by. Changes in v2: - Revise binding documentation.. Beomho Seo (2): power: rt5033_charger: Add RT5033 charger device driver

Re: [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers

2015-01-12 Thread Beomho Seo
Thank you reply. On 01/12/2015 07:40 PM, Paul Bolle wrote: Beomho, On Fri, 2015-01-09 at 17:45 +0900, Beomho Seo wrote: This patchset adds driver for Richtek rt5033 chip The chip contains switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge. Additionally, This includes

[PATCH v2 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2015-01-09 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2 - none. --- drivers/power/Kconfig |8 ++ drivers

[PATCH v2 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-09 Thread Beomho Seo
: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2 - Fix incorrect typo. - Align -uamp and -uvolt names with regulator binding suffixes. - Drop incorrect phandle

[PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers

2015-01-09 Thread Beomho Seo
by Mark Brown. commit is below, commit b1917578fd5d8efa67afa05a0d6d7e323f2802da Changes in v2: - Revise binding documentation.. Beomho Seo (3): power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation

[PATCH v2 2/3] power: rt5033_charger: Add RT5033 charger device driver

2015-01-09 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2 - none --- drivers/power

Re: [PATCH RESEND 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-06 Thread Beomho Seo
Thank you for review. On 01/07/2015 01:54 AM, Rob Herring wrote: On Mon, Jan 5, 2015 at 11:45 PM, Beomho Seo beomho@samsung.com wrote: This patch device tree binding documentation for rt5033 multifunction device. Cc: Sebastian Reichel s...@kernel.org Cc: Lee Jones lee.jo...@linaro.org

[PATCH RESEND 2/3] power: rt5033_charger: Add RT5033 charger device driver

2015-01-05 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/power/Kconfig |8

[PATCH RESEND 0/3] power: rt5033: Add Richtek RT533 drivers

2015-01-05 Thread Beomho Seo
by Mark Brown. commit is below, commit b1917578fd5d8efa67afa05a0d6d7e323f2802da Beomho Seo (3): power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation for rt5033 multifunction device Documentation

[PATCH RESEND 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2015-01-05 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/power/Kconfig |8 ++ drivers/power/Makefile

[PATCH RESEND 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-05 Thread Beomho Seo
: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Documentation/devicetree/bindings/mfd/rt5033.txt | 108 .../devicetree/bindings/vendor-prefixes.txt

[PATCH RESEND 2/2] ARM: dts: exynos3250: replace number by macro in gpio keys

2015-01-05 Thread Beomho Seo
This patch replace number by macro in gpio keys for exynos 3250 boards. Cc: Kukjin Kim kg...@kernel.org Cc: Youngjun Cho yj44@samsung.com Cc: Chanwoo Choi cw00.c...@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- arch/arm/boot

[PATCH RESEND 1/2] ARM: dts: exynos3250: remove unecessary property of gpio-keys node

2015-01-05 Thread Beomho Seo
This patch remove unecessary property of gpio-keys node. gpio-keys driver do not uses interrupts and interrupt-parent. Cc: Kukjin Kim kg...@kernel.org Cc: Youngjun Cho yj44@samsung.com Cc: Chanwoo Choi cw00.c...@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Beomho

[PATCH RESEND 0/2] ARM: dts: exynos3250: revise property for gpio-keys node

2015-01-05 Thread Beomho Seo
This patch revises property of gpio-keys node. The first patch remove unecessary property. And then, replace by macro in gpio keys. Beomho Seo (2): ARM: dts: exynos3250: remove unecessary property of gpio-keys node ARM: dts: exynos3250: replace number by macro in gpio keys arch/arm/boot/dts

[PATCH 1/2] ARM: dts: exynos3250: remove unecessary property of gpio-keys node

2014-12-19 Thread Beomho Seo
This patch remove unecessary property of gpio-keys node. gpio-keys driver do not uses interrupts and interrupt-parent. Cc: Youngjun Cho yj44@samsung.com Cc: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- arch/arm/boot/dts/exynos3250-monk.dts |2

[PATCH 2/2] ARM: dts: exynos3250: replace number by macro in gpio keys

2014-12-19 Thread Beomho Seo
This patch replace number by macro in gpio keys for exynos 3250 boards. Cc: Youngjun Cho yj44@samsung.com Cc: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Beomho Seo beomho@samsung.com --- arch/arm/boot/dts/exynos3250-monk.dts |3 ++- arch/arm/boot/dts/exynos3250-rinato.dts

[PATCH 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-12-18 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/power/Kconfig |8 ++ drivers/power/Makefile

[PATCH 3/3] Documentation: Add documentation for rt5033 multifunction device

2014-12-18 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH 0/3] power: rt5033: Add Richtek RT533 drivers

2014-12-18 Thread Beomho Seo
by Mark Brown. commit is below, commit b1917578fd5d8efa67afa05a0d6d7e323f2802da Beomho Seo (3): power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation for rt5033 multifunction device Documentation

[PATCH 2/3] power: rt5033_charger: Add RT5033 charger device driver

2014-12-18 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- drivers/power/Kconfig |8

Re: [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-12-10 Thread Beomho Seo
On 12/09/2014 11:01 PM, Lee Jones wrote: On Tue, 09 Dec 2014, Beomho Seo wrote: This patch adds a new driver for Richtek RT5033 driver. RT5033 is a Multifunction device which includes battery charger, fuel gauge, flash LED current source, LDO and synchronous Buck converter

Re: [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-12-10 Thread Beomho Seo
On 12/10/2014 09:13 PM, Lee Jones wrote: On Wed, 10 Dec 2014, Beomho Seo wrote: On 12/09/2014 11:01 PM, Lee Jones wrote: On Tue, 09 Dec 2014, Beomho Seo wrote: This patch adds a new driver for Richtek RT5033 driver. RT5033 is a Multifunction device which includes battery charger, fuel

[PATCH v8 0/4] mfd: rt5033: Add Richtek RT5033 drivers

2014-12-09 Thread Beomho Seo
error message. - Fix return vallue at error case. - Revise binding documentation. Beomho Seo (4): mfd: rt5033: Add Richtek RT5033 driver core. power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation

[PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-12-09 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v8 - Add description of hardware. - Move structure. Changes in v7 - Use small description. - Change some names for a variable. - Revise of_device_id struct style

[PATCH v8 3/4] power: rt5033_charger: Add RT5033 charger device driver

2014-12-09 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v8 - none. Changes in v7

[PATCH v8 4/4] Documentation: Add documentation for rt5033 multifunction device

2014-12-09 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v8 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-12-09 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v8: Changes in v7: Changes in v6: Changes in v5: Changes in v4

[PATCH v7 0/4] mfd: rt5033: Add Richtek RT5033 drivers

2014-12-02 Thread Beomho Seo
documentation. Beomho Seo (4): mfd: rt5033: Add Richtek RT5033 driver core. power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation for rt5033 multifunction device Documentation/devicetree/bindings

[PATCH v7 4/4] Documentation: Add documentation for rt5033 multifunction device

2014-12-02 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v7 3/4] power: rt5033_charger: Add RT5033 charger device driver

2014-12-02 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v7 - Changes some variable name

[PATCH v7 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-12-02 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v7 - Use small description. - Change some names for a variable. - Revise of_device_id struct style. Changes in v6 - Fix white space issue in mfd cell struct

Re: [PATCH v6 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-12-01 Thread Beomho Seo
. It is interfaced to host controller using I2C interface. Cc: Samuel Ortiz sa...@linux.intel.com Cc: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v6 - Fix white space issue in mfd cell struct. Changes in v5

[PATCH v6 0/4] mfd: rt5033: Add Richtek RT5033 drivers

2014-11-20 Thread Beomho Seo
for set high impedance mode of charger. - Remove unnecessary device specific code. - Fix wrong register name. - Fix wrong error message. - Fix return vallue at error case. - Revise binding documentation. Beomho Seo (4): mfd: rt5033: Add Richtek RT5033 driver core. power: rt5033_battery: Add

[PATCH v6 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-20 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v6 - Fix white space issue in mfd cell struct. Changes in v5 - Change possible built as a module. - Revise rt5033_dev mfd cell entry. - Fix incorrect typo. - Add

[PATCH v6 4/4] Documentation: Add documentation for rt5033 multifunction device

2014-11-20 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v6 3/4] power: rt5033_charger: Add RT5033 charger device driver

2014-11-20 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v6: Changes in v5: Changes in v4

[PATCH v6 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-11-20 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v6: Changes in v5: Changes in v4: - none. Changes in v3: - Add

Re: [PATCH v5 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-19 Thread Beomho Seo
On 11/20/2014 01:37 AM, Lee Jones wrote: On Wed, 19 Nov 2014, Beomho Seo wrote: This patch adds a new driver for Richtek RT5033 driver. RT5033 is a Multifunction device which includes battery charger, fuel gauge, flash LED current source, LDO and synchronous Buck converter

[PATCH v4 0/4] mfd: rt5033: Add Richtek RT5033 drivers

2014-11-18 Thread Beomho Seo
documentation. Beomho Seo (4): mfd: rt5033: Add Richtek RT5033 driver core. power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation for rt5033 multifunction device Documentation/devicetree/bindings

[PATCH v4 4/4] Documentation: Add documentation for rt5033 multifunction device

2014-11-18 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v4 3/4] power: rt5033_charger: Add RT5033 charger device driver

2014-11-18 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v4: - none. Changes in v3

[PATCH v4 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-11-18 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v4: - none. Changes in v3: - Add author information the top

[PATCH v4 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-18 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v4 - none. Changes in v3 - Correct sentence errors. - Add author information the top of each drivers. - Remove unnecessary pre-initialise, struct member(rt5033

Re: [PATCH v3 1/5] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-18 Thread Beomho Seo
Thank you for review. On 11/19/2014 01:25 AM, Lee Jones wrote: On Wed, 12 Nov 2014, Beomho Seo wrote: This patch adds a new driver for Richtek RT5033 driver. RT5033 is a Multifunction device which includes battery charger, fuel gauge, flash LED current source, LDO and synchronous Buck

[PATCH v5 0/4] mfd: rt5033: Add Richtek RT5033 drivers

2014-11-18 Thread Beomho Seo
device specific code. - Fix wrong register name. - Fix wrong error message. - Fix return vallue at error case. - Revise binding documentation. Beomho Seo (4): mfd: rt5033: Add Richtek RT5033 driver core. power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add

[PATCH v5 1/4] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-18 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v5 - Change possible built as a module. - Revise rt5033_dev mfd cell entry. - Fix incorrect typo. - Add module alias. Changes in v4 - none. Changes in v3

[PATCH v5 3/4] power: rt5033_charger: Add RT5033 charger device driver

2014-11-18 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v5: Changes in v4: - none

[PATCH v5 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-11-18 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v5: Changes in v4: - none. Changes in v3: - Add author information

[PATCH v5 4/4] Documentation: Add documentation for rt5033 multifunction device

2014-11-18 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v3 0/5] mfd: rt5033: Add Richtek RT5033 drivers

2014-11-12 Thread Beomho Seo
unnecessary subnode of_compatible. - Add definde for set high impedance mode of charger. - Remove unnecessary device specific code. - Fix wrong register name. - Fix wrong error message. - Fix return vallue at error case. - Revise binding documentation. Beomho Seo (5): mfd: rt5033: Add Richtek RT5033

[PATCH v3 4/5] power: rt5033_charger: Add RT5033 charger device driver

2014-11-12 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v3: - Add author information

[PATCH v3 1/5] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-12 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v3 - Correct sentence errors. - Add author information the top of each drivers. - Remove unnecessary pre-initialise, struct member(rt5033-i2c) and blink. - Change

[PATCH v3 2/5] regulator: rt5033: Add RT5033 Regulator device driver

2014-11-12 Thread Beomho Seo
is for 150 mA. Cc: Liam Girdwood lgirdw...@gmail.com Cc: Mark Brown broo...@kernel.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v3: - Add author information the top of driver. Changes in v2: - Remove unnecessary device specific

[PATCH v3 3/5] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-11-12 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v3: - Add author information the top of driver. Changes in v2

[PATCH v3 5/5] Documentation: Add documentation for rt5033 multifunction device

2014-11-12 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

Re: [PATCH v2 2/5] regulator: rt5033: Add RT5033 Regulator device driver

2014-11-11 Thread Beomho Seo
Sorry, I will include your e-mail address next revision all patch-set. On 11/11/2014 04:04 AM, Mark Brown wrote: On Mon, Nov 10, 2014 at 04:19:44PM +0900, Beomho Seo wrote: This patch add device driver of Richtek RT5033 PMIC. The driver support multiple regulator like LDO and synchronous Buck

Re: [PATCH v2 1/5] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-10 Thread Beomho Seo
Thank you for your review. On 11/10/2014 09:39 PM, Lee Jones wrote: On Mon, 10 Nov 2014, Beomho Seo wrote: This patch adds a new driver for Richtek RT5033 driver. RT5033 is a Multifunction device which includes battery charger, fuel gauge, flash LED current source, LDO and synchronous Buck

Re: [PATCH 5/5] Documentation: Add documentation for rt5033 multifunction device

2014-11-09 Thread Beomho Seo
Thank you for your advice. I'll fix them and send v2 patch soon. On 11/07/2014 07:34 PM, Mark Brown wrote: On Fri, Nov 07, 2014 at 11:52:07AM +0900, Beomho Seo wrote: +Required properties: +- compatible = Must be richtek,rt5033-regulator + +regulators { +compatible

[PATCH v2 5/5] Documentation: Add documentation for rt5033 multifunction device

2014-11-09 Thread Beomho Seo
This patch device tree binding documentation for rt5033 multifunction device. Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark Rutland mark.rutl...@arm.com Cc: Ian campbell ijc+devicet...@hellion.org.uk Cc: Kumar Gala ga...@codeaurora.org Signed-off-by: Beomho Seo

[PATCH v2 2/5] regulator: rt5033: Add RT5033 Regulator device driver

2014-11-09 Thread Beomho Seo
is for 150 mA. Cc: Liam Girdwood lgirdw...@gmail.com Cc: Mark Brown broo...@kernel.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2: - Remove unnecessary device specific code. --- drivers/regulator/Kconfig|8

[PATCH v2 3/5] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-11-09 Thread Beomho Seo
: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2: - Remove volatile_reg callback. Because this driver not in use

[PATCH v2 0/5] mfd: rt5033: Add Richtek RT5033 drivers

2014-11-09 Thread Beomho Seo
binding documentation. Beomho Seo (5): mfd: rt5033: Add Richtek RT5033 driver core. regulator: rt5033: Add RT5033 Regulator device driver power: rt5033_battery: Add RT5033 Fuel gauge device driver power: rt5033_charger: Add RT5033 charger device driver Documentation: Add documentation

[PATCH v2 4/5] power: rt5033_charger: Add RT5033 charger device driver

2014-11-09 Thread Beomho Seo
be controlled by i2c interface. Cc: Sebastian Reichel s...@kernel.org Cc: Dmitry Eremin-Solenikov dbarysh...@gmail.com Cc: David Woodhouse dw...@infradead.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2: - Fix wrong error message

[PATCH v2 1/5] mfd: rt5033: Add Richtek RT5033 driver core.

2014-11-09 Thread Beomho Seo
: Lee Jones lee.j...@linaro.org Signed-off-by: Beomho Seo beomho@samsung.com Acked-by: Chanwoo Choi cw00.c...@samsung.com --- Changes in v2 - Remove volatile_reg callback. Because this driver not in use regmap cache. - Revmoe unnecessary subnode of_compatible. - Add define for set_high impedance

  1   2   >