devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/panel: Add Raydium RM67191 driver
@ 2018-05-03 14:26 Robert Chiras
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Chiras @ 2018-05-03 14:26 UTC (permalink / raw)
  To: thierry.reding, airlied, dri-devel; +Cc: devicetree, linux-imx, mirela.rabulea

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

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

end of thread, other threads:[~2018-05-08 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 14:26 [PATCH v2 0/2] drm/panel: Add Raydium RM67191 driver Robert Chiras
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

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).