Hi, This patch-set adds device tree support for atmel-mci. Regards Ludovic v2: - squash patch v1 2/4 and 3/4. - change atmci_get_of_slots to atmci_of_init and manage pdata allocation into it. - correct potential issue (e.g. having only one slot which is not slot0 into the dt) about slots by adding a reg property corresponding to the slot id. .../devicetree/bindings/mmc/atmel-hsmci.txt | 67 ++++++++++++++++ arch/arm/boot/dts/at91sam9g25ek.dts | 16 ++++ arch/arm/boot/dts/at91sam9x5.dtsi | 24 ++++++ arch/arm/mach-at91/at91sam9x5.c | 2 + drivers/mmc/host/atmel-mci.c | 80 ++++++++++++++++++++ -- 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