Re: [PATCHv7] OMAP3: Serial: Improved sleep logic

2010-05-11 Thread Kevin Hilman
Kevin Hilman writes: > Tero Kristo writes: > >> From: Tero Kristo >> >> This patch contains following improvements: >> - Only RX interrupt will now kick the sleep prevent timer >> - TX fifo status is checked before disabling clocks, this will prevent >> on-going transmission to be cut >> - Sm

Re: [PATCHv7] OMAP3: Serial: Improved sleep logic

2010-04-08 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > This patch contains following improvements: > - Only RX interrupt will now kick the sleep prevent timer > - TX fifo status is checked before disabling clocks, this will prevent > on-going transmission to be cut > - Smartidle is now enabled/disabled o

Re: [PATCHv7] OMAP3: Serial: Improved sleep logic

2010-03-15 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > This patch contains following improvements: > - Only RX interrupt will now kick the sleep prevent timer > - TX fifo status is checked before disabling clocks, this will prevent > on-going transmission to be cut > - Smartidle is now enabled/disabled o

[PATCHv7] OMAP3: Serial: Improved sleep logic

2010-03-12 Thread Tero Kristo
From: Tero Kristo This patch contains following improvements: - Only RX interrupt will now kick the sleep prevent timer - TX fifo status is checked before disabling clocks, this will prevent on-going transmission to be cut - Smartidle is now enabled/disabled only while switching clocks, as havi