Re: [U-Boot] [PATCH 2/2] mmc: bring back partition init for non-DM MMC drivers

2019-01-06 Thread Petr Štetiar
Soeren Moch [2019-01-05 18:31:09]: > This also fixes MMC support on a tbs2910 board. And also for Apalis board with i.MX6[1]. Thanks Andre! Tested-by: Petr Štetiar 1. https://lists.denx.de/pipermail/u-boot/2018-December/352210.html -- ynezz ___

Re: [U-Boot] [PATCH 2/2] mmc: bring back partition init for non-DM MMC drivers

2019-01-05 Thread Soeren Moch
On 05.01.19 02:56, Simon Glass wrote: > kOn Mon, 17 Dec 2018 at 03:07, Andre Przywara wrote: >> Commit d0851c893706 ("blk: Call part_init() in the post_probe() method") >> removed the call to part_init() in mmc.c, as this is done by the DM_MMC >> framework. >> However Allwinner is (still)

Re: [U-Boot] [PATCH 2/2] mmc: bring back partition init for non-DM MMC drivers

2019-01-04 Thread Simon Glass
kOn Mon, 17 Dec 2018 at 03:07, Andre Przywara wrote: > > Commit d0851c893706 ("blk: Call part_init() in the post_probe() method") > removed the call to part_init() in mmc.c, as this is done by the DM_MMC > framework. > However Allwinner is (still) relying on a non-DM MMC driver, so we are > now

[U-Boot] [PATCH 2/2] mmc: bring back partition init for non-DM MMC drivers

2018-12-17 Thread Andre Przywara
Commit d0851c893706 ("blk: Call part_init() in the post_probe() method") removed the call to part_init() in mmc.c, as this is done by the DM_MMC framework. However Allwinner is (still) relying on a non-DM MMC driver, so we are now missing the implicit partition init, leading to failing MMC