[PATCH v3 0/3] atmel-mci device tree support
From: ludovic.desroches at atmel.com <hidden>
Date: 2012-05-22 10:09:09
Also in:
linux-devicetree, linux-mmc
From: ludovic.desroches at atmel.com <hidden>
Date: 2012-05-22 10:09:09
Also in:
linux-devicetree, linux-mmc
Hi, This patch-set adds device tree support for atmel-mci. Regards Ludovic v3: - use cd-inverted instead of cd-invert to follow mmc common binding. - don't assign a pointer to pdev->dev.platform. - add mci controller nodes to other chips and boards. - put all dts file changes together. 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.