[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJOA=zPf8L7D5Sbi6R_gWU8HxKy7C-FiyUuUTvv-kvquf8q+_A@mail.gmail.com>
Date: Wed, 23 May 2012 09:20:46 -0700
From: "Turquette, Mike" <mturquette@...com>
To: Peter De Schrijver <pdeschrijver@...dia.com>
Cc: Ben Dooks <ben.dooks@...ethink.co.uk>,
Prashant Gaikwad <pgaikwad@...dia.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: Clock register in early init
On Wed, May 23, 2012 at 2:19 AM, Peter De Schrijver
<pdeschrijver@...dia.com> wrote:
> On Tue, May 22, 2012 at 07:37:15PM +0200, Turquette, Mike wrote:
>> On Tue, May 22, 2012 at 5:08 AM, Peter De Schrijver
>> <pdeschrijver@...dia.com> wrote:
>> >> We had at-least that on the older Samsung parts and they where still
>> >> growing. I would suggest that in a multi-kernel image situation the
>> >> more data that can be discarded after init-time the better.
>> >>
>> >> Also, __initdata gets gathered into one place so there's no possibility
>> >> of page fragmentation there. If you mean fragmentation of the memory
>> >> map, then allocate the size of all the clocks you know of at init time
>> >> in one go.
>> >>
>> >
>> > That would work, except that clocks are needed before kmalloc is available.
>> >
>>
>> Is static initialization the only way to solve this problem? What
>> about using the bootmem allocator for early init clocks?
>>
>
> If it can be handled inside the framework somehow. I would want to avoid
> having several places where clocks inside the same SoC are initialized.
>
I'll look into the bootmem thing. Paul mentioned that a long time
ago. Hopefully it can be done in such a way as to expose the same
interfaces as the dynamic allocation routines. I'll keep you Cc'd.
Regards,
Mike
> Cheers,
>
> Peter.
--
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