Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-17 Thread Raja, Govindraj
On Tue, Apr 17, 2012 at 7:11 AM, Tony Lindgren t...@atomide.com wrote: Hi, Few more comments below. * Raja, Govindraj govindraj.r...@ti.com [120411 04:53]: ... +static int  __init omap_serial_fill_default_pads(struct omap_board_data *bdata, +                                            

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-17 Thread Tony Lindgren
* Raja, Govindraj govindraj.r...@ti.com [120417 05:51]: On Tue, Apr 17, 2012 at 7:11 AM, Tony Lindgren t...@atomide.com wrote: Hi, Few more comments below. * Raja, Govindraj govindraj.r...@ti.com [120411 04:53]: ... +static int  __init omap_serial_fill_default_pads(struct

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-16 Thread Tony Lindgren
Hi, Few more comments below. * Raja, Govindraj govindraj.r...@ti.com [120411 04:53]: ... +static int __init omap_serial_fill_default_pads(struct omap_board_data *bdata, + struct omap_uart_state *uart) +{ + struct omap_mux_partition

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-13 Thread Russ Dill
[1] is the updated patch. -- Thanks, Govindraj.R [1]: From ea06c7d5014b68f622b3e2ca226e5a5194d48e9a Mon Sep 17 00:00:00 2001 From: Govindraj.R govindraj.r...@ti.com Date: Tue, 10 Apr 2012 18:21:52 +0530 Subject: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and  configure

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-11 Thread Raja, Govindraj
ea06c7d5014b68f622b3e2ca226e5a5194d48e9a Mon Sep 17 00:00:00 2001 From: Govindraj.R govindraj.r...@ti.com Date: Tue, 10 Apr 2012 18:21:52 +0530 Subject: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup Default pad populating procedure should first probe whether the uart pins are available

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-11 Thread Russ Dill
[1] is the updated patch. -- Thanks, Govindraj.R [1]: From ea06c7d5014b68f622b3e2ca226e5a5194d48e9a Mon Sep 17 00:00:00 2001 From: Govindraj.R govindraj.r...@ti.com Date: Tue, 10 Apr 2012 18:21:52 +0530 Subject: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and  configure

[PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-10 Thread Govindraj.R
From: Govindraj.R govindraj.r...@ti.com Default pad populating procedure should first probe whether the uart pins are available as uart tx/rx pins if yes then we can configure them and use rx pin for wakeup capability. Utilise the mux api available to probe the availability of mux pins in uart

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-10 Thread Tony Lindgren
* Govindraj.R govindraj.r...@ti.com [120410 06:44]: --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c @@ -120,11 +120,63 @@ static void omap_uart_set_smartidle(struct platform_device *pdev) {} #endif /* CONFIG_PM */ #ifdef CONFIG_OMAP_MUX -static void

Re: [PATCH 2/2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

2012-04-10 Thread Russ Dill
On Tue, Apr 10, 2012 at 9:11 AM, Tony Lindgren t...@atomide.com wrote: * Govindraj.R govindraj.r...@ti.com [120410 06:44]: --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c @@ -120,11 +120,63 @@ static void omap_uart_set_smartidle(struct platform_device *pdev) {}  #endif