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

2012-05-15 Thread Shankarmurthy, Akshay
On Tue, May 15, 2012 at 19:14:14, Alan Cox wrote: Changes are as per these discussions http://www.mail-archive.com/davinci-linux-open-source@linux.davincid sp.com/msg22841.html Please let me know if there are any comments on this patch? It never got here for some reason. Last

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

2012-05-14 Thread Shankarmurthy, Akshay
Hi Alan, On Wed, Apr 25, 2012 at 16:56:33, Shankarmurthy, Akshay wrote: This patch adds cpufreq support for 8250 serial driver. A clk structure member has been added to the platform and port data structures. This member is used by the cpufreq notifier callback to get the updated clock rate

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

2012-04-17 Thread Shankarmurthy, Akshay
On Thu, Apr 12, 2012 at 15:17:58, Alan Cox wrote: I will have a look at this and add the lock if necessary. At the very least you need reference counts held on the tty struct and to allow for the tty having vanished under you. I am planning to add tty-termios_mutex lock.

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 aksha...@ti.com 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

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

[PATCH] serial: 8250: Add cpufreq support

2012-04-03 Thread Shankarmurthy, Akshay
-by: Shankarmurthy, Akshay aksha...@ti.com --- This patch was submitted 2 years ago but didn't make it to the mainline. Now i am reposting it. drivers/tty/serial/8250/8250.c | 74 drivers/tty/serial/8250/8250.h |5 +++ include/linux/serial_8250.h

[PATCH] ARM: davinci: add missing commas on last members of structure and arrays

2011-12-08 Thread Shankarmurthy, Akshay
://www.spinics.net/lists/arm-kernel/msg147268.html. Signed-off-by: Shankarmurthy, Akshay aksha...@ti.com --- arch/arm/mach-davinci/board-da830-evm.c |6 +++--- arch/arm/mach-davinci/board-da850-evm.c |6 +++--- arch/arm/mach-davinci/board-dm355-evm.c |6 +++--- arch/arm/mach-davinci

[PATCH] dm365: nand: Change offset in kernel to in-line with u-boot

2011-11-09 Thread Shankarmurthy,Akshay
Current partition information maintained in kernel does not match with u-boot, this leads to corruption of u-boot env when we update uImage from kernel. Patch fixes it to match with u-boot partition information. Signed-off-by: Shankarmurthy,Akshay aksha...@ti.com --- arch/arm/mach-davinci/board