mbox series

[v2,0/2] drm/panel: Add Raydium RM67191 driver

Message ID 1525357562-20810-1-git-send-email-robert.chiras@nxp.com
Headers show
Series drm/panel: Add Raydium RM67191 driver | expand

Message

Robert Chiras May 3, 2018, 2:26 p.m. UTC
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