From: Thierry Reding <thierry.reding@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL v2] drm/panel: Changes for v4.3-rc1
Date: Fri, 14 Aug 2015 21:46:05 +0200 [thread overview]
Message-ID: <1439581565-10769-1-git-send-email-thierry.reding@gmail.com> (raw)
In-Reply-To: <1439564509-18626-1-git-send-email-thierry.reding@gmail.com>
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 a33ee95f8f456c241897a4b6153610b8488d009d:
drm/bridge: Put Kconfig entries in a separate menu (2015-08-14 21:35:36 +0200)
This is an updated pull request, fixing an issue that Fabio Estevam
pointed out, right after I had sent out the original pull request.
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 | 4 +-
.../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, 481 insertions(+), 28 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
prev parent reply other threads:[~2015-08-14 19:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 15:01 [GIT PULL] drm/panel: Changes for v4.3-rc1 Thierry Reding
2015-08-14 19:46 ` Thierry Reding [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439581565-10769-1-git-send-email-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox