9
0
Fork 0
barebox/drivers/mci
Lucas Stach d37f1284de MCI: init device_node for MCI mainarea cdev
This fixes a regression, where boards specifying the environment
path using the form device-path = &phandle, "partname:part" would
be unable to find their env.

This is due to of_find_path() switching to cdev_by_device_node()
internally, which expects the device_node member of the main
area cdev to be initialized.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-12-10 08:51:58 +01:00
..
Kconfig MCI: pxa: depend on right symbol 2015-06-26 11:56:25 +02:00
Makefile tegra: add SDMMC controller driver 2013-12-04 16:57:35 +01:00
atmel-mci-regs.h atmel_mci: use linux regs define 2013-01-25 19:52:14 +01:00
atmel_mci.c Merge branch 'for-next/resource-err-ptr' 2014-10-02 08:54:42 +02:00
dw_mmc.c mci: dw_mmc: Add support for high speed modes 2015-11-19 08:52:10 +01:00
imx-esdhc.c mci: imx-esdhc: Replace printf with dev_* 2015-05-13 08:19:01 +02:00
imx-esdhc.h mci: esdhc: add back PIO_TIMEOUT 2014-11-24 14:04:10 +01:00
imx.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
mci-bcm2835.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
mci-bcm2835.h mci: bcm2835: use the registered device clkdev 2013-10-22 15:28:59 +02:00
mci-core.c MCI: init device_node for MCI mainarea cdev 2015-12-10 08:51:58 +01:00
mci_spi.c Introduce device_spi_driver() macro and use it for SPI drivers 2013-03-14 07:15:45 +01:00
mmci.c mci: mmci: Fix status flags check 2015-08-19 16:46:57 +02:00
mmci.h add: mmci drivers 2013-10-22 16:49:48 +02:00
mxs.c mci: mxs: Add devicetree support 2015-01-28 08:18:44 +01:00
omap_hsmmc.c of: use 'const void *' for struct of_device_id.data 2015-04-30 08:12:57 +02:00
pxamci.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
pxamci.h mci: pxamci fix CMD12 handling 2012-04-17 22:02:54 +02:00
s3c.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
sdhci.h MMC: IMX: Reset MMC_BOOT register after controller reset. 2015-01-19 08:38:12 +01:00
tegra-sdmmc.c Merge branch 'for-next/tegra' 2015-03-09 08:32:26 +01:00