devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Chiras <robert.chiras@nxp.com>
To: thierry.reding@gmail.com, airlied@linux.ie,
	dri-devel@lists.freedesktop.org
Cc: devicetree@vger.kernel.org, linux-imx@nxp.com, mirela.rabulea@nxp.com
Subject: [PATCH v2 0/2] drm/panel: Add Raydium RM67191 driver
Date: Thu,  3 May 2018 17:26:00 +0300	[thread overview]
Message-ID: <1525357562-20810-1-git-send-email-robert.chiras@nxp.com> (raw)

This patch-set add support for Raydium RM67191 FHD (1080x1920)
OLED panel driver.

New in v2:
  - Splitted the device tree bindings into a separate patch
  - Squashed the fix from Mirela into the initial patch of the driver
  - Sorted Makefile and Kconfig alphabetically
  - Optimized the code around manufacturer_cmd_set according to suggestions
  - Use the new backlight_enable/disable() functions
  - Fixed the calls to panel_unprepare/panel_disable as suggested
  - Moved the DSI init sequence from panel_prepare into panel_enable. Now,
    we only handle reset into prepare/unprepare, while doing the DSI
    init/uninit in enable/disable functions.

Robert Chiras (2):
  drm/panel: Add Raydium RM67191 DSI Panel
  dt-bindings: Add Raydium RM67191 panel bindings

 .../bindings/display/panel/raydium,rm67191.txt     |  38 ++
 drivers/gpu/drm/panel/Kconfig                      |   9 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-raydium-rm67191.c      | 654 +++++++++++++++++++++
 4 files changed, 702 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt
 create mode 100644 drivers/gpu/drm/panel/panel-raydium-rm67191.c

-- 
2.7.4

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

             reply	other threads:[~2018-05-03 14:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03 14:26 Robert Chiras [this message]
2018-05-03 14:26 ` [PATCH v2 1/2] drm/panel: Add Raydium RM67191 DSI Panel Robert Chiras
2018-05-03 14:26 ` [PATCH v2 2/2] dt-bindings: Add Raydium RM67191 panel bindings Robert Chiras
2018-05-07 16:50   ` Rob Herring
2018-05-08 10:20     ` Robert Chiras

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=1525357562-20810-1-git-send-email-robert.chiras@nxp.com \
    --to=robert.chiras@nxp.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-imx@nxp.com \
    --cc=mirela.rabulea@nxp.com \
    --cc=thierry.reding@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).