Hi Dave,
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.9-rc1
for you to fetch changes up to c96f566273bf086fe18a294ac37edf2d451ff024:
drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel (2016-09-16 17:32:48 +0200)
I'm terribly late with this because I was on vacation last week and have been catching up since. On the upside, it's a very small set of changes, and it's been cooking in linux-next for two weeks now without any issues so I don't think there's going to be any surprises.
Thanks, Thierry
---------------------------------------------------------------- drm/panel: Changes for v4.9-rc1
Adds support for one more panel to the simple-panel driver, fixes up a couple of delays and flags for existing panels and finally adds a new driver for the DSI panel found on Nexus 7 devices.
---------------------------------------------------------------- Brian Norris (1): drm/panel: simple-panel: Add delay timings for Starry KR122EA0SRA
Jonathan Liu (1): drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
Marek Vasut (1): drm/panel: simple: Fix bus flags for Ortustech com43h4m85ulc
Michael Olbrich (1): drm/panel: simple: Add Innolux G101ICE-L01 panel
Thierry Reding (1): drm/dsi: Order DCS helpers by command code
Vinay Simha BN (3): drm/dsi: Implement DCS set/get display brightness dt-bindings: Add JDI LT070ME05000 panel bindings drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel
Yakir Yang (1): drm/panel: simple: Add delay timing for Sharp LQ123P1JX31
.../bindings/display/panel/innolux,g101ice-l01.txt | 7 + .../bindings/display/panel/jdi,lt070me05000.txt | 31 ++ drivers/gpu/drm/drm_mipi_dsi.c | 63 ++- drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-jdi-lt070me05000.c | 532 +++++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 44 +- include/drm/drm_mipi_dsi.h | 6 +- 8 files changed, 686 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,g101ice-l01.txt create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt create mode 100644 drivers/gpu/drm/panel/panel-jdi-lt070me05000.c
dri-devel@lists.freedesktop.org