Re: How to port brcmnand Linux driver?

2016-09-21 Thread Eric Le Bihan
> On Wed, Sep 21, 2016 at 10:40:43AM +0200, Eric Le Bihan wrote: > > > > I'm trying to port the brcmnand driver for Broadcom NAND controller > > from Linux. > > This driver requires an update of the MTD headers in barebox, as > > they lack > > definitions for functions such as mtd_set_ooblayout().

Re: How to port brcmnand Linux driver?

2016-09-21 Thread Sascha Hauer
On Wed, Sep 21, 2016 at 10:40:43AM +0200, Eric Le Bihan wrote: > Hi! > > I'm trying to port the brcmnand driver for Broadcom NAND controller from > Linux. > This driver requires an update of the MTD headers in barebox, as they lack > definitions for functions such as mtd_set_ooblayout(). > > Wh