Hello, commit 70a3341a711f27ae77714ae7dd360a4e7e2d5e7c changed registering of omap_hsmmc_host from using platform_driver_probe to using platform_driver_register. But omap_hsmmc_driver doesn't have a probe entry. So I expect that the driver doesn't bind correctly. The fix is either convert back to platform_driver_probe or (add platform_driver_probe to omap_hsmmc_driver and move it to section .devinit.text). Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html