From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754315Ab0I1IDm (ORCPT ); Tue, 28 Sep 2010 04:03:42 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:42570 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752617Ab0I1IDi convert rfc822-to-8bit (ORCPT ); Tue, 28 Sep 2010 04:03:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qX3OnR/ekYXwsjac8W3SwNqq/DB3Pfw5FZR70fKrW3N0vPVhvXdVz49FBFrucRu5L5 URSqEF2syaFVY5fR7dSqh3M1b8T8EeTSreZhs7T9XUHfNY8gvsnzRaTGipKxJ3OZtNRM 8CDaj21iJfxWK7wDY1dF9myGbWn9q0YZHoyJQ= MIME-Version: 1.0 In-Reply-To: <006201cb5ee3$0100fc20$0302f460$%kim@samsung.com> References: <1283901976-32588-1-git-send-email-kgene.kim@samsung.com> <01a401cb4f01$73d60ac0$5b822040$%park@samsung.com> <006201cb5ee3$0100fc20$0302f460$%kim@samsung.com> Date: Tue, 28 Sep 2010 17:03:37 +0900 X-Google-Sender-Auth: YiD5f8G0azE6UCHujo6PszZBnC4 Message-ID: Subject: Re: [PATCH v3] regulators: add support max8952 regulator From: Kyungmin Park To: Kukjin Kim Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, lrg@slimlogic.co.uk, Changhwan Youn , MyungJoo Ham , Mark Brown Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 28, 2010 at 4:58 PM, Kukjin Kim wrote: > Kukjin Kim wrote: >> >> Kyungmin Park wrote: >> > >> > Do you check the DVS feature? >> > It can support the DVS by GPIOs and platform can set the each voltages > at >> > each mode. >> > >> Ok...I agree about the feature's necessity that you said. >> >> However, we don't need separate driver which has same/similar > functionality. >> So...would be better that could implement it in max8649... >> >> Could you please do it based on this?...in fact, can't test it on SMDK. >> > Hmm... > Kyungmin, if you have no time to do it, my team will do it. > > Is it ok? No problem, go ahead. Thank you, Kyungmin Park > >> Thanks. >> >> Best regards, >> Kgene. >> -- >> Kukjin Kim , Senior Engineer, >> SW Solution Development Team, Samsung Electronics Co., Ltd. >> >> > As quick review of max8649. It can't support it. >> > >> > Thank you, >> > Kyungmin Park >> > >> > -----Original Message----- >> > From: Kukjin Kim [mailto:kgene.kim@samsung.com] >> > Sent: Wednesday, September 08, 2010 8:26 AM >> > To: linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; >> > linux-samsung-soc@vger.kernel.org >> > Cc: lrg@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 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-off-by: Changhwan Youn >> > Signed-off-by: Kukjin Kim >> > Cc: MyungJoo Ham >> > Cc: Kyungmin Park >> > Acked-by: Mark Brown >> > --- >> > Following is as per Mark Brown's suggestion. >> > Changes since v2: >> > - Removed separate max8952.[ch] files >> > >> > Changes since v1: >> > - Added returning fail when detected wrong ID >> > - Added matching the ID from the chip in case the user got things wrong >> > - Added enum chip ID instead of 0, 1 >> > >> (snip) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at  http://vger.kernel.org/majordomo-info.html > From mboxrd@z Thu Jan 1 00:00:00 1970 From: kyungmin.park@samsung.com (Kyungmin Park) Date: Tue, 28 Sep 2010 17:03:37 +0900 Subject: [PATCH v3] regulators: add support max8952 regulator In-Reply-To: <006201cb5ee3$0100fc20$0302f460$%kim@samsung.com> References: <1283901976-32588-1-git-send-email-kgene.kim@samsung.com> <01a401cb4f01$73d60ac0$5b822040$%park@samsung.com> <006201cb5ee3$0100fc20$0302f460$%kim@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 28, 2010 at 4:58 PM, Kukjin Kim wrote: > Kukjin Kim wrote: >> >> Kyungmin Park wrote: >> > >> > Do you check the DVS feature? >> > It can support the DVS by GPIOs and platform can set the each voltages > at >> > each mode. >> > >> Ok...I agree about the feature's necessity that you said. >> >> However, we don't need separate driver which has same/similar > functionality. >> So...would be better that could implement it in max8649... >> >> Could you please do it based on this?...in fact, can't test it on SMDK. >> > Hmm... > Kyungmin, if you have no time to do it, my team will do it. > > Is it ok? No problem, go ahead. Thank you, Kyungmin Park > >> Thanks. >> >> Best regards, >> Kgene. >> -- >> Kukjin Kim , Senior Engineer, >> SW Solution Development Team, Samsung Electronics Co., Ltd. >> >> > As quick review of max8649. It can't support it. >> > >> > Thank you, >> > Kyungmin Park >> > >> > -----Original Message----- >> > From: Kukjin Kim [mailto:kgene.kim at samsung.com] >> > Sent: Wednesday, September 08, 2010 8:26 AM >> > To: linux-kernel at vger.kernel.org; linux-arm-kernel at lists.infradead.org; >> > linux-samsung-soc at vger.kernel.org >> > Cc: lrg at 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 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-off-by: Changhwan Youn >> > Signed-off-by: Kukjin Kim >> > Cc: MyungJoo Ham >> > Cc: Kyungmin Park >> > Acked-by: Mark Brown >> > --- >> > Following is as per Mark Brown's suggestion. >> > Changes since v2: >> > - Removed separate max8952.[ch] files >> > >> > Changes since v1: >> > - Added returning fail when detected wrong ID >> > - Added matching the ID from the chip in case the user got things wrong >> > - Added enum chip ID instead of 0, 1 >> > >> (snip) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at ?http://vger.kernel.org/majordomo-info.html >