Re: [PATCH 3/7] tty: 8250: omap: introduce function to update mdr1

2015-07-09 Thread Sekhar Nori
On Thursday 09 July 2015 05:59 AM, Peter Hurley wrote: Hi Sekhar, On 07/06/2015 05:47 AM, Sekhar Nori wrote: updating mdr1 register on OMAP needs to take care of errata i202. Introduce a function to update mdr1. This will be useful later on when mdr1 needs to be written to from other

Re: [PATCH 3/7] tty: 8250: omap: introduce function to update mdr1

2015-07-08 Thread Peter Hurley
Hi Sekhar, On 07/06/2015 05:47 AM, Sekhar Nori wrote: updating mdr1 register on OMAP needs to take care of errata i202. Introduce a function to update mdr1. This will be useful later on when mdr1 needs to be written to from other places. No functional change. This changelog is not clear.

[PATCH 3/7] tty: 8250: omap: introduce function to update mdr1

2015-07-06 Thread Sekhar Nori
updating mdr1 register on OMAP needs to take care of errata i202. Introduce a function to update mdr1. This will be useful later on when mdr1 needs to be written to from other places. No functional change. Signed-off-by: Sekhar Nori nsek...@ti.com --- drivers/tty/serial/8250/8250_omap.c | 17