Re: [PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file

2011-05-04 Thread Govindraj
On Wed, May 4, 2011 at 3:55 PM, Tony Lindgren wrote: > * Govindraj [110504 03:03]: >> On Wed, May 4, 2011 at 3:25 PM, Tony Lindgren wrote: >> > * Govindraj.R [110429 05:39]: >> >> @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void) >> >>       omap2430_i2c_init(); >> >> >> >>       p

Re: [PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file

2011-05-04 Thread Tony Lindgren
* Govindraj [110504 03:03]: > On Wed, May 4, 2011 at 3:25 PM, Tony Lindgren wrote: > > * Govindraj.R [110429 05:39]: > >> @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void) > >>       omap2430_i2c_init(); > >> > >>       platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_device

Re: [PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file

2011-05-04 Thread Govindraj
On Wed, May 4, 2011 at 3:25 PM, Tony Lindgren wrote: > * Govindraj.R [110429 05:39]: >> @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void) >>       omap2430_i2c_init(); >> >>       platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); >> -     omap_serial_init(); >> +  

Re: [PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file

2011-05-04 Thread Tony Lindgren
* Govindraj.R [110429 05:39]: > @@ -250,7 +251,7 @@ static void __init omap_2430sdp_init(void) > omap2430_i2c_init(); > > platform_add_devices(sdp2430_devices, ARRAY_SIZE(sdp2430_devices)); > - omap_serial_init(); > + omap_serial_init(NULL); > omap2_hsmmc_init(mmc); >

[PATCH v2 07/12] OMAP: Serial: Allow UART parameters to be configured from board file

2011-04-29 Thread Govindraj.R
From: Deepak K The following UART parameters are defined within the UART driver: 1). Whether the UART uses DMA (dma_enabled), by default set to 0 2). The size of dma buffer (set to 4096 bytes) 3). The time after which the dma should stop if no more data is received. 4). The auto suspend delay th