Re: [PATCH 1/2] tty: serial: msm: Add mask value for UART_DM registers

2015-04-08 Thread gpramod
> > > On 08/04/15 14:13, Pramod Gurav wrote: >> There is no bit setting as UART_IPR_RXSTALE_LAST for UART_DM core so do >> it only for UART core. >> >> Signed-off-by: Pramod Gurav >> -- >> >> Changes since last version: >> - Added new macro fo UART_DM_MR1_AUTO_RFR_LEVEL1 instead of modifying >> e

Re: [PATCH 1/2] tty: serial: msm: Add mask value for UART_DM registers

2015-04-08 Thread Srinivas Kandagatla
On 08/04/15 14:13, Pramod Gurav wrote: There is no bit setting as UART_IPR_RXSTALE_LAST for UART_DM core so do it only for UART core. Signed-off-by: Pramod Gurav -- Changes since last version: - Added new macro fo UART_DM_MR1_AUTO_RFR_LEVEL1 instead of modifying existing. - Added a new m

[PATCH 1/2] tty: serial: msm: Add mask value for UART_DM registers

2015-04-08 Thread Pramod Gurav
The bit masks for RFR_LEVEL1 and STALE_TIMEOUT_MSB values in MR1 and IPR registers respectively are different for UART and UART_DM hardware cores. We have been using UART core mask values for these. Add the same for UART_DM core. There is no bit setting as UART_IPR_RXSTALE_LAST for UART_DM core so