[Freedreno] [PATCH v5 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-05-01 Thread Sandeep Panda
Innolux TV123WAM is a 12.3" eDP display panel with 2160x1440 resolution, which can be supported by simple panel driver. Changes in v1: - Make use of simple panel driver instead of creating a new driver for this panel (Sean Paul). - Combine dt-binding and driver changes into one patch as

[Freedreno] [PATCH v5 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-05-01 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-simple.c | 27 +++ 1 file changed, 27 insertions(+) diff --git

[Freedreno] [PATCH v5 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-05-01 Thread Sandeep Panda
Changes in current patchset: - Separate panel driver change from dt-binding documentation. - Add the properties from simple-panel binding that are applicable to this edp panel dt-binding. - Fix the warnings in bridge driver, reported by Kbuild test robot. Sandeep Panda (4): drm/bridge:

[Freedreno] [PATCH v5 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-05-01 Thread Sandeep Panda
Document the bindings used for the sn65dsi86 DSI to eDP bridge. Changes in v1: - Rephrase the dt-binding descriptions to be more inline with existing bindings (Andrzej Hajda). - Add missing dt-binding that are parsed by corresponding driver (Andrzej Hajda). Changes in v2: - Remove edp

[Freedreno] [PATCH v5 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-05-01 Thread Sandeep Panda
Add support for TI's sn65dsi86 dsi2edp bridge chip. The chip converts DSI transmitted signal to eDP signal, which is fed to the connected eDP panel. This chip can be controlled via either i2c interface or dsi interface. Currently in driver all the control registers are being accessed through i2c