All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Added support for spi-nor device pm in m25p80
@ 2017-02-14 15:32 ` Kamal Dasu
  0 siblings, 0 replies; 24+ messages in thread
From: Kamal Dasu @ 2017-02-14 15:32 UTC (permalink / raw)
  To: linux-spi-u79uwXL29TY76Z2rM5mHXA,
	cyrille.pitchen-AIFe0yeh4nAAvxtiuMwx3w, marex-ynQEQJNshbs,
	broonie-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	f.fainelli-Re5JQEeQqe8AvxtiuMwx3w,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w, Kamal Dasu

Changes since v3 based on review comments:
spi-nor.h
- Moved flash_info field to end of structure
- Added flash_info entry to the spi_nor structure description
- Reworded the function description
- Reworded the commit message

m25p80.c:
- Only implement and initialize the resume() pm_op

The V4 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 init function
  mtd: m25p80: Added pm ops support

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

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-02-20  8:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14 15:32 [PATCH v4 0/2] Added support for spi-nor device pm in m25p80 Kamal Dasu
2017-02-14 15:32 ` Kamal Dasu
     [not found] ` <1487086368-4118-1-git-send-email-kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-14 15:32   ` [PATCH v4 1/2] mtd: spi-nor: Added spi-nor init function Kamal Dasu
2017-02-14 15:32     ` Kamal Dasu
     [not found]     ` <1487086368-4118-2-git-send-email-kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-18 22:29       ` Marek Vasut
2017-02-18 22:29         ` Marek Vasut
     [not found]         ` <b6079dbb-82fc-7579-32b2-b8c071ef02ef-ynQEQJNshbs@public.gmane.org>
2017-02-19  9:47           ` Kamal Dasu
2017-02-19  9:47             ` Kamal Dasu
     [not found]             ` <CAKekbesKKS_s873D=xy2tQcVYei_26gYipn2ru1rVY4ihXbsXw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-19 10:37               ` Marek Vasut
2017-02-19 10:37                 ` Marek Vasut
     [not found]                 ` <54393706-cd93-603a-193b-25fbf52b2d83-ynQEQJNshbs@public.gmane.org>
2017-02-19 22:38                   ` Kamal Dasu
2017-02-19 22:38                     ` Kamal Dasu
     [not found]                     ` <CAKekbetnpY=zRJM0=xn5t2enDcts5tQTV6ZtvPaW_geOd3=DQQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-19 22:51                       ` Marek Vasut
2017-02-19 22:51                         ` Marek Vasut
2017-02-20  8:12     ` Rafał Miłecki
2017-02-20  8:12       ` Rafał Miłecki
2017-02-20  8:15       ` Marek Vasut
2017-02-20  8:15         ` Marek Vasut
2017-02-14 15:32   ` [PATCH v4 2/2] mtd: m25p80: Added pm ops support Kamal Dasu
2017-02-14 15:32     ` Kamal Dasu
     [not found]     ` <1487086368-4118-3-git-send-email-kdasu.kdev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-02-18 22:31       ` Marek Vasut
2017-02-18 22:31         ` Marek Vasut
     [not found]         ` <e5fb0bdf-0956-e364-14fb-c255471f371d-ynQEQJNshbs@public.gmane.org>
2017-02-19  9:48           ` Kamal Dasu
2017-02-19  9:48             ` Kamal Dasu

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.