Hi Dave, The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.1-rc1 for you to fetch changes up to 1c550fa193d08920255240743f57731d4d57cd4d: drm/panel: Add support for Ampire AM-800480R3TMQW-A1H 800x480 7" panel (2015-04-02 19:04:15 +0200) This does not include Arnd's fix for the missing dependency on GPIOLIB by the bridge drivers. The fix triggers a slew of recursive dependencies in linux-next builds, so I've opted to drop the patch from the for-next branch of the drm/panel tree for now. Hopefully we can figure out the proper fix for this soon. Thanks, Thierry ---------------------------------------------------------------- drm/panel: Changes for v4.1-rc1 This set of changes adds support for a whole bunch of new panels, mostly simple ones. There's now also support for panels to provide display timings rather than fixed modes, which should allow panels to work with a larger number of display drivers. Eventually drivers should migrate to this new interface and the fixed modes removed from panels. There are also a couple of sparse fixes for the PS8622 and PS8625 bridge drivers. ---------------------------------------------------------------- Boris BREZILLON (1): drm/panel: simple: Add support for Shelly SCA07010-BFN-LNN Huang Lin (1): drm/panel: simple: Add support for AUO b101ean01 panel Michael Grzeschik (1): drm/panel: simple: Add support for Innolux ZJ070NA-01P Nicolas Ferre (1): drm/panel: simple: Add support for Innolux AT043TN24 Philipp Zabel (8): drm/panel: Add bus format for Giantplus GPG482739QS5 panel of: Add vendor prefix for Ortus Technology Co., Ltd. drm/panel: Add support for OrtusTech COM43H4M85ULC panel drm/panel: Add display timing support drm/panel: simple: Add display timing support drm/panel: Add display timing for HannStar HSD070PWW1 of: Add vendor prefix for Ampire Co., Ltd. drm/panel: Add support for Ampire AM-800480R3TMQW-A1H 800x480 7" panel Stéphane Marchesin (1): drm/panel: simple: Add support for Samsung LTN140AT29 panel Thierry Reding (3): drm/bridge: ps8622: Fix sparse warnings drm/bridge: ptn3460: Fix sparse warnings drm: Remove unused DRM_MODE_OBJECT_BRIDGE Vincent Palatin (1): drm/bridge: Add I2C based driver for ps8622/ps8625 bridge .../bindings/panel/ampire,am800480r3tmqwa1h.txt | 7 + .../devicetree/bindings/panel/auo,b101ean01.txt | 7 + .../bindings/panel/innolux,at043tn24.txt | 7 + .../bindings/panel/innolux,zj070na-01p.txt | 7 + .../bindings/panel/ortustech,com43h4m85ulc.txt | 7 + .../bindings/panel/samsung,ltn140at29-301.txt | 7 + .../bindings/panel/shelly,sca07010-bfn-lnn.txt | 7 + .../devicetree/bindings/vendor-prefixes.txt | 2 + drivers/gpu/drm/bridge/Kconfig | 11 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ps8622.c | 684 +++++++++++++++++++++ drivers/gpu/drm/bridge/ptn3460.c | 2 +- drivers/gpu/drm/panel/Kconfig | 1 + drivers/gpu/drm/panel/panel-simple.c | 256 +++++++- include/drm/drm_crtc.h | 1 - include/drm/drm_panel.h | 5 + 16 files changed, 997 insertions(+), 15 deletions(-) create mode 100644 Documentation/devicetree/bindings/panel/ampire,am800480r3tmqwa1h.txt create mode 100644 Documentation/devicetree/bindings/panel/auo,b101ean01.txt create mode 100644 Documentation/devicetree/bindings/panel/innolux,at043tn24.txt create mode 100644 Documentation/devicetree/bindings/panel/innolux,zj070na-01p.txt create mode 100644 Documentation/devicetree/bindings/panel/ortustech,com43h4m85ulc.txt create mode 100644 Documentation/devicetree/bindings/panel/samsung,ltn140at29-301.txt create mode 100644 Documentation/devicetree/bindings/panel/shelly,sca07010-bfn-lnn.txt create mode 100644 drivers/gpu/drm/bridge/ps8622.c _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel