All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH 0/2] Add support for ASUS Z00T TM5P5 NT35596 panel
@ 2020-05-04 19:38 ` Konrad Dybcio
  0 siblings, 0 replies; 9+ messages in thread
From: Konrad Dybcio @ 2020-05-04 19:38 UTC (permalink / raw)
  Cc: Konrad Dybcio, Thierry Reding, Sam Ravnborg, David Airlie,
	Daniel Vetter, Rob Herring, dri-devel, devicetree, linux-kernel

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

 .../display/panel/asus,z00t-tm5p5-n35596.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-n35596.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c

-- 
2.26.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-05-05  6:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 19:38 [v2 PATCH 0/2] Add support for ASUS Z00T TM5P5 NT35596 panel Konrad Dybcio
2020-05-04 19:38 ` Konrad Dybcio
2020-05-04 19:38 ` [v2 PATCH 1/2] drivers: drm: panel: Add ASUS TM5P5 NT35596 panel driver Konrad Dybcio
2020-05-04 19:38   ` Konrad Dybcio
2020-05-04 19:56   ` Randy Dunlap
2020-05-04 19:56     ` Randy Dunlap
2020-05-04 20:01     ` Konrad Dybcio
2020-05-04 19:38 ` [v2 PATCH 2/2] dt-bindings: display: Document ASUS Z00T TM5P5 NT35596 panel compatible Konrad Dybcio
2020-05-04 19:38   ` Konrad Dybcio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.