Hi Dave, The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) are available in the git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.6-rc1 for you to fetch changes up to c8a3b2ae07130042682bc8e031bcfbae3754463d: drm/bridge: Make (pre/post) enable/disable callbacks optional (2016-03-02 17:31:03 +0100) Sorry again for this being so late. I had marked this as done in my TODO list, but never actually sent it out. It's all been in linux-next for at least two weeks, so I don't expect any surprises. Thanks, Thierry ---------------------------------------------------------------- drm/panel: Changes for v4.6-rc1 This contains a refactoring of parts of the DSI core to allow creating DSI devices from non-DSI control busses (i.e. I2C, SPI, ...). Other than that there's support for a couple of new panels as well as a few cleanup patches. ---------------------------------------------------------------- Akshay Bhat (1): drm/panel: simple: Fix g121x1_l03 hsync/vsync polarity Archit Taneja (5): drm/dsi: Check for CONFIG_OF when defining of_mipi_dsi_device_add() drm/dsi: Use mipi_dsi_device_register_full() for DSI device creation drm/dsi: Try to match non-DT DSI devices drm/dsi: Add routine to unregister a DSI device drm/dsi: Get DSI host by DT device node Jitao Shi (2): dt-bindings: Add LG lp120up1 panel bindings drm/panel: simple: Support for LG lp120up1 panel Laurent Pinchart (1): drm/bridge: Make (pre/post) enable/disable callbacks optional Maciej S. Szmigiero (3): of: Add United Radiant Technology Corporation vendor prefix dt-bindings: Add URT UMSH-8596MD-xT panel bindings drm/panel: simple: Add URT UMSH-8596MD-xT panels support .../bindings/display/panel/lg,lp120up1.txt | 7 ++ .../bindings/display/panel/urt,umsh-8596md.txt | 16 +++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/gpu/drm/drm_bridge.c | 12 +- drivers/gpu/drm/drm_mipi_dsi.c | 127 +++++++++++++++++++-- drivers/gpu/drm/panel/panel-simple.c | 81 +++++++++++++ include/drm/drm_crtc.h | 8 ++ include/drm/drm_mipi_dsi.h | 26 +++++ 8 files changed, 262 insertions(+), 16 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp120up1.txt create mode 100644 Documentation/devicetree/bindings/display/panel/urt,umsh-8596md.txt _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel