]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: init mmc block devices on probe
authorFiach Antaw <fiach.antaw@uqconnect.edu.au>
Wed, 25 Jan 2017 09:00:24 +0000 (19:00 +1000)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 9 Feb 2017 11:37:06 +0000 (20:37 +0900)
commit48395b93d3a88a1922a64b3e398ebbe5b394dd7d
tree8fdca4cf58f9a8018e1cbcf613a1c89039e9c083
parentd57ad00ba90fc00e2d2045673b80c802dbb0920c
mmc: init mmc block devices on probe

MMC devices accessed exclusively via the driver model were not
being initialized before being exposed as block devices, causing
issues in scenarios where the MMC device is first accessed via the
uclass block interface.

Signed-off-by: Fiach Antaw <fiach.antaw@uqconnect.edu.au>
drivers/mmc/mmc-uclass.c