[PATCH] davinci_mmc: set MODULE_ALIAS to allow autoloading

2012-04-05 Thread Jan Luebbe
Davinci MMC platform devices (as in mach-davinci/devices-da8xx.c) use "davinci_mmc" as their name. To allow autoloading of the relevant driver, the module needs to set the MODULE_ALIAS. Signed-off-by: Jan Luebbe --- drivers/mmc/host/davinci_mmc.c |1 + 1 file changed, 1 insertion(+) diff --

[PATCH v2] arm: da850: change ASYNC/PLL0_SYSCLK3 clock rate with DVFS

2012-04-05 Thread Manjunathappa, Prakash
Clock for EMIF is derived from ASYNC clock domain(PLL0_SYSCLK3) and was configured with fixed divider as there was no significant performance degradation with existing NAND/NOR EMIF devices if it is not reconfigured accordingly at different OPPs. On systems where devices other than NAND/NOR are in

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

2012-04-05 Thread Shankarmurthy, Akshay
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 it. > > Can you fix it instead of just reposting it ? > > > > +#ifdef CONFIG_CPU_FREQ > > +static int serial8250_cpufreq_transition(struct n

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

2012-04-05 Thread Alan Cox
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 it. > > > > Can you fix it instead of just reposting it ? > > >

Re: [PATCH] davinci: pdctl next bit position incorrect

2012-04-05 Thread Sergei Shtylyov
Hello. On 04-04-2012 18:51, m-kariche...@ti.com wrote: From: Murali Karicheri The PDCTL NEXT bit is incorrectly set to bit 1 instead of bit 0. This patch fixes this issue Signed-off-by: Murali Karicheri diff --git a/arch/arm/mach-davinci/include/mach/psc.h b/arch/arm/mach-davinci/incl