Re: [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support
From: Thierry Reding <hidden>
Date: 2018-12-03 16:08:43
Also in:
dri-devel, linux-devicetree, lkml
From: Thierry Reding <hidden>
Date: 2018-12-03 16:08:43
Also in:
dri-devel, linux-devicetree, lkml
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 <redacted> --- .../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