u-boot/drivers
Yangbo Lu 66fa035b55 mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled
u-boot is trying to make CONFIG_BLK as a hard requirement
for DM_MMC. But now it's still not.

config BLK
	bool "Support block devices"
	depends on DM
	default y if DM_MMC

When fsl_esdhc driver was reworked for DM_MMC support, DM_MMC
without CONFIG_BLK enabled wasn't considered. This patch is to
fix probe issue without CONFIG_BLK enabled.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
2019-06-19 12:54:56 +05:30
..
adc
ata ata: fsl_ahci: Add sata DM support for Freescale powerpc socs 2019-05-23 19:53:09 +05:30
axi
bios_emulator
block
board board: gazerbeam: Fix SC detection 2019-05-21 08:03:38 +02:00
bootcount
cache dm: cache: add the pl310 cache controller driver 2019-05-05 08:48:50 -04:00
clk - Add Ethernet support for STM32MP1 2019-06-11 17:22:22 -04:00
core dm: core: Fix dm_extended_scan_fdt() 2019-05-21 17:33:23 -06:00
cpu
crypto Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone" 2019-06-11 10:42:48 +02:00
ddr mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE 2019-05-21 07:52:33 +02:00
demo
dfu
dma CONFIG_SPL_SYS_[DI]CACHE_OFF: add 2019-05-18 08:15:35 -04:00
fastboot
firmware firmware: ti_sci: Always request response from firmware 2019-05-03 07:23:17 -04:00
fpga spl: socfpga: Implement fpga bitstream loading with socfpga loadfs 2019-05-10 22:48:11 +02:00
gpio gpio: dwapb_gpio: fix broken dev->node 2019-05-24 00:01:08 +02:00
hwspinlock
i2c i2c: stm32f7: improve loopback in timing algorithm 2019-05-23 11:36:47 +02:00
input
led
mailbox
memory
misc imx8: fuse: fix fuse driver 2019-06-11 10:42:48 +02:00
mmc mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled 2019-06-19 12:54:56 +05:30
mtd mtd: Fix get_mtdparts() 2019-06-06 17:40:14 +02:00
net - Add Ethernet support for STM32MP1 2019-06-11 17:22:22 -04:00
nvme nvme: Fix warning of cast from pointer to integer of different size 2019-05-19 16:17:33 +08:00
pch
pci pci: imx: Add DM and DT support 2019-06-11 10:42:48 +02:00
pcmcia
phy phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY drivers 2019-05-09 10:38:32 +02:00
pinctrl - pinctrl: meson-gx: fix GPIO_TEST_N and GPIOCLK_ groups 2019-06-12 15:28:34 -04:00
power regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot 2019-06-11 10:42:48 +02:00
pwm rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
qe configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig 2019-05-26 14:40:50 -04:00
ram stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
remoteproc remoteproc: k3_system_controller: Increase rx timeout 2019-05-09 20:22:05 -04:00
reset reset: socfpga: convert to livetree 2019-05-10 22:48:11 +02:00
rtc rtc: export rtc_month_days() 2019-05-31 23:27:12 +02:00
scsi
serial serial: mxc: Add iMX6SX compatible string 2019-06-11 10:42:48 +02:00
smem
soc
sound sound: tegra: Add a sound driver 2019-05-24 10:14:10 -07:00
spi - Add Ethernet support for STM32MP1 2019-06-11 17:22:22 -04:00
spmi
sysreset sysreset: select DM_GPIO instead of GPIO 2019-05-10 07:18:13 -04:00
tee test/py: avb: fix test_avb_persistent_values fail 2019-05-09 19:52:55 -04:00
thermal
timer timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR 2019-05-10 22:48:11 +02:00
tpm
usb usb: ehci: adopt 32 bit address for CONFIG_PPC 2019-05-23 19:53:08 +05:30
video video: meson: hdmi-supply regulator should be optional 2019-06-05 10:51:46 +02:00
virtio
w1
w1-eeprom
watchdog watchdog: stm32mp: Add watchdog driver 2019-06-06 17:40:16 +02:00
Kconfig dm: cache: Create a uclass for cache 2019-05-05 08:48:50 -04:00
Makefile Merge branch 'master' of git://git.denx.de/u-boot-socfpga 2019-05-07 09:37:11 -04:00