linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] davinci: VPIF: add DT support
@ 2016-11-29 23:57 Kevin Hilman
  2016-11-29 23:57 ` [PATCH v4 1/4] [media] davinci: vpif_capture: don't lock over s_stream Kevin Hilman
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kevin Hilman @ 2016-11-29 23:57 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-12-07 16:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 23:57 [PATCH v4 0/4] davinci: VPIF: add DT support Kevin Hilman
2016-11-29 23:57 ` [PATCH v4 1/4] [media] davinci: vpif_capture: don't lock over s_stream Kevin Hilman
2016-11-30  8:32   ` Laurent Pinchart
2016-12-06 16:49     ` Kevin Hilman
2016-12-07 15:47       ` Laurent Pinchart
2016-12-07 16:06         ` Kevin Hilman
2016-11-29 23:57 ` [PATCH v4 2/4] [media] davinci: VPIF: add basic support for DT init Kevin Hilman
2016-11-29 23:57 ` [PATCH v4 3/4] [media] davinci: vpif_capture: get subdevs from DT Kevin Hilman
2016-11-29 23:57 ` [PATCH v4 4/4] [media] dt-bindings: add TI VPIF documentation Kevin Hilman
2016-12-05 22:27   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).