nand: davinci: add support for driver model
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 29 Jul 2019 06:58:03 +0000 (08:58 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2019 21:58:52 +0000 (17:58 -0400)
commit29d8eb3345fe52d1bb338c541b76684f4c3a3ec6
tree1004da1dad95b5e9fd8d8ba005476b69e1c0e40b
parent7bf9972643cda406b2ba13f418d535d500d53628
nand: davinci: add support for driver model

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 the moment.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/mtd/nand/raw/davinci_nand.c