On Thu, Oct 25, 2018 at 05:09:30PM +0200, Alex Gonzalez wrote: > The change adds support for the AU Optronics G101EVN010 10.1" TFT LCD > panel. > > Signed-off-by: Alex Gonzalez > --- > .../bindings/display/panel/auo,g101evn010 | 12 ++++++++++ > drivers/gpu/drm/panel/panel-simple.c | 27 ++++++++++++++++++++++ > 2 files changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g101evn010 Two things to keep in mind for next time: please split up DT bindings and driver changes into two separate patches (checkpatch.pl warns about this) and keep entries in panel-simple sorted alphabetically. I fixed the sorting myself and also added a .txt suffix to the DT binding documentation for consistency with other files in that directory. Applied to drm-misc-next, thanks. Thierry