[PATCH v3 0/2] Added support for spi-nor device pm in m25p80

Kamal Dasu kdasu.kdev at gmail.com
Fri Feb 10 13:49:27 PST 2017


The V3 changes below implements power management support in m25p80 driver.
m25p80 pm resume() calls newly a implemented spi_nor_init() function
that sets up the spi-nor flash to its probed state. This is needed on
platfroms that turn off power to the spi-nor flash on pm suspend.
The code has been rebased to git://github.com/spi-nor/linux.git next
branch.

Kamal Dasu (2):
  mtd: spi-nor: Added spi-nor reset function
  mtd: m25p80: Added pm ops support

 drivers/mtd/devices/m25p80.c  | 16 ++++++++++
 drivers/mtd/spi-nor/spi-nor.c | 72 +++++++++++++++++++++++++++----------------
 include/linux/mtd/spi-nor.h   | 21 ++++++++++++-
 3 files changed, 81 insertions(+), 28 deletions(-)

-- 
1.9.1




More information about the linux-mtd mailing list