linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: sh73a0 Suspend-to-RAM
@ 2013-03-21 13:31 Bastian Hecht
  2013-03-21 13:31 ` [PATCH 2/2] ARM: shmobile: sh73a0: Suspend-to-RAM Power Off mode Bastian Hecht
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bastian Hecht @ 2013-03-21 13:31 UTC (permalink / raw)
  To: linux-arm-kernel

Here is a patch for shutting down the CPU0 to Power Off mode during
SUSPEND-to-RAM (in which case CPU1 is already shut down to Power Off mode
due to CPU hotplug).

While patch 2/2 implements this, we face some unresolved problems with the
interrupt controller code. See: "[PATCH] input: st1232: Add IRQF_NO_SUSPEND flag"
posted on 14th of February. This problem makes us unable to use the touchscreen
as a wakeup source. I consider patch 2/2 sane in itself though, and we
should consider merging it.

To test Suspend-to-RAM, patch 1/2 is supplied that is a workaround to the problem.

When I use the gpio keys in general (and as wakeup source), I get
------------[ cut here ]------------
WARNING: at drivers/tty/tty_buffer.c:428 flush_to_ldisc+0x44/0x1a0()
tty is NULL
I suppose this is another independent problem to this code.

Side note for future work: On the way to CPUIdle we might want to use
CPUIDLE_FLAG_COUPLED that enables us to coordinate the shutdown of both CPUs.

The patches are based on Simon's renesas/next branch.

Bastian Hecht (2):
  input: st1232: Add IRQF_NO_SUSPEND flag
  ARM: shmobile: sh73a0: Suspend-to-RAM Power Off mode

 arch/arm/mach-shmobile/Makefile              |    2 +-
 arch/arm/mach-shmobile/headsmp-sh73a0.S      |   72 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/include/mach/common.h |    1 +
 arch/arm/mach-shmobile/pm-sh73a0.c           |   32 ++++++++++--
 arch/arm/mach-shmobile/smp-sh73a0.c          |    2 +-
 drivers/input/touchscreen/st1232.c           |    2 +-
 6 files changed, 104 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/headsmp-sh73a0.S

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-09 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 13:31 [PATCH 0/2] ARM: shmobile: sh73a0 Suspend-to-RAM Bastian Hecht
2013-03-21 13:31 ` [PATCH 2/2] ARM: shmobile: sh73a0: Suspend-to-RAM Power Off mode Bastian Hecht
2013-04-09 13:25   ` Simon Horman
2013-04-09 15:02     ` Bastian Hecht
2013-03-21 13:36 ` [PATCH 0/2] ARM: shmobile: sh73a0 Suspend-to-RAM Bastian Hecht
2013-03-27  5:49 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).