Hi Dave, The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/panel/for-4.10-rc1 for you to fetch changes up to 8c31f6034b24601721daeb012793641fac079e2e: drm/panel: simple: Add support for AUO G185HAN01 (2016-12-06 17:06:32 +0100) Thanks, Thierry ---------------------------------------------------------------- drm/panel: Changes for v4.10-rc1 This adds support for a couple more panels to the simple-panel driver. There is also a fix for a long-standing bug, but it's not critical since no code will currently trigger it. ---------------------------------------------------------------- Chen-Yu Tsai (1): drm/panel: simple: Check against num_timings when setting preferred for timing Fabien Lahoudere (1): drm/panel: simple: Add NVD9128 as a simple panel Gustaf Lindström (1): drm/panel: simple: Add support for Sharp LQ150X1LG11 panels Haixia Shi (1): drm/panel: simple: Add support for AUO T215HVN01 Lucas Stach (3): drm/panel: simple: Add more properties to Innolux G121I1-L01 drm/panel: simple: Add support for AUO G133HAN01 drm/panel: simple: Add support for AUO G185HAN01 Peter Rosin (1): dt-bindings: display: Add Sharp LQ150X1LG11 panel binding Randy Li (1): drm/panel: Add support for Chunghwa CLAA070WP03XG panel zain wang (1): drm/panel: simple: Add bits-per-component for Sharp LQ123P1JX31 .../bindings/display/panel/auo,g133han01.txt | 7 + .../bindings/display/panel/auo,g185han01.txt | 7 + .../bindings/display/panel/auo,t215hvn01.txt | 7 + .../display/panel/chunghwa,claa070wp03xg.txt | 7 + .../devicetree/bindings/display/panel/nvd,9128.txt | 7 + .../bindings/display/panel/sharp,lq150x1lg11.txt | 36 ++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/gpu/drm/panel/panel-simple.c | 207 +++++++++++++++++++-- 8 files changed, 265 insertions(+), 14 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g133han01.txt create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g185han01.txt create mode 100644 Documentation/devicetree/bindings/display/panel/auo,t215hvn01.txt create mode 100644 Documentation/devicetree/bindings/display/panel/chunghwa,claa070wp03xg.txt create mode 100644 Documentation/devicetree/bindings/display/panel/nvd,9128.txt create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq150x1lg11.txt _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel