Re: [PATCH v3 5/7] mtd: nand: raw: create struct rawnand_device

2017-01-10 Thread Boris Brezillon
On Tue, 10 Jan 2017 20:09:15 +0100 Marek Vasut wrote: > On 11/21/2016 01:45 PM, Boris Brezillon wrote: > > Create the rawnand_device struct inheriting from nand_device and make > > nand_chip inherit from this struct. > > > > The rawnand_device object should be used for the new > > rawnand-device

Re: [PATCH v3 5/7] mtd: nand: raw: create struct rawnand_device

2017-01-10 Thread Marek Vasut
On 11/21/2016 01:45 PM, Boris Brezillon wrote: > Create the rawnand_device struct inheriting from nand_device and make > nand_chip inherit from this struct. > > The rawnand_device object should be used for the new > rawnand-device/rawnand-controller model, and fields inside nand_chip > should prog

[PATCH v3 5/7] mtd: nand: raw: create struct rawnand_device

2016-11-21 Thread Boris Brezillon
Create the rawnand_device struct inheriting from nand_device and make nand_chip inherit from this struct. The rawnand_device object should be used for the new rawnand-device/rawnand-controller model, and fields inside nand_chip should progressively move to the future rawnand_controller or the exis