Re: [PATCH v2] mtd: m25p80: Add Power Management support

2014-01-03 Thread Brian Norris
On Thu, Dec 12, 2013 at 01:38:36PM +0800, Hou Zhiqiang wrote: Add PM support using callback function suspend and resume in .driver.pm of spi_driver. Signed-off-by: Hou Zhiqiang b48...@freescale.com --- v2: - Replace .driver.suspend and .driver.resume with .driver.pm - Use

[PATCH v2] mtd: m25p80: Add Power Management support

2013-12-11 Thread Hou Zhiqiang
Add PM support using callback function suspend and resume in .driver.pm of spi_driver. Signed-off-by: Hou Zhiqiang b48...@freescale.com --- v2: - Replace .driver.suspend and .driver.resume with .driver.pm - Use CONFIG_PM_SLEEP instead of CONFIG_PM drivers/mtd/devices/m25p80.c | 37