On Tue, Jul 31, 2018 at 01:11:12AM +0200, Giulio Benetti wrote: > Add CDTech 4.3" S043WQ26H-CT7 support > Add CDTech 7" S070WV95-CT16 support > > Giulio Benetti (5): > dt-bindings: Add vendor prefix for CDTech(H.K.) Electronics Limited > drm/panel: add panel CDTech S070WV95-CT16 to panel-simple > dt-bindings: Add CDTech S070WV95-CT16 panel bindings > drm/panel: add panel CDTech S043WQ26H-CT7 to panel-simple > dt-bindings: Add CDTech S043WQ26H-CT7 panel bindings > > .../display/panel/cdtech,s043wq26h-ct7.txt | 12 ++++ > .../display/panel/cdtech,s070wv95-ct16.txt | 12 ++++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > drivers/gpu/drm/panel/panel-simple.c | 55 +++++++++++++++++++ > 4 files changed, 80 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s043wq26h-ct7.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/cdtech,s070wv95-ct16.txt All applied, thanks. One small note, though: in the future please send DT bindings patches before the driver patches. This is important because checkpatch, which is run as pre-commit script, warns about undocumented compatible strings if you send driver changes before the bindings. Thierry