From: Kevin Hilman <khilman@deeprootsystems.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH 0/3] OMAP: PM: enable UART clock disabling when idle
Date: Wed, 26 Nov 2008 16:29:57 -0800 [thread overview]
Message-ID: <1227745800-5894-1-git-send-email-khilman@deeprootsystems.com> (raw)
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(-)
next reply other threads:[~2008-11-27 0:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-27 0:29 Kevin Hilman [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1227745800-5894-1-git-send-email-khilman@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.