Re: [PATCH v3] regulators: add support max8952 regulator

2010-09-28 Thread Kyungmin Park
t;> > From: Kukjin Kim [mailto:kgene@samsung.com] >> > Sent: Wednesday, September 08, 2010 8:26 AM >> > To: linux-ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >> > linux-samsung-soc@vger.kernel.org >> > Cc: l...@slimlogic.co.uk; Changhwan

RE: [PATCH v3] regulators: add support max8952 regulator

2010-09-28 Thread Kukjin Kim
gt; > > > -Original Message- > > From: Kukjin Kim [mailto:kgene@samsung.com] > > Sent: Wednesday, September 08, 2010 8:26 AM > > To: linux-ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > > linux-samsung-soc@vger.kernel.org > >

RE: [PATCH v3] regulators: add support max8952 regulator

2010-09-08 Thread Kukjin Kim
> linux-samsung-soc@vger.kernel.org > Cc: l...@slimlogic.co.uk; Changhwan Youn; Kukjin Kim; MyungJoo Ham; Kyungmin > Park > Subject: [PATCH v3] regulators: add support max8952 regulator > > From: Changhwan Youn > > The operation of max8952 is almost similar to max8649 except the

RE: [PATCH v3] regulators: add support max8952 regulator

2010-09-07 Thread Kyungmin Park
er 08, 2010 8:26 AM To: linux-ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org Cc: l...@slimlogic.co.uk; Changhwan Youn; Kukjin Kim; MyungJoo Ham; Kyungmin Park Subject: [PATCH v3] regulators: add support max8952 regulator From: Changhwan Youn

[PATCH v3] regulators: add support max8952 regulator

2010-09-07 Thread Kukjin Kim
From: Changhwan Youn The operation of max8952 is almost similar to max8649 except the output voltage range. This patch adds support the max8952 regulator using current max8649 implementation. And removes separate max8952.[ch] files since the functionality is now merged into this driver. Signed-o