[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <4FBC320C.2040803@samsung.com>
Date: Wed, 23 May 2012 09:40:44 +0900
From: jonghwa3.lee@...sung.com
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: linux-kernel@...r.kernel.org,
Alessandro Zummo <a.zummo@...ertech.it>,
Samuel Oritz <sameo@...ux.intel.com>,
Liam Girdwood <trg@...com>,
Kyungmin Park <kyungmin.park@...sung.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chiwoong Byun <woong.byun@...sung.com>
Subject: Re: [PATCH 2/3] regulator: MAX77686: Add Maxim 77686 regulator driver
Hi, Mark,
On 2012년 05월 21일 18:55, Mark Brown wrote:
> On Mon, May 21, 2012 at 04:33:15PM +0900, jonghwa3.lee@...sung.com wrote:
>> On 2012년 05월 21일 00:56, Mark Brown wrote:
>>> On Fri, May 18, 2012 at 06:32:18PM +0900, Jonghwa Lee wrote:
>
>>>> + }, {
>>>> + .name = "EN32KHz PMIC",
>>>> + .id = MAX77686_P32KH,
>>>> + .ops = &max77686_fixedvolt_ops,
>>>> + .type = REGULATOR_VOLTAGE,
>>>> + .owner = THIS_MODULE,
>>>> + },
>
>>> These should be managed via the clock API now we have one.
>
>> I already updated all your comments except only this one. Could you
>> explain more details?
>
> We now have a generic clock framework in drivers/clk so we should be
> using that to provide drivers for clocks rather than putting them into
> the regulator API which was always a bodge.
I tried to change API to generic version but it got problem because of
overlapping. As you know almost of boards uses private clock API not
generic. So how do you think can i test it without modifying board file?
I'm afraid of changing all clock registering is too expensive.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists