dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drm/panel: Changes for v4.3-rc1
@ 2015-08-14 15:01 Thierry Reding
  2015-08-14 19:46 ` [GIT PULL v2] " Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2015-08-14 15:01 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dri-devel

Hi Dave,

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.3-rc1

for you to fetch changes up to b6b8d6ac240bc4e902321d526f10406d476d1fcd:

  drm/bridge: Put Kconfig entries in a separate menu (2015-08-13 14:57:41 +0200)

Thanks,
Thierry

----------------------------------------------------------------
drm/panel: Changes for v4.3-rc1

This introduces support for a couple of new panels and also contains
some work to restructure the directories to get more consistency, to
deal better with more panel and bridge drivers getting added.

----------------------------------------------------------------
Gary Bisson (2):
      of: Add Okaya Electric America vendor prefix
      drm/panel: Add display timing for Okaya RS800480T-7X0GP

Heiko Schocher (1):
      drm/panel: Add support for LG LG4573 480x800 4.3" panel

Philipp Zabel (2):
      drm/panel: simple: Add bus format for HannStar HSD070PWW1 LVDS panel
      drm/panel: simple: Correct minimum hsync length of the HannStar HSD070PWW1 panel

Thierry Reding (5):
      drm/exynos: Remove PTN3460 dependency
      drm/panel: Add Samsung prefix to panel drivers
      drm/bridge: Add vendor prefixes
      drm/panel: simple: Add support for AUO B080UAN01
      drm/bridge: Put Kconfig entries in a separate menu

jianwei wang (1):
      drm/panel: simple: Add support for NEC NL4827HC19-05B 480x272 panel

 .../devicetree/bindings/panel/auo,b080uan01.txt    |   7 +
 .../devicetree/bindings/panel/lg,lg4573.txt        |  19 ++
 .../bindings/panel/nec,nl4827hc19-05b.txt          |   7 +
 .../bindings/panel/okaya,rs800480t-7x0gp.txt       |   7 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/configs/exynos_defconfig                  |   6 +-
 arch/arm/configs/multi_v7_defconfig                |   6 +-
 drivers/gpu/drm/Kconfig                            |   4 +-
 drivers/gpu/drm/bridge/Kconfig                     |  24 +-
 drivers/gpu/drm/bridge/Makefile                    |   6 +-
 .../gpu/drm/bridge/{ptn3460.c => nxp-ptn3460.c}    |   0
 .../gpu/drm/bridge/{ps8622.c => parade-ps8622.c}   |   0
 drivers/gpu/drm/exynos/Kconfig                     |   2 +-
 drivers/gpu/drm/panel/Kconfig                      |  16 +-
 drivers/gpu/drm/panel/Makefile                     |   5 +-
 drivers/gpu/drm/panel/panel-lg-lg4573.c            | 298 +++++++++++++++++++++
 .../{panel-ld9040.c => panel-samsung-ld9040.c}     |   2 +-
 .../{panel-s6e8aa0.c => panel-samsung-s6e8aa0.c}   |   2 +-
 drivers/gpu/drm/panel/panel-simple.c               |  99 ++++++-
 19 files changed, 482 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/panel/auo,b080uan01.txt
 create mode 100644 Documentation/devicetree/bindings/panel/lg,lg4573.txt
 create mode 100644 Documentation/devicetree/bindings/panel/nec,nl4827hc19-05b.txt
 create mode 100644 Documentation/devicetree/bindings/panel/okaya,rs800480t-7x0gp.txt
 rename drivers/gpu/drm/bridge/{ptn3460.c => nxp-ptn3460.c} (100%)
 rename drivers/gpu/drm/bridge/{ps8622.c => parade-ps8622.c} (100%)
 create mode 100644 drivers/gpu/drm/panel/panel-lg-lg4573.c
 rename drivers/gpu/drm/panel/{panel-ld9040.c => panel-samsung-ld9040.c} (99%)
 rename drivers/gpu/drm/panel/{panel-s6e8aa0.c => panel-samsung-s6e8aa0.c} (99%)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-08-14 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 15:01 [GIT PULL] drm/panel: Changes for v4.3-rc1 Thierry Reding
2015-08-14 19:46 ` [GIT PULL v2] " Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox