Re: [PATCH v6 08/16] OMAP2+: UART: Store certain reg values to port structure

2011-10-11 Thread Govindraj
On Tue, Oct 11, 2011 at 5:28 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> In preparation to runtime conversion add missing uart regs to >> port structure which can be used in context restore. >> Also ensuring all uart reg info's are part of port structure. >> >> Signed-off-by: Govindraj.R

Re: [PATCH v6 08/16] OMAP2+: UART: Store certain reg values to port structure

2011-10-10 Thread Kevin Hilman
"Govindraj.R" writes: > In preparation to runtime conversion add missing uart regs to > port structure which can be used in context restore. > Also ensuring all uart reg info's are part of port structure. > > Signed-off-by: Govindraj.R IMO, this should come later in the series to avoid adding b

[PATCH v6 08/16] OMAP2+: UART: Store certain reg values to port structure

2011-09-30 Thread Govindraj.R
In preparation to runtime conversion add missing uart regs to port structure which can be used in context restore. Also ensuring all uart reg info's are part of port structure. Signed-off-by: Govindraj.R --- arch/arm/plat-omap/include/plat/omap-serial.h |3 ++ drivers/tty/serial/omap-serial.