Re: [U-Boot] [RESEND PATCH v2 06/13] nand: davinci: add support for driver model

2019-07-29 Thread Tom Rini
On Mon, Jul 29, 2019 at 08:58:03AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Extend the davinci NAND driver to support the driver model. For now this > doesn't add any device-tree parsing due to the fact that we can't access > the actual nand node on the device-tree - it'

[U-Boot] [RESEND PATCH v2 06/13] nand: davinci: add support for driver model

2019-07-29 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Extend the davinci NAND driver to support the driver model. For now this doesn't add any device-tree parsing due to the fact that we can't access the actual nand node on the device-tree - it's a subnode of the aemif device and we don't have an aemif driver on davinci at