All of lore.kernel.org
 help / color / mirror / Atom feed
* [[RFC]DPU PATCH 0/2] Add suppport for sn65dsi86 bridge chip
@ 2018-04-13  5:22 Sandeep Panda
       [not found] ` <1523596981-18913-1-git-send-email-spanda-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Sandeep Panda @ 2018-04-13  5:22 UTC (permalink / raw)
  To: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
	freedreno-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: ryadav-sgV2jX0FEOL9JmXXK+q4OQ, Sandeep Panda,
	abhinavk-sgV2jX0FEOL9JmXXK+q4OQ,
	robdclark-Re5JQEeQqe8AvxtiuMwx3w, nganji-sgV2jX0FEOL9JmXXK+q4OQ,
	seanpaul-F7+t8E8rja9g9hUCZPvPmw,
	hoegsberg-F7+t8E8rja9g9hUCZPvPmw, jsanka-sgV2jX0FEOL9JmXXK+q4OQ,
	chandanu-sgV2jX0FEOL9JmXXK+q4OQ

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

_______________________________________________
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno

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

end of thread, other threads:[~2018-04-16 19:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13  5:22 [[RFC]DPU PATCH 0/2] Add suppport for sn65dsi86 bridge chip Sandeep Panda
     [not found] ` <1523596981-18913-1-git-send-email-spanda-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-04-13  5:23   ` [[RFC]DPU PATCH 1/2] drm/bridge: add support for sn65dsi86 bridge driver Sandeep Panda
     [not found]     ` <1523596981-18913-2-git-send-email-spanda-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-04-13 19:29       ` Sean Paul
2018-04-16  6:02         ` spanda-sgV2jX0FEOL9JmXXK+q4OQ
     [not found]           ` <dc5560fc11fff2a7880e32bf47186c8c-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-04-16 16:55             ` Sean Paul
2018-04-13  5:23   ` [[RFC]DPU PATCH 2/2] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings Sandeep Panda
     [not found]     ` <1523596981-18913-3-git-send-email-spanda-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2018-04-13 18:40       ` Sean Paul
2018-04-16 19:32       ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.