
This series addresses recent Tegra NAND driver breakage caused by ongoing driver model resp. live tree migration work and enables it on Harmony as well.
This series is available at http://git.toradex.com/cgit/u-boot-toradex.git/log/?h=for-next
Changes in v2: - Use UCLASS_MTD rather than MISC as suggested by Stefan. - Enable CONFIG_MTD as well to make sure UCLASS_MTD is available. - New commit required due to using UCLASS_MTD.
Marcel Ziswiler (3): mtd: nand: tegra: convert to driver model and live tree configs: harmony: enable live tree, mtd and ubi configs: colibri_t20: enable mtd
configs/colibri_t20_defconfig | 1 + configs/harmony_defconfig | 6 +++ drivers/mtd/nand/tegra_nand.c | 98 ++++++++++++++++++++++++------------------- include/configs/harmony.h | 4 ++ 4 files changed, 66 insertions(+), 43 deletions(-)