From: Kamal Dasu <kdasu.kdev@gmail.com>
To: linux-spi@vger.kernel.org, cyrille.pitchen@atmel.com,
marex@denx.de, broonie@kernel.org
Cc: linux-mtd@lists.infradead.org, f.fainelli@gmail.com,
bcm-kernel-feedback-list@broadcom.com,
Kamal Dasu <kdasu.kdev@gmail.com>
Subject: [PATCH v2 0/2] Added support for spi-nor device pm in m25p80
Date: Wed, 8 Feb 2017 11:52:59 -0500 [thread overview]
Message-ID: <1486572781-28808-1-git-send-email-kdasu.kdev@gmail.com> (raw)
The changes below implements power management support in m25p80 driver.
m25p80 pm resume() calls newly a implemented spi_nor_reset() 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.
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 | 62 ++++++++++++++++++++++++++++---------------
include/linux/mtd/spi-nor.h | 21 ++++++++++++++-
3 files changed, 77 insertions(+), 22 deletions(-)
--
1.9.1
next reply other threads:[~2017-02-08 16:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-08 16:52 Kamal Dasu [this message]
2017-02-08 16:53 ` [PATCH v2 1/2] mtd: spi-nor: Added spi-nor reset function Kamal Dasu
2017-02-09 15:13 ` Marek Vasut
2017-02-09 17:49 ` Cyrille Pitchen
2017-02-09 20:59 ` Kamal Dasu
2017-02-08 16:53 ` [PATCH v2 2/2] mtd: m25p80: Added pm ops support Kamal Dasu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486572781-28808-1-git-send-email-kdasu.kdev@gmail.com \
--to=kdasu.kdev@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=broonie@kernel.org \
--cc=cyrille.pitchen@atmel.com \
--cc=f.fainelli@gmail.com \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=marex@denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).