Mauro, This includes two patches adding device tree support at the V4L2 API. I added Rob and Grant at Cc in case they still wanted to comment on those patches. Not sure what the exact policy is but I guess we need an explicit DT maintainer's Ack on stuff like this. These patches have been discussed quite extensively and first versions appeared about 6 months ago. Now we need DT support at the media subsystem since some SoCs are already starting to loose non-dt booting support upstream. Without this most of our media drivers would have been pretty useless. Thanks, Sylwester The following changes since commit 9e7664e0827528701074875eef872f2be1dfaab8: [media] solo6x10: The size of the thresholds ioctls was too large (2013-03-29 08:34:23 -0300) are available in the git repository at: git://linuxtv.org/snawrocki/samsung.git v4l_devicetree for you to fetch changes up to 27ab1e94d69d9139d530a661832c7b3a047a69e0: [media] Add a V4L2 OF parser (2013-03-29 17:34:55 +0100) ---------------------------------------------------------------- Guennadi Liakhovetski (2): [media] Add common video interfaces OF bindings documentation [media] Add a V4L2 OF parser .../devicetree/bindings/media/video-interfaces.txt | 228 +++++++++++++++++ drivers/media/v4l2-core/Makefile | 3 + drivers/media/v4l2-core/v4l2-of.c | 267 ++++++++++++++++++++ include/media/v4l2-of.h | 111 ++++++++ 4 files changed, 609 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/video-interfaces.txt create mode 100644 drivers/media/v4l2-core/v4l2-of.c create mode 100644 include/media/v4l2-of.h -- 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