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 via email to