All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Kerr <jk@ozlabs.org>
To: linux-mtd@lists.infradead.org, linuxppc-dev@lists.ozlabs.org
Cc: Cyril Bur <cyrilbur@gmail.com>, Joel Stanley <joel@jms.id.au>
Subject: [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash
Date: Wed, 01 Apr 2015 14:05:30 +0800	[thread overview]
Message-ID: <1427868330.741478.119647151764.0.gpush@pablo> (raw)
In-Reply-To: <1427868330.741478.119647151764.0.gpush@pablo>

Hi all,

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

Patch 1/2 adds the Linux interface to these calls. Patch 2/2 adds a mtd
driver that uses these calls.

Because there's two subsystems involved here, there are a couple of
methods to merge this:

 1) The powerpc folks take 1/2, and the mtd folks take 2/2, to be
    applied once 1/2 is available (Michael has created a topic branch for
    this in the past, which can make things a little easier), or

 2) One of the maintainers takes both patches, once the other has acked
    their patch. I'd suggest that it goes through the powerpc tree in
    this case, as that will be less likely to conflict.

Either way, I'm happy.

Cheers,

	
Jeremy

---
Cyril Bur (2):
      powerpc/powernv: Add interfaces for flash device access
      drivers/mtd: add powernv flash MTD abstraction driver

       reply	other threads:[~2015-04-01  6:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01  6:05 Jeremy Kerr [this message]
2015-04-01  6:05 ` [PATCH 1/2] powerpc/powernv: Add interfaces for flash device access Jeremy Kerr
2015-04-02  2:16   ` Stewart Smith
2015-04-01  6:05 ` [PATCH 2/2] drivers/mtd: add powernv flash MTD abstraction driver Jeremy Kerr
2015-04-03  8:50 ` [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash Michael Ellerman
2015-04-07  2:55   ` Jeremy Kerr
2015-04-13  4:22 ` Cyril Bur

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=1427868330.741478.119647151764.0.gpush@pablo \
    --to=jk@ozlabs.org \
    --cc=cyrilbur@gmail.com \
    --cc=joel@jms.id.au \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /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.