All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel
@ 2019-03-01 13:02 ` Guido Günther
  0 siblings, 0 replies; 10+ messages in thread
From: Guido Günther @ 2019-03-01 13:02 UTC (permalink / raw)
  To: Thierry Reding, David Airlie, Daniel Vetter, linux-kernel,
	dri-devel, Sam Ravnborg

It's a 5.5" 720x1440 TFT LCD MIPI DSI panel with built in touchscreen and
backlight as found in the Librem 5 devkit.

These patches are against linux next as of 2019-02-08.

Changes from v1
* As per review comments from Sam Ravnborg
  * Make SPDX-License-Identifier match MODULE_LICENSE
  * Sort include files alphabetically
  * Drop drmP.h and use individual includes
  * Drop superfuous 'x' in mode printout on error path
  * Allpixelson_set: Add proper space around '*'
  * Drop superfluous put_device(&ctx->backlight->dev);
  * Add /* Sentinel */ in jh057n_of_match
  * Drop jh057n->enabled
  * Drop drm_display_info_set_bus_formats
* Kconfig: Depend on BACKLIGHT_CLASS_DEVICE which somehow got lost
* Move jh057n_enable close to jh057n_disable

Guido Günther (3):
  dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED
  dt-bindings: Add Rocktech jh057n00900 panel bindings
  drm/panel: Add Rocktech jh057n00900 panel driver

 .../display/panel/rocktech,jh057n00900.txt    |  18 +
 .../devicetree/bindings/vendor-prefixes.txt   |   1 +
 drivers/gpu/drm/panel/Kconfig                 |  13 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../drm/panel/panel-rocktech-jh057n00900.c    | 385 ++++++++++++++++++
 5 files changed, 418 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
 create mode 100644 drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c

-- 
2.20.1


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

end of thread, other threads:[~2019-03-04 17:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 13:02 [PATCH v2 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel Guido Günther
2019-03-01 13:02 ` Guido Günther
2019-03-01 13:02 ` [PATCH v2 1/3] dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED Guido Günther
2019-03-01 13:02   ` Guido Günther
2019-03-01 13:02 ` [PATCH v2 2/3] dt-bindings: Add Rocktech jh057n00900 panel bindings Guido Günther
2019-03-01 13:02   ` Guido Günther
2019-03-01 13:02 ` [PATCH v2 3/3] drm/panel: Add Rocktech jh057n00900 panel driver Guido Günther
2019-03-01 13:02   ` Guido Günther
2019-03-01 22:39   ` Sam Ravnborg
2019-03-04 17:54     ` Guido Günther

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.