All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  drm: Add drm_bridge and PTN3460 bridge driver
@ 2013-08-14 20:47 Sean Paul
  2013-08-14 20:47 ` [PATCH v2 1/2] drm: Add drm_bridge Sean Paul
  2013-08-14 20:47 ` [PATCH v2 2/2] drm/bridge: Add PTN3460 bridge driver Sean Paul
  0 siblings, 2 replies; 11+ messages in thread
From: Sean Paul @ 2013-08-14 20:47 UTC (permalink / raw)
  To: devicetree-discuss, linux-doc, dri-devel, robdclark, daniel,
	airlied, marcheu
  Cc: Sean Paul

This patchset adds the drm_bridge abstraction as well as the PTN3460
DisplayPort to LVDS bridge driver (using drm_bridge, of course).

Changed in v2:
 - Added PTN3460 driver to show drm_bridge usage
 - Removed connector detect() re-route in favor of implementing the connector
   in the bridge driver
 - Removed the drm_bridge_helper_funcs and stuck everything in drm_bridge_funcs
 - Added driver_private to drm_bridge

Sean Paul (2):
  drm: Add drm_bridge
  drm/bridge: Add PTN3460 bridge driver

 .../devicetree/bindings/drm/bridge/ptn3460.txt     |  27 ++
 drivers/gpu/drm/Kconfig                            |   2 +
 drivers/gpu/drm/Makefile                           |   1 +
 drivers/gpu/drm/bridge/Kconfig                     |   5 +
 drivers/gpu/drm/bridge/Makefile                    |   3 +
 drivers/gpu/drm/bridge/ptn3460.c                   | 349 +++++++++++++++++++++
 drivers/gpu/drm/drm_crtc.c                         |  50 +++
 drivers/gpu/drm/drm_crtc_helper.c                  |  89 ++++--
 include/drm/bridge/ptn3460.h                       |  36 +++
 include/drm/drm_crtc.h                             |  55 ++++
 10 files changed, 598 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/drm/bridge/ptn3460.txt
 create mode 100644 drivers/gpu/drm/bridge/Kconfig
 create mode 100644 drivers/gpu/drm/bridge/Makefile
 create mode 100644 drivers/gpu/drm/bridge/ptn3460.c
 create mode 100644 include/drm/bridge/ptn3460.h

-- 
1.8.3


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

end of thread, other threads:[~2013-08-30 16:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-14 20:47 [PATCH v2 0/2] drm: Add drm_bridge and PTN3460 bridge driver Sean Paul
2013-08-14 20:47 ` [PATCH v2 1/2] drm: Add drm_bridge Sean Paul
2013-08-29 15:59   ` Sean Paul
2013-08-29 16:13     ` Rob Clark
2013-08-29 19:44       ` Daniel Vetter
2013-08-30 16:58   ` Rob Clark
2013-08-14 20:47 ` [PATCH v2 2/2] drm/bridge: Add PTN3460 bridge driver Sean Paul
2013-08-15 15:28   ` Thierry Reding
2013-08-15 19:32     ` Sean Paul
2013-08-15 20:42       ` Thierry Reding
2013-08-15 20:51         ` Sean Paul

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.