[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHbNUh1PFDaeUw3MfVNjLVboEmLij3JRfzNbMDrwZ_HHXTHzPA@mail.gmail.com>
Date: Tue, 5 Nov 2013 13:34:35 +0530
From: Tushar Behera <tushar.behera@...aro.org>
To: Kyungmin Park <kmpark@...radead.org>
Cc: k.kozlowski@...sung.com, Lee Jones <lee.jones@...aro.org>,
Kukjin Kim <kgene.kim@...sung.com>,
Mike Turquette <mturquette@...aro.org>,
Patch Tracking <patches@...aro.org>,
lkml <linux-kernel@...r.kernel.org>,
linux-samsung-soc <linux-samsung-soc@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 3/4] mfd: sec-core: Add cells for S5M8767-clocks
On 5 November 2013 13:27, Kyungmin Park <kmpark@...radead.org> wrote:
> On Tue, Nov 5, 2013 at 3:29 PM, Tushar Behera <tushar.behera@...aro.org> wrote:
>> On 31 October 2013 21:46, Lee Jones <lee.jones@...aro.org> wrote:
>>> On Thu, 31 Oct 2013, Tushar Behera wrote:
>>>
>>>> S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
>>>> supported by s2mps11-clk driver.
>>>>
>>>> Signed-off-by: Tushar Behera <tushar.behera@...aro.org>
>>>> CC: Lee Jones <lee.jones@...aro.org>
>>>> ---
>>>> drivers/mfd/sec-core.c | 4 +++-
>>>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
>>>> index 34c18fb..020b86b 100644
>>>> --- a/drivers/mfd/sec-core.c
>>>> +++ b/drivers/mfd/sec-core.c
>>>> @@ -56,7 +56,9 @@ static struct mfd_cell s5m8767_devs[] = {
>>>> .name = "s5m8767-pmic",
>>>> }, {
>>>> .name = "s5m-rtc",
>>>> - },
>>>> + }, {
>>>> + .name = "s5m8767-clk",
>
> Do you want to handle these as "clock"? previous time, it's
> implemented at regulator. please see drivers/regulator/max* series.
>
> Thank you,
> Kyungmin Park
There is already a clock-implementation available for this kind of
device (through clk-s2mps11). I would like to extend that support.
Also for MAX77686, it is implemented through clock subsystem.
--
Tushar Behera
--
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