Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-12 Thread Kevin Hilman
Govindraj writes: > On Fri, Sep 9, 2011 at 11:44 PM, Kevin Hilman wrote: >> Govindraj writes: >> >>> On Fri, Sep 9, 2011 at 5:54 AM, Kevin Hilman wrote: "Govindraj.R" writes: > Adapts omap-serial driver to use pm_runtime API's. > > 1.) Moving context_restore func to driv

Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-11 Thread Govindraj
On Mon, Sep 12, 2011 at 12:25 PM, Govindraj wrote: > On Fri, Sep 9, 2011 at 11:44 PM, Kevin Hilman wrote: >> Govindraj writes: >> >>> On Fri, Sep 9, 2011 at 5:54 AM, Kevin Hilman wrote: "Govindraj.R" writes: > Adapts omap-serial driver to use pm_runtime API's. > > 1.) Mov

Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-11 Thread Govindraj
On Fri, Sep 9, 2011 at 11:44 PM, Kevin Hilman wrote: > Govindraj writes: > >> On Fri, Sep 9, 2011 at 5:54 AM, Kevin Hilman wrote: >>> "Govindraj.R" writes: >>> Adapts omap-serial driver to use pm_runtime API's. 1.) Moving context_restore func to driver from serial.c 2.) Use

Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-09 Thread Kevin Hilman
Govindraj writes: > On Fri, Sep 9, 2011 at 5:54 AM, Kevin Hilman wrote: >> "Govindraj.R" writes: >> >>> Adapts omap-serial driver to use pm_runtime API's. >>> >>> 1.) Moving context_restore func to driver from serial.c >>> 2.) Use runtime irq safe to use get_sync from irq context. >>> 3.) autos

Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-08 Thread Govindraj
On Fri, Sep 9, 2011 at 5:54 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> Adapts omap-serial driver to use pm_runtime API's. >> >> 1.) Moving context_restore func to driver from serial.c >> 2.) Use runtime irq safe to use get_sync from irq context. >> 3.) autosuspend for port specific acti

Re: [PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-08 Thread Kevin Hilman
"Govindraj.R" writes: > Adapts omap-serial driver to use pm_runtime API's. > > 1.) Moving context_restore func to driver from serial.c > 2.) Use runtime irq safe to use get_sync from irq context. > 3.) autosuspend for port specific activities and put for reg access. Re: autosuspend, it looks lik

[PATCH v4 07/11] Serial: OMAP: Add runtime pm support for omap-serial driver

2011-09-07 Thread Govindraj.R
Adapts omap-serial driver to use pm_runtime API's. 1.) Moving context_restore func to driver from serial.c 2.) Use runtime irq safe to use get_sync from irq context. 3.) autosuspend for port specific activities and put for reg access. 4.) for earlyprintk usage the debug macro will write to console