linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/vc4: DSI display output support
@ 2017-01-24  0:38 Eric Anholt
  2017-01-24  0:38 ` [PATCH 1/2] dt-bindings: Document the VC4 DSI module nodes Eric Anholt
  2017-01-24  0:38 ` [PATCH 2/2] drm/vc4: Add DSI driver Eric Anholt
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Anholt @ 2017-01-24  0:38 UTC (permalink / raw)
  To: linux-arm-kernel

This is a resend from a month ago of just two of the patches (several
are accepted at this point) from the DSI series, hoping to collect an
ack from DT.  Ccing the clock folks as well, since this ends up being
a clock provider.

Eric Anholt (2):
  dt-bindings: Document the VC4 DSI module nodes.
  drm/vc4: Add DSI driver

 .../devicetree/bindings/display/brcm,bcm-vc4.txt   |   35 +
 drivers/gpu/drm/vc4/Kconfig                        |    2 +
 drivers/gpu/drm/vc4/Makefile                       |    1 +
 drivers/gpu/drm/vc4/vc4_debugfs.c                  |    1 +
 drivers/gpu/drm/vc4/vc4_drv.c                      |    1 +
 drivers/gpu/drm/vc4/vc4_drv.h                      |    5 +
 drivers/gpu/drm/vc4/vc4_dsi.c                      | 1725 ++++++++++++++++++++
 7 files changed, 1770 insertions(+)
 create mode 100644 drivers/gpu/drm/vc4/vc4_dsi.c

-- 
2.11.0

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

end of thread, other threads:[~2017-01-30 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24  0:38 [PATCH 0/2] drm/vc4: DSI display output support Eric Anholt
2017-01-24  0:38 ` [PATCH 1/2] dt-bindings: Document the VC4 DSI module nodes Eric Anholt
2017-01-27 22:34   ` Rob Herring
2017-01-28  2:41     ` Eric Anholt
2017-01-30 16:51       ` Rob Herring
2017-01-24  0:38 ` [PATCH 2/2] drm/vc4: Add DSI driver Eric Anholt
2017-01-27 20:04   ` Stephen Boyd

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).