Re: [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support

2015-07-09 Thread Yi Zhang
On Wed, Jul 01, 2015 at 01:20:18PM +0100, Lee Jones wrote: On Fri, 26 Jun 2015, Yi Zhang wrote: On Thu, Jun 25, 2015 at 09:32:48AM +0100, Lee Jones wrote: On Fri, 12 Jun 2015, Yi Zhang wrote: 88pm886 and 88pm880 are combo PMIC chip, which integrates regulator, onkey, rtc, gpadc

Re: [PATCH-v4 3/3] mfd: devicetree: bindings: Add new 88pm800 mfd binding

2015-06-26 Thread Yi Zhang
On Thu, Jun 25, 2015 at 03:26:29PM +0800, Vaibhav Hiremath wrote: With addition of DT support to 88pm800 mfd driver, this patch adds new DT binding documentation along with respective properties. Signed-off-by: Vaibhav Hiremath vaibhav.hirem...@linaro.org ---

Re: [PATCH-v4 1/3] mfd: 88pm800: Add device tree support

2015-06-26 Thread Yi Zhang
On Fri, Jun 26, 2015 at 11:29:29AM +0530, Vaibhav Hiremath wrote: On Friday 26 June 2015 11:23 AM, Yi Zhang wrote: On Thu, Jun 25, 2015 at 08:57:49PM +0530, Vaibhav Hiremath wrote: On Thursday 25 June 2015 08:18 PM, Lee Jones wrote: On Thu, 25 Jun 2015, Vaibhav Hiremath wrote

Re: [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support

2015-06-26 Thread Yi Zhang
On Thu, Jun 25, 2015 at 09:32:48AM +0100, Lee Jones wrote: On Fri, 12 Jun 2015, Yi Zhang wrote: 88pm886 and 88pm880 are combo PMIC chip, which integrates regulator, onkey, rtc, gpadc, charger, fuelgauge function; this patch add the basic support for them, adding related resource

Re: [PATCH-v4 1/3] mfd: 88pm800: Add device tree support

2015-06-25 Thread Yi Zhang
On Thu, Jun 25, 2015 at 08:57:49PM +0530, Vaibhav Hiremath wrote: On Thursday 25 June 2015 08:18 PM, Lee Jones wrote: On Thu, 25 Jun 2015, Vaibhav Hiremath wrote: On Thursday 25 June 2015 03:49 PM, Lee Jones wrote: On Thu, 25 Jun 2015, Vaibhav Hiremath wrote: Add DT support to the

Re: [PATCH V2 1/2] mfd: add Marvell 88pm88x description

2015-06-25 Thread Yi Zhang
On Tue, Jun 23, 2015 at 09:31:00AM -0500, Rob Herring wrote: On Fri, Jun 12, 2015 at 3:43 AM, Yi Zhang yizh...@marvell.com wrote: 88pm880 and 88pm886 are two combo PMIC chips, most of the function and the register mapping are the same How do they compare to 80x/822/860 PMICs? Hi, Rob

Re: [PATCH V2 1/2] mfd: add Marvell 88pm88x description

2015-06-25 Thread Yi Zhang
On Tue, Jun 23, 2015 at 08:16:01PM +0530, Vaibhav Hiremath wrote: On Tuesday 23 June 2015 08:01 PM, Rob Herring wrote: On Fri, Jun 12, 2015 at 3:43 AM, Yi Zhang yizh...@marvell.com wrote: 88pm880 and 88pm886 are two combo PMIC chips, most of the function and the register mapping

Re: [PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip

2015-06-19 Thread Yi Zhang
On Fri, Jun 12, 2015 at 04:43:19PM +0800, Yi Zhang wrote: Hi, Samuel and Lee: Could you please share your comments on this patch? then I can modify accordingly; thanks very much; - 88pm880 and 88pm886 are PMIC chips which integrates regulator, gpadc, charger, fuelgauge, etc

[PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support

2015-06-12 Thread Yi Zhang
88pm886 and 88pm880 are combo PMIC chip, which integrates regulator, onkey, rtc, gpadc, charger, fuelgauge function; this patch add the basic support for them, adding related resource, such as interrupt, preparing for the client-device driver Signed-off-by: Yi Zhang yizh...@marvell.com

[PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip

2015-06-12 Thread Yi Zhang
- 88pm880 and 88pm886 are PMIC chips which integrates regulator, gpadc, charger, fuelgauge, etc; they share most of the functions and register mapping - this version removes the redundant EXPORT_SYMBOL_GPL, compared with the first version Yi Zhang (2): mfd: add Marvell

[PATCH V2 1/2] mfd: add Marvell 88pm88x description

2015-06-12 Thread Yi Zhang
88pm880 and 88pm886 are two combo PMIC chips, most of the function and the register mapping are the same Signed-off-by: Yi Zhang yizh...@marvell.com --- Documentation/devicetree/bindings/mfd/88pm88x.txt | 33 +++ 1 file changed, 33 insertions(+) create mode 100644