public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OMAP: PM: enable UART clock disabling when idle
@ 2008-11-27  0:29 Kevin Hilman
  2008-11-27  0:29 ` [PATCH 1/3] OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X Kevin Hilman
  2008-11-29 12:52 ` [PATCH 0/3] OMAP: PM: enable UART clock disabling when idle Felipe Contreras
  0 siblings, 2 replies; 9+ messages in thread
From: Kevin Hilman @ 2008-11-27  0:29 UTC (permalink / raw)
  To: linux-omap

This series enables UART clock disabling after an inactivity period.
It is based on top of the 2 8250 patches recently sent to linux-serial
and CC'd to linux-omap.

To enable:

  # echo 1 > /sys/power/clocks_off_while_idle
  # echo 1 > /sys/power/sleep_while_idle

NOTE: it is expected that the first character typed is lost
when coming out of idle.  The first char serves as the wakeup
event but is lost.

Kevin Hilman (3):
  OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X
  OMAP3: PM: UART: disable clocks when idle
  OMAP3: PM: UART save/restore support for OFF-mode

 arch/arm/mach-omap2/pm-debug.c            |  135 ----------
 arch/arm/mach-omap2/pm.h                  |    8 -
 arch/arm/mach-omap2/pm24xx.c              |   40 ++--
 arch/arm/mach-omap2/pm34xx.c              |   14 +
 arch/arm/mach-omap2/serial.c              |  380 +++++++++++++++++++++++++++--
 arch/arm/plat-omap/include/mach/common.h  |    2 -
 arch/arm/plat-omap/include/mach/control.h |    4 +
 arch/arm/plat-omap/include/mach/serial.h  |    8 +
 include/linux/serial_reg.h                |    1 +
 9 files changed, 404 insertions(+), 188 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-12-01  6:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27  0:29 [PATCH 0/3] OMAP: PM: enable UART clock disabling when idle Kevin Hilman
2008-11-27  0:29 ` [PATCH 1/3] OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X Kevin Hilman
2008-11-27  0:29   ` [PATCH 2/3] OMAP3: PM: UART: disable clocks when idle Kevin Hilman
2008-11-27  0:30     ` [PATCH 3/3] OMAP3: PM: UART save/restore support for OFF-mode Kevin Hilman
2008-11-29 12:52 ` [PATCH 0/3] OMAP: PM: enable UART clock disabling when idle Felipe Contreras
2008-11-29 13:55   ` Woodruff, Richard
2008-11-29 16:06     ` Igor Stoppa
2008-11-30  3:35       ` Woodruff, Richard
2008-12-01  6:07         ` Igor Stoppa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox