Re: [PATCH v4 09/11] OMAP2+: Serial: Use prepare and resume calls to gate uart clocks

2011-09-11 Thread Govindraj
On Sat, Sep 10, 2011 at 12:29 AM, Kevin Hilman wrote: > "Govindraj.R" writes: > >> Currently we are using uart prepare and resume calls to gate uart clocks >> retaining the same method. >> >> More details on reason to retain this design is provided here: >> http://www.spinics.net/lists/linux-seri

Re: [PATCH v4 09/11] OMAP2+: Serial: Use prepare and resume calls to gate uart clocks

2011-09-09 Thread Kevin Hilman
"Govindraj.R" writes: > Currently we are using uart prepare and resume calls to gate uart clocks > retaining the same method. > > More details on reason to retain this design is provided here: > http://www.spinics.net/lists/linux-serial/msg04128.html This type of thing can go after the '---' sin

[PATCH v4 09/11] OMAP2+: Serial: Use prepare and resume calls to gate uart clocks

2011-09-07 Thread Govindraj.R
Currently we are using uart prepare and resume calls to gate uart clocks retaining the same method. More details on reason to retain this design is provided here: http://www.spinics.net/lists/linux-serial/msg04128.html Since prepare and resume hooks are moved to driver itself we can just use a si