All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] suspend/resume support for OMAP nand driver
@ 2013-06-17 18:46 ` Pekon Gupta
  0 siblings, 0 replies; 14+ messages in thread
From: Pekon Gupta @ 2013-06-17 18:46 UTC (permalink / raw)
  To: linux-mtd, linux-omap; +Cc: tony, khilman, Pekon Gupta

This patch series adds runtime PM support (specifically suspend/resume) 
for GPMC and ELM drivers.
[Patch 1/3]: Adds pm_runtime calls to handle GPMC module probe and remove
[Patch 2/3]: Adds GPMC suspend/resume support.
[Patch 3/3]: Adds ELM suspend/resume support.

Tested on am335x-evm with NAND flash support, using following:
	echo devices 	> /sys/power/pm_test
	echo mem	> /sys/power/state

	echo core	> /sys/power/pm_test
	echo mem	> /sys/power/state

Changes since v4:
- added save/restore to ELM suspend/resume
- removed #ifdef CONFIG_ARCH_OMAP3
- updated changelog to be more descriptive

Changes Since v3:
- CONFIG_PM -> CONFIG_PM_SLEEP
- using struct dev_pm_ops via driver->pm, instead of struct platform_driver
- rebased to 3.10-rc5

Changes Since v2:
- Remove calll back of nand_suspend from omap2 nand driver, as the same call
  already done from suspend activity mtd class driver.

[1] http://comments.gmane.org/gmane.linux.ports.arm.omap/91405


avinash philip (3):
  ARM: OMAP2+: gpmc: Converts GPMC driver to pm_runtime capable
  arm: gpmc: Low power transition support
  mtd: devices: elm: Low power transition support

 arch/arm/mach-omap2/gpmc.c |  29 +++++++++--
 drivers/mtd/devices/elm.c  | 117 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 142 insertions(+), 4 deletions(-)

-- 
1.8.1

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

end of thread, other threads:[~2013-07-01  8:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 18:46 [PATCH v5 0/3] suspend/resume support for OMAP nand driver Pekon Gupta
2013-06-17 18:46 ` Pekon Gupta
2013-06-17 18:46 ` [PATCH v5 1/3] ARM: OMAP2+: gpmc: Converts GPMC driver to pm_runtime capable Pekon Gupta
2013-06-17 18:46   ` Pekon Gupta
2013-06-17 18:46 ` [PATCH v5 2/3] arm: gpmc: Low power transition support Pekon Gupta
2013-06-17 18:46   ` Pekon Gupta
2013-06-18 10:50   ` Tony Lindgren
2013-06-18 10:50     ` Tony Lindgren
2013-06-17 18:46 ` [PATCH v5 3/3] mtd: devices: elm: " Pekon Gupta
2013-06-17 18:46   ` Pekon Gupta
2013-07-01  7:35   ` Gupta, Pekon
2013-07-01  7:35     ` Gupta, Pekon
2013-07-01  8:02   ` Artem Bityutskiy
2013-07-01  8:02     ` Artem Bityutskiy

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.