linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm: panel: add support for the Khadas TS050 panel
@ 2020-12-04  8:19 Neil Armstrong
  2020-12-04  8:19 ` [PATCH v2 1/2] dt-bindings: panel-simple-dsi: add Khadas TS050 panel bindings Neil Armstrong
  2020-12-04  8:19 ` [PATCH v2 2/2] drm: panel: add Khadas TS050 panel driver Neil Armstrong
  0 siblings, 2 replies; 5+ messages in thread
From: Neil Armstrong @ 2020-12-04  8:19 UTC (permalink / raw)
  To: sam; +Cc: dri-devel, linux-kernel, Neil Armstrong

This add support & bindings for the Khadas TS050 1080x1920 5" LCD DSI panel designed
to work with the Khadas Edge-V, Captain, VIM3 and VIM3L Single Board Computers.
It provides a MIPI DSI interface to the host, a built-in LED backlight
and touch controller.

Changes since v1:
- removed drm_print include
- added reset_gpio to 1 after prepare failure
- now ignore regulator_disable() on prepare failure
- mark prepared=false whatever the result of the unprepare function errors
- also reset_gpio to 1 on unprepare
- do not return on mipi_dsi_dcs_enter_sleep_mode error on unprepare
- mark enabled=true unconditionnally
- use dev_err_probe in probe()

Neil Armstrong (2):
  dt-bindings: panel-simple-dsi: add Khadas TS050 panel bindings
  drm: panel: add Khadas TS050 panel driver

 .../display/panel/panel-simple-dsi.yaml       |   2 +
 drivers/gpu/drm/panel/Kconfig                 |  11 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-khadas-ts050.c    | 866 ++++++++++++++++++
 4 files changed, 880 insertions(+)
 create mode 100644 drivers/gpu/drm/panel/panel-khadas-ts050.c

-- 
2.25.1


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

end of thread, other threads:[~2020-12-07 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04  8:19 [PATCH v2 0/2] drm: panel: add support for the Khadas TS050 panel Neil Armstrong
2020-12-04  8:19 ` [PATCH v2 1/2] dt-bindings: panel-simple-dsi: add Khadas TS050 panel bindings Neil Armstrong
2020-12-04  8:19 ` [PATCH v2 2/2] drm: panel: add Khadas TS050 panel driver Neil Armstrong
2020-12-05 19:15   ` Sam Ravnborg
2020-12-07 13:49     ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).