<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 06/02/2015 09:56 AM, Cyril Bur
wrote:<br>
</div>
<blockquote
cite="mid:1433219169-5115-1-git-send-email-cyrilbur@gmail.com"
type="cite">
<pre wrap="">Powerpc powernv platforms allow access to certain system flash devices
through a firmwarwe interface. This change adds an mtd driver for these
flash devices.
Minor updates from Jeremy Kerr and Joel Stanley.
Signed-off-by: Cyril Bur <a class="moz-txt-link-rfc2396E" href="mailto:cyrilbur@gmail.com"><cyrilbur@gmail.com></a>
Signed-off-by: Joel Stanley <a class="moz-txt-link-rfc2396E" href="mailto:joel@jms.id.au"><joel@jms.id.au></a>
Signed-off-by: Jeremy Kerr <a class="moz-txt-link-rfc2396E" href="mailto:jk@ozlabs.org"><jk@ozlabs.org></a></pre>
</blockquote>
<br>
<small>Reviewed-by: Neelesh Gupta
<a class="moz-txt-link-rfc2396E" href="mailto:neelegup@linux.vnet.ibm.com"><neelegup@linux.vnet.ibm.com></a><br>
<br>
Neelesh.<br>
</small><br>
<blockquote
cite="mid:1433219169-5115-1-git-send-email-cyrilbur@gmail.com"
type="cite">
<pre wrap="">
---
Hello Brian and MTD folk,
Could I please get an ACK for Michael to take this through the powerpc
tree.
Thanks.
V2: Address Brian Norris' review
Fix typos
Change from NAND flash type to NOR flash type
Correctness tweaks
V3: Address Neelesh Gupta's review
Minor corrections
Release the opal token on error
Unregister mtd device on module remove
---
drivers/mtd/devices/Kconfig | 8 +
drivers/mtd/devices/Makefile | 1 +
drivers/mtd/devices/powernv_flash.c | 286 ++++++++++++++++++++++++++++++++++++
3 files changed, 295 insertions(+)
create mode 100644 drivers/mtd/devices/powernv_flash.c
</pre>
</blockquote>
<br>
</body>
</html>