linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add a MTD driver for OpenPower PNOR flash
@ 2015-05-04  6:42 Cyril Bur
  2015-05-04  6:42 ` [PATCH] drivers/mtd: add powernv flash MTD abstraction driver Cyril Bur
  0 siblings, 1 reply; 6+ messages in thread
From: Cyril Bur @ 2015-05-04  6:42 UTC (permalink / raw)
  To: linux-mtd, linuxppc-dev; +Cc: dwmw2, jk

Hi,

I'm resending the patch that Jeremy Kerr sent a while back.

This patch implements a simple mtd device to allow access to the PNOR
flash on OpenPower machines. The flash is accessed through firmware
calls.

The firmware calls are already merged in:
commit ed59190e41b725e1cfd79541f5fc66c20adb0671
Author: Cyril Bur <cyrilbur@gmail.com>
Date:   Wed Apr 1 14:05:30 2015 +0800

    powerpc/powernv: Add interfaces for flash device access

Cheers,

Cyril



Cyril Bur (1):
  drivers/mtd: add powernv flash MTD abstraction driver

 drivers/mtd/devices/Kconfig         |   6 +
 drivers/mtd/devices/Makefile        |   1 +
 drivers/mtd/devices/powernv_flash.c | 288 ++++++++++++++++++++++++++++++++++++
 3 files changed, 295 insertions(+)
 create mode 100644 drivers/mtd/devices/powernv_flash.c

-- 
1.9.1

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

end of thread, other threads:[~2015-05-27 20:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  6:42 [PATCH] Add a MTD driver for OpenPower PNOR flash Cyril Bur
2015-05-04  6:42 ` [PATCH] drivers/mtd: add powernv flash MTD abstraction driver Cyril Bur
2015-05-20 21:17   ` Brian Norris
2015-05-21  5:09     ` Jeremy Kerr
2015-05-21  6:12     ` Cyril Bur
2015-05-27 20:56       ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).