Re: [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash

2015-04-12 Thread Cyril Bur
On Wed, 2015-04-01 at 14:05 +0800, Jeremy Kerr wrote: > 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 > d

Re: [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash

2015-04-06 Thread Jeremy Kerr
Hi all, > If the mtd maintainers are happy with it this would be the easier approach in > this instance. OK, sounds good to me. MTD folks: any objections to this process? If not, is this patch good to go in, or any changes we should make? Cheers, Jeremy __

Re: [PATCH 0/2] Add a MTD driver for OpenPower PNOR flash

2015-04-03 Thread Michael Ellerman
On Wed, 2015-04-01 at 14:05 +0800, Jeremy Kerr wrote: > 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 > d

[PATCH 0/2] Add a MTD driver for OpenPower PNOR flash

2015-03-31 Thread Jeremy Kerr
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