All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/vc4: DSI display output support
@ 2017-01-24  0:38 ` Eric Anholt
  0 siblings, 0 replies; 27+ messages in thread
From: Eric Anholt @ 2017-01-24  0:38 UTC (permalink / raw)
  To: Florian Fainelli, Michael Turquette, Stephen Boyd, Rob Herring,
	Mark Rutland, dri-devel
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list, linux-clk, Eric Anholt

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] 27+ messages in thread

end of thread, other threads:[~2017-01-31 19:29 UTC | newest]

Thread overview: 27+ 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 ` Eric Anholt
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   ` Eric Anholt
2017-01-27 22:34   ` Rob Herring
2017-01-27 22:34     ` Rob Herring
2017-01-27 22:34     ` Rob Herring
2017-01-27 22:34     ` Rob Herring
2017-01-28  2:41     ` Eric Anholt
2017-01-28  2:41       ` Eric Anholt
2017-01-28  2:41       ` Eric Anholt
2017-01-28  2:41       ` Eric Anholt
2017-01-30 16:51       ` Rob Herring
2017-01-30 16:51         ` Rob Herring
2017-01-30 16:51         ` Rob Herring
2017-01-30 16:51         ` Rob Herring
2017-01-24  0:38 ` [PATCH 2/2] drm/vc4: Add DSI driver Eric Anholt
2017-01-24  0:38   ` Eric Anholt
2017-01-24  0:38   ` Eric Anholt
2017-01-27 20:04   ` Stephen Boyd
2017-01-27 20:04     ` Stephen Boyd
2017-01-27 20:04     ` Stephen Boyd
2017-01-31 19:29   ` [PATCH 2/2 v2] " Eric Anholt
2017-01-31 19:29     ` Eric Anholt
2017-01-31 19:29     ` Eric Anholt
2017-01-31 19:29       ` Eric Anholt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.