All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/9] ARM: tegra: add platform suspend support
@ 2013-04-02 11:20 ` Joseph Lo
  0 siblings, 0 replies; 50+ messages in thread
From: Joseph Lo @ 2013-04-02 11:20 UTC (permalink / raw)
  To: Stephen Warren
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Joseph Lo

This series introduces a basic functionality for Tegra to support the
platform suspend and resume.

Note: This series only adds the support for Tegra20 and Tegra30. The
Tegra114 will be supported later.

Verified on Seaboard and Cardhu.

V5:
* some fixes from V4's review comments

V4:
* add tegra_pm_validate_suspend_mode() to validate the suspend mode config
  from DT
* squash the patch below into [4/9] to avoid churn after this series
  [2/3] ARM: tegra: refactor the pmc_pm_set function

V3:
* fix the PMC DT configurations for paz00 board
* add a protection for only support LP2 suspend mode

V2:
* re-order the patch sequence to make sure the suspend function can be
  enabled well after the last patch be merged
* squash the patches that defined the PM bindings for PMC and the
  implementation


Joseph Lo (9):
  gpio: tegra: add gpio wakeup source handling
  ARM: tegra: irq: add wake up handling
  ARM: dt: tegra: add bindings of power management configurations for
    PMC
  ARM: tegra: pm: add platform suspend support
  ARM: dts: tegra: add power gpio keys to DT
  ARM: dts: tegra: whistler: add wakeup source for KBC
  ARM: dts: tegra: add non-removable and keep-power-in-suspend property
    for MMC
  ARM: tegra: config: defconfig update
  ARM: dts: tegra: add the PM configurations of PMC

 .../bindings/arm/tegra/nvidia,tegra20-pmc.txt      |  42 ++++++-
 arch/arm/boot/dts/tegra20-harmony.dts              |  17 +++
 arch/arm/boot/dts/tegra20-paz00.dts                |   7 ++
 arch/arm/boot/dts/tegra20-seaboard.dts             |   8 ++
 arch/arm/boot/dts/tegra20-trimslice.dts            |  20 +++
 arch/arm/boot/dts/tegra20-ventana.dts              |  19 +++
 arch/arm/boot/dts/tegra20-whistler.dts             |  10 ++
 arch/arm/boot/dts/tegra30-beaver.dts               |   8 ++
 arch/arm/boot/dts/tegra30-cardhu-a02.dts           |   1 +
 arch/arm/boot/dts/tegra30-cardhu-a04.dts           |   1 +
 arch/arm/boot/dts/tegra30-cardhu.dtsi              |   8 ++
 arch/arm/configs/tegra_defconfig                   |   1 +
 arch/arm/mach-tegra/common.c                       |   3 +
 arch/arm/mach-tegra/irq.c                          |  96 ++++++++++++++-
 arch/arm/mach-tegra/irq.h                          |   6 +
 arch/arm/mach-tegra/pm.c                           |  93 ++++++++++++--
 arch/arm/mach-tegra/pm.h                           |  15 +++
 arch/arm/mach-tegra/pmc.c                          | 134 ++++++++++++++++++++-
 arch/arm/mach-tegra/pmc.h                          |  12 +-
 drivers/gpio/gpio-tegra.c                          |  21 +++-
 20 files changed, 500 insertions(+), 22 deletions(-)

-- 
1.8.2

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

end of thread, other threads:[~2013-04-03 21:20 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02 11:20 [PATCH V5 0/9] ARM: tegra: add platform suspend support Joseph Lo
2013-04-02 11:20 ` Joseph Lo
     [not found] ` <1364901613-25080-1-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-04-02 11:20   ` [PATCH V5 1/9] gpio: tegra: add gpio wakeup source handling Joseph Lo
2013-04-02 11:20     ` Joseph Lo
     [not found]     ` <1364901613-25080-2-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-04-03 16:29       ` Linus Walleij
2013-04-03 16:29         ` Linus Walleij
     [not found]         ` <CACRpkdYOLuUyBu7ER7hqLGZnAoYS0Z7XJ6LC2=ec3vxKzF1rqA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-03 16:52           ` Stephen Warren
2013-04-03 16:52             ` Stephen Warren
     [not found]             ` <515C5E43.1080904-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-04-03 21:20               ` Stephen Warren
2013-04-03 21:20                 ` Stephen Warren
2013-04-02 11:20   ` [PATCH V5 2/9] ARM: tegra: irq: add wake up handling Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 3/9] ARM: dt: tegra: add bindings of power management configurations for PMC Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 4/9] ARM: tegra: pm: add platform suspend support Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 5/9] ARM: dts: tegra: add power gpio keys to DT Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 6/9] ARM: dts: tegra: whistler: add wakeup source for KBC Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 7/9] ARM: dts: tegra: add non-removable and keep-power-in-suspend property for MMC Joseph Lo
2013-04-02 11:20     ` Joseph Lo
     [not found]     ` <1364901613-25080-8-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-04-02 19:58       ` Stephen Warren
2013-04-02 19:58         ` Stephen Warren
     [not found]         ` <515B3871.50801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-04-03  5:45           ` Thierry Reding
2013-04-03  5:45             ` Thierry Reding
     [not found]             ` <20130403054549.GA6764-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2013-04-03  6:28               ` Joseph Lo
2013-04-03  6:28                 ` Joseph Lo
2013-04-03  6:59           ` Joseph Lo
2013-04-03  6:59             ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 8/9] ARM: tegra: config: defconfig update Joseph Lo
2013-04-02 11:20     ` Joseph Lo
2013-04-02 11:20   ` [PATCH V5 9/9] ARM: dts: tegra: add the PM configurations of PMC Joseph Lo
2013-04-02 11:20     ` Joseph Lo
     [not found]     ` <1364901613-25080-10-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-04-02 20:00       ` Stephen Warren
2013-04-02 20:00         ` Stephen Warren
     [not found]         ` <515B38F7.5050606-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-04-03  5:59           ` Thierry Reding
2013-04-03  5:59             ` Thierry Reding
     [not found]             ` <20130403055935.GB6764-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2013-04-03  6:34               ` Joseph Lo
2013-04-03  6:34                 ` Joseph Lo
     [not found]                 ` <1364970865.16957.21.camel-yx3yKKdKkHfc7b1ADBJPm0n48jw8i0AO@public.gmane.org>
2013-04-03  7:04                   ` Thierry Reding
2013-04-03  7:04                     ` Thierry Reding
     [not found]                     ` <20130403070423.GB22867-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2013-04-03  7:11                       ` Joseph Lo
2013-04-03  7:11                         ` Joseph Lo
     [not found]                         ` <1364973077.16957.32.camel-yx3yKKdKkHfc7b1ADBJPm0n48jw8i0AO@public.gmane.org>
2013-04-03  7:19                           ` Thierry Reding
2013-04-03  7:19                             ` Thierry Reding
     [not found]                             ` <20130403071932.GA23157-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2013-04-03  7:33                               ` Joseph Lo
2013-04-03  7:33                                 ` Joseph Lo
2013-04-02 19:39   ` [PATCH V5 0/9] ARM: tegra: add platform suspend support Stephen Warren
2013-04-02 19:39     ` Stephen Warren

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.