This patch series add DT support for atmel ISI driver. It can support the common v4l2 DT interfaces. v3 -> v4: if bus-width set to 10, then we support both 8 bits and 10 bits. misc fix according to Guennadi. v2 -> v3: support bus-width property for atmel-isi endpoint. v1 -> v2: modified the device tree binding document to remove an optonal property. Josh Wu (3): atmel-isi: add v4l2 async probe support atmel-isi: convert the pdata from pointer to structure atmel-isi: add primary DT support .../devicetree/bindings/media/atmel-isi.txt | 51 ++++++++++++ drivers/media/platform/soc_camera/atmel-isi.c | 90 +++++++++++++++++++--- include/media/atmel-isi.h | 4 + 3 files changed, 133 insertions(+), 12 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/atmel-isi.txt -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html