From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [PATCH v4 0/4] davinci: VPIF: add DT support Date: Tue, 29 Nov 2016 15:57:08 -0800 Message-ID: <20161129235712.29846-1-khilman@baylibre.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Hans Verkuil , Laurent Pinchart , Sakari Ailus , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sekhar Nori , Rob Herring , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Add DT support, including getting subdevs from DT ports/endpoints. Tested video capture to memory on da850-lcdk board using composite input. Changes since v3: - move to a single VPIF node, DT binding updated accordingly - misc fixes/updates based on reviews from Sakari Changes since v2: - DT binding doc: fix example to use correct compatible Changes since v1: - more specific compatible strings, based on SoC: ti,da850-vpif* - fix locking bug when unlocking over subdev s_stream Kevin Hilman (4): [media] davinci: vpif_capture: don't lock over s_stream [media] davinci: VPIF: add basic support for DT init [media] davinci: vpif_capture: get subdevs from DT [media] dt-bindings: add TI VPIF documentation .../devicetree/bindings/media/ti,da850-vpif.txt | 67 ++++++++++ drivers/media/platform/davinci/vpif.c | 48 ++++++- drivers/media/platform/davinci/vpif_capture.c | 147 ++++++++++++++++++++- drivers/media/platform/davinci/vpif_display.c | 6 + include/media/davinci/vpif_types.h | 9 +- 5 files changed, 270 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/ti,da850-vpif.txt -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html