]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: bring back partition init for non-DM MMC drivers
authorAndre Przywara <andre.przywara@arm.com>
Mon, 17 Dec 2018 10:05:45 +0000 (10:05 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:30 +0000 (07:13 -0500)
commit085f7611bc4cf10f3cd85d002f7604ce6190af90
treea663f34edf0c545594b19249b47d5e7b5e9d0d21
parent0e2c62fa1a9a868fdf35636124a5b727bfddad47
mmc: bring back partition init for non-DM MMC drivers

Commit 1d80aa5e680a ("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 accesses
due to the missing partition information.

Bring the call back just for non-DM MMC driver to fix this regression.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Soeren Moch <smoch@web.de>
drivers/mmc/mmc.c