[[RFC]DPU PATCH 0/2] Add suppport for sn65dsi86 bridge chip

Sandeep Panda spanda at codeaurora.org
Fri Apr 13 05:22:59 UTC 2018


This patchset replaces the obsolete gpio config APIs
with gpiod APIs.

This patchset captures the bindings for bridge driver
in more detailed manner.

This chip can be controlled via either i2c interface or
dsi interface. Currently in driver all the control registers
are being accessed through i2c interface only.
Also as of now HPD support has not been added to bridge
chip driver.

Current patchset is yet tested on an actual sn65dsi86 bridge HW.

Sandeep Panda (2):
  dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings
  drm/bridge: add support for sn65dsi86 bridge driver

 .../bindings/display/bridge/ti,sn65dsi86.txt       |   75 ++
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              | 1019 ++++++++++++++++++++
 2 files changed, 1094 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.txt
 create mode 100644 drivers/gpu/drm/bridge/ti-sn65dsi86.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project



More information about the dri-devel mailing list