RE: [PATCH] serial: 8250: Add cpufreq support

2012-04-11 Thread Shankarmurthy, Akshay
On Thu, Apr 05, 2012 at 16:23:22, Alan Cox wrote: > On Thu, 5 Apr 2012 10:40:55 + > "Shankarmurthy, Akshay" wrote: > > > Hi, > > > > On Tue, Apr 03, 2012 at 15:25:30, Alan Cox wrote: > > > > This patch was submitted 2 years ago but didn't make it to the > > > > mainline. Now i am reposting

[PATCH v2] arm: davinci: use for_each_set_bit_from

2012-04-11 Thread Akinobu Mita
Use for_each_set_bit_from to iterate over all the set bit in a memory region. Signed-off-by: Akinobu Mita Acked-by: Sekhar Nori Cc: Sekhar Nori Cc: Christian Riesch Cc: Kevin Hilman Cc: davinci-linux-open-source@linux.davincidsp.com Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org -

Re: [PATCH v2 02/15] ARM: mark const init data with __initconst instead of __initdata

2012-04-11 Thread Sekhar Nori
Hi Uwe, On 3/31/2012 1:34 AM, Uwe Kleine-König wrote: > As long as there is no other non-const variable marked __initdata in the > same compilation unit it doesn't hurt. If there were one however > compilation would fail with > > error: $variablename causes a section type conflict > > beca