All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] phy: rockchip-typec: Set "flip" at the right time; some cleanups
@ 2017-09-06 20:51 ` Douglas Anderson
  0 siblings, 0 replies; 12+ messages in thread
From: Douglas Anderson @ 2017-09-06 20:51 UTC (permalink / raw)
  To: kishon, heiko, zyw
  Cc: shawnn, dnschneid, Douglas Anderson, linux-rockchip,
	linux-kernel, linux-arm-kernel

When connecting to certain DP monitors it was observed that only one
of the two orientations of the type C to DP cable would work.
Debugging showed that the problem was that we needed to set the type C
"flip" state earlier.  Once we did this, problems went away.

While trying to dig into this problem and some others, I found that
the proper documentation for the Type C PHY was available to me.  This
allowed me to cleanup the magic numbers in the funtion that I was
touching and also fix a few minor issues that (luckily) haven't caused
any problems yet.

For this series I've added Chris Zhong's Reviewed-by tags since he
gave a +1 to nearly identical patches on the Chrome OS gerrit and I
didn't think he'd mind me carrying his tag.  If folks would rather I
didn't do that, please yell.


Douglas Anderson (3):
  phy: rockchip-typec: Set the AUX channel flip state earlier
  phy: rockchip-typec: Avoid magic numbers + add delays in aux calib
  phy: rockchip-typec: Do the calibration more correctly

 drivers/phy/rockchip/phy-rockchip-typec.c | 247 ++++++++++++++++++++++++------
 1 file changed, 202 insertions(+), 45 deletions(-)

-- 
2.14.1.581.gf28d330327-goog

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

end of thread, other threads:[~2017-09-06 21:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06 20:51 [PATCH 0/3] phy: rockchip-typec: Set "flip" at the right time; some cleanups Douglas Anderson
2017-09-06 20:51 ` Douglas Anderson
2017-09-06 20:51 ` [PATCH 1/3] phy: rockchip-typec: Set the AUX channel flip state earlier Douglas Anderson
2017-09-06 20:51   ` Douglas Anderson
2017-09-06 20:51   ` Douglas Anderson
2017-09-06 20:52 ` [PATCH 2/3] phy: rockchip-typec: Avoid magic numbers + add delays in aux calib Douglas Anderson
2017-09-06 20:52   ` Douglas Anderson
2017-09-06 20:52 ` [PATCH 3/3] phy: rockchip-typec: Do the calibration more correctly Douglas Anderson
2017-09-06 20:52   ` Douglas Anderson
2017-09-06 21:24   ` Doug Anderson
2017-09-06 21:24     ` Doug Anderson
2017-09-06 21:24     ` Doug Anderson

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.