From: Heiner Kallweit <hkallweit1@gmail.com>
To: linux-mtd@lists.infradead.org
Cc: Brian Norris <computersforpeace@gmail.com>
Subject: [PATCH 0/2] spi-nor: m25p80: add support for deep power down
Date: Sun, 01 Feb 2015 18:16:03 +0100 [thread overview]
Message-ID: <54CE5F53.5040808@gmail.com> (raw)
Some time ago there was a first attempt to add deep power down support.
IIRC it was rejected because the differences between the chip types were
not considered well enough.
This patch is meant as a RfC.
Support for deep power down may be relevant especially for embedded devices.
I own devices with three different SPI NOR flash chips which all use the
same opcodes for suspend / resume.
Difference ist just the time they need for waking up.
The code however supports any type of suspend / resume procedure.
Initially only support for the chips I have access to was implemented.
Heiner Kallweit (2):
spi-nor: add chip_name to struct spi_nor
m25p80: if supported put chip to deep power down if not used
drivers/mtd/devices/m25p80.c | 112 +++++++++++++++++++++++++++++++++++++++++-
drivers/mtd/spi-nor/spi-nor.c | 1 +
include/linux/mtd/spi-nor.h | 2 +
3 files changed, 114 insertions(+), 1 deletion(-)
--
2.2.2
reply other threads:[~2015-02-01 17:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=54CE5F53.5040808@gmail.com \
--to=hkallweit1@gmail.com \
--cc=computersforpeace@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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 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.