> static struct omap2_hsmmc_info mmc[] __initdata = { > { > .name = "external", > @@ -221,6 +233,7 @@ static struct omap2_hsmmc_info mmc[] __initdata = { > .gpio_wp = -EINVAL, > .gpio_cd = -EINVAL, > .nonremovable = true, > + .init_card = zoom_wl1271_init_card, > }, > {} /* Terminator */ > }; > > This applies on the ZOOM board. in your case it would be a bit > different, but the core principle should stay the same. Mmmh... There is no such platform data in intel_mid platforms.. Sound like another platform hack will be needed for wl1271 to be integrated. :-( Our first idea to resolve this problem was to hardcode wl1273 vendor id/product id in a black list table near read_fbr... Regards, Pierre -- 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