Re: [PATCH] OMAP: Remove IRQ hardcoding from serial.c

2009-05-18 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090513 07:53]: Tony, Any comments on this patch. http://patchwork.kernel.org/patch/19161/ We should just set the interrupts etc dynamically using the cpu_is_omap() functions. Regards, Tony -- To unsubscribe from this list: send the line

RE: [PATCH] OMAP: Remove IRQ hardcoding from serial.c

2009-05-18 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, May 19, 2009 3:16 AM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP: Remove IRQ hardcoding from serial.c * Shilimkar, Santosh santosh.shilim...@ti.com [090513 07:53

Re:[PATCH] OMAP: Remove IRQ hardcoding from serial.c

2009-05-15 Thread Govindraj.R
:23 PM Subject: [PATCH] OMAP: Remove IRQ hardcoding from serial.c To: Tony Lindgren t...@atomide.com Cc: linux-omap@vger.kernel.org linux-omap@vger.kernel.org Tony, Any comments on this patch. http://patchwork.kernel.org/patch/19161/ Regards Santosh -- To unsubscribe from this list

[PATCH] OMAP: Remove IRQ hardcoding from serial.c

2009-05-13 Thread Shilimkar, Santosh
Tony, Any comments on this patch. http://patchwork.kernel.org/patch/19161/ Regards Santosh -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] OMAP: Remove IRQ hardcoding from serial.c

2009-04-21 Thread Santosh Shilimkar
This patch removes hardcoding done for UART IRQ lines from serial.c file. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/serial.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/serial.c