All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm: exynos: few patches to enhance bridge chip support
@ 2014-04-16 14:32 Ajay Kumar
  2014-04-16 14:33 ` [PATCH 1/7] drm/exynos: dp: support hotplug detection via GPIO Ajay Kumar
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Ajay Kumar @ 2014-04-16 14:32 UTC (permalink / raw)
  To: dri-devel, linux-samsung-soc
  Cc: inki.dae, a.hajda, treding, kyungmin.park, seanpaul, abrestic,
	rahul.sharma, ajaynumb, joshi, prashanth.g, Ajay Kumar

This series is based on exynos-drm-next-todo branch of Inki Dae's tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git

This set of drm patches are needed to support bridge chips and
eDP/LVDS panels with exynos_dp.
For testing, I have used exynos5250-snow board along with a few local
arch side patches.

This patchset tries to create a simple exynos_dp panel framework
to control power up/down sequence of the eDP/eDP-LVDS panel, and
the same is used to control the panel power sequence for the
LVDS panel on snow.

Andrew Bresticker (1):
  [PATCH 1/7] drm/exynos: dp: support hotplug detection via GPIO

Ajay Kumar (5):
  [PATCH 2/7] drm/panel: add pre_enable routine to drm panel
  [PATCH 3/7] drm/panel: Add driver for exynos_dp based panels
  [PATCH 4/7] drm/exynos: add exynos_dp_panel driver registration to drm driver
  [PATCH 5/7] drm/exynos: dp: modify driver to support drm_panel
  [PATCH 7/7] drm/bridge: ptn3460: add drm_panel controls

Rahul Sharma (1):
  [PATCH 6/7] drm/bridge: ptn3460: enable polling based detection

 .../devicetree/bindings/panel/exynos-dp-panel.txt  |  32 ++++
 .../devicetree/bindings/video/exynos_dp.txt        |   4 +
 drivers/gpu/drm/bridge/Kconfig                     |   1 +
 drivers/gpu/drm/bridge/ptn3460.c                   |  18 +-
 drivers/gpu/drm/exynos/Kconfig                     |   1 +
 drivers/gpu/drm/exynos/exynos_dp_core.c            |  66 ++++++-
 drivers/gpu/drm/exynos/exynos_dp_core.h            |   2 +
 drivers/gpu/drm/exynos/exynos_dp_reg.c             |  26 ++-
 drivers/gpu/drm/exynos/exynos_drm_drv.c            |  11 ++
 drivers/gpu/drm/exynos/exynos_drm_drv.h            |   1 +
 drivers/gpu/drm/panel/Kconfig                      |   9 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-exynos-dp.c            | 213 +++++++++++++++++++++
 include/drm/bridge/ptn3460.h                       |   6 +-
 include/drm/drm_panel.h                            |   9 +
 15 files changed, 387 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/panel/exynos-dp-panel.txt
 create mode 100644 drivers/gpu/drm/panel/panel-exynos-dp.c

-- 
1.8.1.2

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

end of thread, other threads:[~2014-04-21  0:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-16 14:32 [PATCH 0/7] drm: exynos: few patches to enhance bridge chip support Ajay Kumar
2014-04-16 14:33 ` [PATCH 1/7] drm/exynos: dp: support hotplug detection via GPIO Ajay Kumar
2014-04-18  8:23   ` Jingoo Han
2014-04-18 19:33     ` Ajay kumar
2014-04-16 14:33 ` [PATCH 2/7] drm/panel: add pre_enable routine to drm panel Ajay Kumar
2014-04-16 14:33 ` [PATCH 3/7] drm/panel: Add driver for exynos_dp based panels Ajay Kumar
2014-04-18  8:47   ` Jingoo Han
2014-04-18 19:42     ` Ajay kumar
2014-04-21  0:34       ` Jingoo Han
2014-04-16 14:33 ` [PATCH 4/7] drm/exynos: add exynos_dp_panel driver registration to drm driver Ajay Kumar
2014-04-18  8:57   ` Jingoo Han
2014-04-18 19:50     ` Ajay kumar
2014-04-21  0:29       ` Jingoo Han
2014-04-16 14:33 ` [PATCH 5/7] drm/exynos: dp: modify driver to support drm_panel Ajay Kumar
2014-04-18  9:08   ` Jingoo Han
2014-04-18 19:52     ` Ajay kumar
2014-04-16 14:33 ` [PATCH 6/7] drm/bridge: ptn3460: enable polling based detection Ajay Kumar
2014-04-16 14:33 ` [PATCH 7/7] drm/bridge: ptn3460: add drm_panel controls Ajay Kumar
2014-04-18  9:25   ` Jingoo Han
2014-04-18 19:55     ` Ajay kumar

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.