dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Noralf Trønnes" <noralf@tronnes.org>
To: david@lechnology.com
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH v3 0/7] drm/tinydrm: Cleanup
Date: Wed, 10 Jan 2018 19:59:33 +0100	[thread overview]
Message-ID: <20180110185940.53841-1-noralf@tronnes.org> (raw)

Fix a few things that came up during the tinydrm review but wasn't
addressed at the time.

Noralf.

Changes since version 2:
- s/mipi_dbi_por_conditional/mipi_dbi_poweron_reset_conditional/
- Add sleep after soft reset to comply with spec.
- Remove reset msleep from mi0283qt following the previous change.
- Use (ret == 1) to test for display is ON, no reset.
- Add patch to change hard reset active time.

Changes since version 1:
- Add mipi_dbi_enable_flush() instead of the pipe enable helper
  mipi_dbi_pipe_enable() that doesn't really fit anymore.
- Add common poweron-reset functionality.
- Use drm_mode_copy() instead of direct assignment

Noralf Trønnes (7):
  drm/tinydrm/mi0283qt: Use common include order
  drm/tinydrm/mi0283qt: Remove ili9341.h
  drm/tinydrm/mipi-dbi: Add mipi_dbi_enable_flush()
  drm/tinydrm/mipi-dbi: Add poweron-reset functions
  drm/tinydrm/mi0283qt: Let the display pipe handle power
  drm/tinydrm: Embed the mode in tinydrm_connector
  drm/tinydrm/mipi-dbi: Change reset active time

 drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c |  34 ++++-----
 drivers/gpu/drm/tinydrm/ili9225.c           |   6 +-
 drivers/gpu/drm/tinydrm/mi0283qt.c          | 106 ++++++++++++----------------
 drivers/gpu/drm/tinydrm/mipi-dbi.c          | 101 ++++++++++++++++++++++----
 drivers/gpu/drm/tinydrm/st7586.c            |  15 ++--
 drivers/gpu/drm/tinydrm/st7735r.c           |  10 +--
 include/drm/tinydrm/ili9341.h               |  54 --------------
 include/drm/tinydrm/mipi-dbi.h              |   5 +-
 8 files changed, 154 insertions(+), 177 deletions(-)
 delete mode 100644 include/drm/tinydrm/ili9341.h

-- 
2.15.1

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

             reply	other threads:[~2018-01-10 18:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10 18:59 Noralf Trønnes [this message]
2018-01-10 18:59 ` [PATCH v3 1/7] drm/tinydrm/mi0283qt: Use common include order Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 2/7] drm/tinydrm/mi0283qt: Remove ili9341.h Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 3/7] drm/tinydrm/mipi-dbi: Add mipi_dbi_enable_flush() Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 4/7] drm/tinydrm/mipi-dbi: Add poweron-reset functions Noralf Trønnes
2018-01-11 22:22   ` David Lechner
2018-01-12 15:08     ` Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 5/7] drm/tinydrm/mi0283qt: Let the display pipe handle power Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 6/7] drm/tinydrm: Embed the mode in tinydrm_connector Noralf Trønnes
2018-01-10 18:59 ` [PATCH v3 7/7] drm/tinydrm/mipi-dbi: Change reset active time Noralf Trønnes
2018-01-11 22:24   ` David Lechner
2018-01-15 14:21 ` [PATCH v3 0/7] drm/tinydrm: Cleanup Noralf Trønnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180110185940.53841-1-noralf@tronnes.org \
    --to=noralf@tronnes.org \
    --cc=david@lechnology.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox