Re: [PATCH] iio: cm36651: Fix i2c client leak and possible NULL pointer dereference

2014-03-06 Thread Beomho Seo
. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Thanks, Acked-by: Beomho Seo beomho@samsung.com --- drivers/iio/light/cm36651.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/iio/light/cm36651.c b/drivers/iio/light/cm36651.c index a45e07492db3

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

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

[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 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

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

[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 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 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 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

[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

Re: [PATCH] regulator: rt5033-regulator: Use regulator_nodes/of_match in the descriptor

2014-12-23 Thread Beomho Seo
On 12/23/2014 12:10 AM, Mark Brown wrote: On Thu, Dec 18, 2014 at 08:13:36PM +0900, Beomho Seo wrote: This patch is add regulator_nodes/of_match in the regulator descriptor for using information from DT instead of sppecific codes. drivers/regulator/rt5033-regulator.c |8 +++- 1

Re: [PATCH] regulator: rt5033-regulator: Use regulator_nodes/of_match in the descriptor

2014-12-25 Thread Beomho Seo
On 12/24/2014 09:56 PM, Mark Brown wrote: On Tue, Dec 23, 2014 at 05:04:34PM +0900, Beomho Seo wrote: On 12/23/2014 12:10 AM, Mark Brown wrote: This isn't replacing existing code with use of the framework, it's adding new bindings where there were none before so it needs to add a binding

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

2014-11-06 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 --- drivers/mfd/Kconfig| 11 ++ drivers/mfd/Makefile |1 + drivers/mfd/rt5033.c | 157 ++ include/linux

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

2014-11-06 Thread Beomho Seo
This patchset adds driver for Richtek rt5033 chip The chip contains switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge, regulators. This patchset provides common support for accessing the device. This patchset have been tested base on exynos board. Beomho Seo (5): mfd: rt5033

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

2014-11-06 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 4/5] power: rt5033_charger: Add RT5033 charger device driver

2014-11-06 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 2/5] regulator: rt5033: Add RT5033 Regulator device driver

2014-11-06 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 --- drivers/regulator/Kconfig|8 ++ drivers/regulator/Makefile |1 + drivers/regulator

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

2014-11-06 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

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

[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 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 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 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 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 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 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 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 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 2/4] power: rt5033_battery: Add RT5033 Fuel gauge device driver

2014-12-02 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 v7: Changes in v6: Changes in v5: Changes in v4: - none. Changes

[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

[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] regulator: rt5033-regulator: Use regulator_nodes/of_match in the descriptor

2014-12-18 Thread Beomho Seo
This patch is add regulator_nodes/of_match in the regulator descriptor for using information from DT instead of sppecific codes. Cc: Liam Girdwood lgirdw...@gmail.com Cc: Mark Brown broo...@kernel.org Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/regulator/rt5033-regulator.c

[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 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 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

[PATCH] regulator: max14577: Use regulator_nodes/of_match in the descriptor

2014-12-19 Thread Beomho Seo
Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Liam Girdwood lgirdw...@gmail.com Cc: Mark Brown broo...@kernel.org Signed-off-by: Beomho Seo beomho@samsung.com --- drivers/regulator/max14577.c | 62 ++ 1 file changed, 14 insertions(+), 48 deletions

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

2014-11-27 Thread Beomho Seo
Dear all, Would like some comment to this patch. Best regards, Beomho Seo On 11/20/2014 10:16 PM, 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

[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 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 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

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

[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

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

[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 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

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

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

[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 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 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

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

[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

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

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

[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

[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

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

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 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 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 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 2/3] power: max17042_battery: Add support for max77693/843 chip

2015-04-01 Thread Beomho Seo
On 04/01/2015 05:27 PM, Krzysztof Kozlowski wrote: 2015-03-31 15:29 GMT+02:00 Beomho Seo beomho@samsung.com: Max77693/843 fuelgauge is similar to max17042 fuelgauge. This patch add supports max77693/843 fuelgague use max17042_battery.c fuel gauge driver. Cc: Sebastian Reichel s

Re: [PATCH 1/3] power: max17042_battery: Use reg type instead of chip type

2015-04-01 Thread Beomho Seo
On 04/01/2015 05:18 PM, Krzysztof Kozlowski wrote: 2015-03-31 15:29 GMT+02:00 Beomho Seo beomho@samsung.com: Currently, max17042 battery driver choose register map by MAX17042_DevName register. But thid register is return IC specific firmware version. So other maxim chip hard to use

  1   2   3   >