* [PATCH 0/2] spi-nor: m25p80: add support for deep power down
@ 2015-02-01 17:16 Heiner Kallweit
0 siblings, 0 replies; only message in thread
From: Heiner Kallweit @ 2015-02-01 17:16 UTC (permalink / raw)
To: linux-mtd; +Cc: Brian Norris
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-01 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 17:16 [PATCH 0/2] spi-nor: m25p80: add support for deep power down Heiner Kallweit
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.