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 v6 0/3] Add spi-nor flash device pm support
Date: Fri, 24 Feb 2017 15:16:36 -0500 [thread overview]
Message-ID: <1487967399-28967-1-git-send-email-kdasu.kdev@gmail.com> (raw)
Changes since v5 based on review comments:
spi-nor.h
- Added flash state field
- Added spin_lock for flash state change
- Added wait queue for synchronization of spi-nor ops between
mtd and spi-nor driver
spi-nor.c
- Added spi_nor_get/release_device() flash state syncronization functions
- Added mtd suspend and resume handlers
rerverted m25p80.c changes
The V5 changes below implements power management support using the mtd
handlers for resume and suspend in the spi-nor driver. Implemented flash
state synchronization methods based on other mtd device drivers.
spi-nor mtd pm resume() calls newly implemented spi_nor_init() function
that sets up the spi-nor flash to its pre-suspend 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 (3):
mtd: spi-nor: Add spi-nor init function
mtd: spi-nor: Add spi-nor flash device synchronization between flash
states
mtd: spi-nor: Add spi-nor mtd suspend and resume handlers
drivers/mtd/spi-nor/spi-nor.c | 170 +++++++++++++++++++++++++++++++++++-------
include/linux/mtd/spi-nor.h | 22 +++++-
2 files changed, 164 insertions(+), 28 deletions(-)
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Kamal Dasu <kdasu.kdev@gmail.com>
To: linux-spi@vger.kernel.org, cyrille.pitchen@atmel.com,
marex@denx.de, broonie@kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com, f.fainelli@gmail.com,
linux-mtd@lists.infradead.org, Kamal Dasu <kdasu.kdev@gmail.com>
Subject: [PATCH v6 0/3] Add spi-nor flash device pm support
Date: Fri, 24 Feb 2017 15:16:36 -0500 [thread overview]
Message-ID: <1487967399-28967-1-git-send-email-kdasu.kdev@gmail.com> (raw)
Changes since v5 based on review comments:
spi-nor.h
- Added flash state field
- Added spin_lock for flash state change
- Added wait queue for synchronization of spi-nor ops between
mtd and spi-nor driver
spi-nor.c
- Added spi_nor_get/release_device() flash state syncronization functions
- Added mtd suspend and resume handlers
rerverted m25p80.c changes
The V5 changes below implements power management support using the mtd
handlers for resume and suspend in the spi-nor driver. Implemented flash
state synchronization methods based on other mtd device drivers.
spi-nor mtd pm resume() calls newly implemented spi_nor_init() function
that sets up the spi-nor flash to its pre-suspend 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 (3):
mtd: spi-nor: Add spi-nor init function
mtd: spi-nor: Add spi-nor flash device synchronization between flash
states
mtd: spi-nor: Add spi-nor mtd suspend and resume handlers
drivers/mtd/spi-nor/spi-nor.c | 170 +++++++++++++++++++++++++++++++++++-------
include/linux/mtd/spi-nor.h | 22 +++++-
2 files changed, 164 insertions(+), 28 deletions(-)
--
1.9.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2017-02-24 20:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-24 20:16 Kamal Dasu [this message]
2017-02-24 20:16 ` [PATCH v6 0/3] Add spi-nor flash device pm support Kamal Dasu
2017-02-24 20:16 ` [PATCH v6 1/3] mtd: spi-nor: Add spi-nor init function Kamal Dasu
2017-02-24 20:16 ` Kamal Dasu
2017-02-24 20:16 ` [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states Kamal Dasu
2017-02-24 20:16 ` Kamal Dasu
2017-02-26 12:18 ` Marek Vasut
2017-02-26 12:18 ` Marek Vasut
2017-03-03 21:38 ` Kamal Dasu
2017-03-03 21:38 ` Kamal Dasu
2017-03-05 1:11 ` Marek Vasut
2017-03-05 1:11 ` Marek Vasut
2017-03-07 23:08 ` Cyrille Pitchen
2017-03-07 23:08 ` Cyrille Pitchen
2017-03-09 20:03 ` Kamal Dasu
2017-03-09 20:03 ` Kamal Dasu
2017-02-24 20:16 ` [PATCH v6 3/3] mtd: spi-nor: Add spi-nor mtd suspend and resume handlers Kamal Dasu
2017-02-24 20:16 ` 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=1487967399-28967-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 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.