Re: [v4 PATCH 0/2] Add support for ASUS Z00T TM5P5 NT35596 panel

2020-05-07 Thread Sam Ravnborg
Hi Konrad.

On Wed, May 06, 2020 at 11:09:54PM +0200, Konrad Dybcio wrote:
> changes since v3:
> - fix dt-bindings issue
> 
> changes since v2:
> - fix Kconfig indentation
> 
> changes since v1:
> - make `backlight_properties props` constant
> - a couple of line breaks
> - change name and compatible to reflect ASUS being the vendor
> - remove a redundant TODO
> 
> Konrad Dybcio (2):
>   drivers: drm: panel: Add ASUS TM5P5 NT35596 panel driver
>   dt-bindings: display: Document ASUS Z00T TM5P5 NT35596 panel
> compatible

Thanks, applied in the reverse order to have the binding before the
driver.
Fixed a few checkpatch warnings while applying.
We use --strict for code in drivers/gpu/*

Sam

> 
>  .../panel/asus,z00t-tm5p5-nt35596.yaml|  56 +++
>  drivers/gpu/drm/panel/Kconfig |  10 +
>  drivers/gpu/drm/panel/Makefile|   1 +
>  .../drm/panel/panel-asus-z00t-tm5p5-n35596.c  | 367 ++
>  4 files changed, 434 insertions(+)
>  create mode 100644 
> Documentation/devicetree/bindings/display/panel/asus,z00t-tm5p5-nt35596.yaml
>  create mode 100644 drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c
> 
> -- 
> 2.26.2
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[v4 PATCH 0/2] Add support for ASUS Z00T TM5P5 NT35596 panel

2020-05-07 Thread Konrad Dybcio
changes since v3:
- fix dt-bindings issue

changes since v2:
- fix Kconfig indentation

changes since v1:
- make `backlight_properties props` constant
- a couple of line breaks
- change name and compatible to reflect ASUS being the vendor
- remove a redundant TODO

Konrad Dybcio (2):
  drivers: drm: panel: Add ASUS TM5P5 NT35596 panel driver
  dt-bindings: display: Document ASUS Z00T TM5P5 NT35596 panel
compatible

 .../panel/asus,z00t-tm5p5-nt35596.yaml|  56 +++
 drivers/gpu/drm/panel/Kconfig |  10 +
 drivers/gpu/drm/panel/Makefile|   1 +
 .../drm/panel/panel-asus-z00t-tm5p5-n35596.c  | 367 ++
 4 files changed, 434 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/display/panel/asus,z00t-tm5p5-nt35596.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c

-- 
2.26.2

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel