Hi Dave, The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://people.freedesktop.org/~tagr/linux tags/drm/panel/for-3.19-rc1 for you to fetch changes up to 1976dbca047ed73888f9e7a533df899e961e1dc0: drm/panel: Add Sharp LQ101R1SX01 support (2014-11-13 13:56:19 +0100) Note that this doesn't include the DRM bridge patches yet because besides the robustness changes that Daniel had requested there were other outstanding requests that haven't been addressed yet. Thanks, Thierry ---------------------------------------------------------------- drm/panel: Changes for v3.19-rc1 This contains support for a couple of new panels, updates for some GPIO API changes and a bunch of updates to the MIPI DSI support that should make it easier to write panel drivers in the future. ---------------------------------------------------------------- Ajay Kumar (1): drm/panel: simple: Add AUO B116XW03 panel support Alexandre Courbot (3): drm/panel: ld9040: Update calls to gpiod_get*() drm/panel: s6e8aa0: Update calls to gpiod_get*() drm/panel: simple: Update calls to gpiod_get*() Daniel Kurtz (1): drm/panel: simple: Update Innolux N116BGE timings Lucas Stach (3): drm/panel: simple: Add support for Innolux G121I1-L01 of: Add vendor prefix for Hitachi Ltd. Corporation drm/panel: simple: Add support for Hitachi TX23D38VM0CAA Philipp Zabel (2): of: Add vendor prefix for HannStar Display Corporation drm/panel: simple: Add HannStar HSD070PWW1 7.0" WXGA TFT LCD panel Thierry Reding (19): drm/panel: simple: Add missing .bpc fields drm/panel: ld9040: Fix build warnings on 64-bit drm/panel: s6e8aa0: Fix build warnings on 64-bit drm/dsi: Introduce packet format helpers drm/dsi: Add message to packet translator drm/dsi: Add DSI transfer helper drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetrical drm/dsi: Constify mipi_dsi_msg drm/panel: s6e8aa0: Use standard MIPI DSI function drm/dsi: Implement generic read and write commands drm/dsi: Add to DocBook documentation drm/dsi: Implement DCS nop command drm/dsi: Implement DCS soft_reset command drm/dsi: Implement DCS get_power_mode command drm/dsi: Implement DCS {get,set}_pixel_format commands drm/dsi: Implement DCS set_{column,page}_address commands drm/dsi: Resolve MIPI DSI device from phandle drm/dsi: Do not require .owner field to be set drm/panel: Add Sharp LQ101R1SX01 support YoungJun Cho (2): drm/dsi: Add mipi_dsi_set_maximum_return_packet_size() helper drm/dsi: Implement some standard DCS commands Documentation/DocBook/drm.tmpl | 6 + .../devicetree/bindings/panel/auo,b116xw03.txt | 7 + .../bindings/panel/hannstar,hsd070pww1.txt | 7 + .../bindings/panel/hit,tx23d38vm0caa.txt | 7 + .../bindings/panel/innolux,g121i1-l01.txt | 7 + .../bindings/panel/sharp,lq101r1sx01.txt | 49 ++ .../devicetree/bindings/vendor-prefixes.txt | 2 + drivers/gpu/drm/drm_mipi_dsi.c | 660 ++++++++++++++++++++- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 2 +- drivers/gpu/drm/panel/Kconfig | 13 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-ld9040.c | 13 +- drivers/gpu/drm/panel/panel-s6e8aa0.c | 30 +- drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 464 +++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 133 ++++- include/drm/drm_mipi_dsi.h | 94 ++- 16 files changed, 1409 insertions(+), 86 deletions(-) create mode 100644 Documentation/devicetree/bindings/panel/auo,b116xw03.txt create mode 100644 Documentation/devicetree/bindings/panel/hannstar,hsd070pww1.txt create mode 100644 Documentation/devicetree/bindings/panel/hit,tx23d38vm0caa.txt create mode 100644 Documentation/devicetree/bindings/panel/innolux,g121i1-l01.txt create mode 100644 Documentation/devicetree/bindings/panel/sharp,lq101r1sx01.txt create mode 100644 drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20141113/bf839dbe/attachment.sig>