Re: [PATCH v4 10/11] OMAP: Serial: Allow UART parameters to be configured from board file.

2011-09-11 Thread Govindraj
On Sat, Sep 10, 2011 at 12:41 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> 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

Re: [PATCH v4 10/11] OMAP: Serial: Allow UART parameters to be configured from board file.

2011-09-09 Thread Kevin Hilman
"Govindraj.R" writes: > 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 aut

[PATCH v4 10/11] OMAP: Serial: Allow UART parameters to be configured from board file.

2011-09-07 Thread Govindraj.R
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 that will be passed