Hi Dave,
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.2-rc1
for you to fetch changes up to 4946b0430c6933383d33adf101529b7085a4a682:
drm/panel: simple: Add bus format for HannStar HSD100PXN1 (2015-06-12 16:40:42 +0200)
Thanks, Thierry
---------------------------------------------------------------- drm/panel: Changes for v4.2-rc1
This contains fixes for the long-standing build issues that some of the bridge drivers were exposing. Other than that it's mostly cleanup and a couple of new simple panels that are supported.
---------------------------------------------------------------- Doug Anderson (1): drm/bridge: dw-hdmi: Return number of EDID modes
Eric Nelson (1): drm/panel: simple: Add display timing for HannStar HSD100PXN1
Fabio Estevam (1): drm/bridge: dw-hdmi: Staticize dw_hdmi_bridge_funcs
Geert Uytterhoeven (2): drm/bridge: ptn3460: Include linux/gpio/consumer.h drm/bridge: ps8622: Include linux/gpio/consumer.h
Heiko Schocher (1): drm/panel: simple: Add support for LG LB070WV8 800x480 7" panel
Javier Martinez Canillas (1): drm/bridge: ptn3460: Fix I2C ID table to match the reported modalias
Philipp Zabel (1): drm/panel: simple: Add bus format for HannStar HSD100PXN1
Thierry Reding (3): drm/bridge: Remove stale ptn3460.h include drm/panel: Constify OF match tables drm/panel: ld9040: Remove useless padding
Uwe Kleine-König (2): drm/bridge: ps8622: Pass flags to devm_gpiod_get() drm/bridge: ptn3460: Pass flags to devm_gpiod_get()
.../bindings/panel/hannstar,hsd100pxn1.txt | 7 +++ .../devicetree/bindings/panel/lg,lb070wv8.txt | 7 +++ drivers/gpu/drm/bridge/dw_hdmi.c | 6 +-- drivers/gpu/drm/bridge/ps8622.c | 21 +++------ drivers/gpu/drm/bridge/ptn3460.c | 28 ++++------- drivers/gpu/drm/exynos/exynos_dp_core.c | 1 - drivers/gpu/drm/panel/panel-ld9040.c | 10 ++-- drivers/gpu/drm/panel/panel-s6e8aa0.c | 2 +- drivers/gpu/drm/panel/panel-simple.c | 54 ++++++++++++++++++++++ include/drm/bridge/ptn3460.h | 45 ------------------ 10 files changed, 92 insertions(+), 89 deletions(-) create mode 100644 Documentation/devicetree/bindings/panel/hannstar,hsd100pxn1.txt create mode 100644 Documentation/devicetree/bindings/panel/lg,lb070wv8.txt delete mode 100644 include/drm/bridge/ptn3460.h
dri-devel@lists.freedesktop.org