Re: [PATCH v4 04/11] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-09-08 Thread Govindraj
Hi Kevin, Thanks for the review. On Fri, Sep 9, 2011 at 5:09 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> Cleanup serial.c file in preparation to addition of runtime API's in >> omap-serial >> file. Remove all clock handling mechanism as this will be taken care with >> pm runtime API's

Re: [PATCH v4 04/11] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-09-08 Thread Kevin Hilman
"Govindraj.R" writes: > Cleanup serial.c file in preparation to addition of runtime API's in > omap-serial > file. Remove all clock handling mechanism as this will be taken care with > pm runtime API's in omap-serial.c file itself. > > 1.) Remove omap-device enable and disable. We can can use ge

[PATCH v4 04/11] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-09-07 Thread Govindraj.R
Cleanup serial.c file in preparation to addition of runtime API's in omap-serial file. Remove all clock handling mechanism as this will be taken care with pm runtime API's in omap-serial.c file itself. 1.) Remove omap-device enable and disable. We can can use get_sync/put_sync API's 2.) Remove co

Re: [PATCH v3 02/12] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-06-27 Thread Govindraj
On Sat, Jun 25, 2011 at 3:58 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> Cleanup serial.c file in preparation to addition of runtime api's in >> omap-serial >> file. Remove all clock handling mechanism as this will be taken care with >> pm runtime api's in omap-serial.c file itself. >>

Re: [PATCH v3 02/12] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-06-24 Thread Kevin Hilman
"Govindraj.R" writes: > Cleanup serial.c file in preparation to addition of runtime api's in > omap-serial > file. Remove all clock handling mechanism as this will be taken care with > pm runtime api's in omap-serial.c file itself. > > 1.) Remove omap-device enable and disable. We can can use ge

[PATCH v3 02/12] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-06-08 Thread Govindraj.R
Cleanup serial.c file in preparation to addition of runtime api's in omap-serial file. Remove all clock handling mechanism as this will be taken care with pm runtime api's in omap-serial.c file itself. 1.) Remove omap-device enable and disable. We can can use get_sync/put_sync api's 2.) Remove co

OMAP2+: UART: Remove uart clock handling code from serial.c

2011-04-29 Thread Alan Cox
On Fri, 29 Apr 2011 18:09:46 +0530 "Govindraj.R" wrote: > Cleanup serial.c file in preparation to addition of runtime api's in > omap-serial > file. Remove all clock handling mechanism as this will be taken care with > pm runtime api's in omap-serial.c file itself. > > 1.) Remove omap-device en

[PATCH v2 02/12] OMAP2+: UART: Remove uart clock handling code from serial.c

2011-04-29 Thread Govindraj.R
Cleanup serial.c file in preparation to addition of runtime api's in omap-serial file. Remove all clock handling mechanism as this will be taken care with pm runtime api's in omap-serial.c file itself. 1.) Remove omap-device enable and disable. We can can use get_sync/put_sync api's 2.) Remove co