linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Move DP phy switch to PHY driver
@ 2017-02-10  7:44 Chris Zhong
  2017-02-10  7:44 ` [PATCH 1/4] Documentation: bindings: add uphy-dp-sel for Rockchip USB Type-C PHY Chris Zhong
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Chris Zhong @ 2017-02-10  7:44 UTC (permalink / raw)
  To: dri-devel, kishon, robh, linux-rockchip
  Cc: linux-kernel, mark.yao, groeck, seanpaul, zyw, William wu,
	Rob Herring, David Airlie, Shawn Lin, Catalin Marinas,
	Elaine Zhang, David Wu, Heiko Stuebner, Kever Yang, Brian Norris,
	Tomasz Figa, Douglas Anderson, Will Deacon, devicetree,
	linux-arm-kernel, Jianqun Xu, Caesar Wang, Mark Rutland


There are 2 Type-c PHYs in RK3399, but only one DP controller. Hence
only one PHY can connect to DP controller at one time, the other should
be disconnected. The GRF_SOC_CON26 register has a switch bit to do it,
set this bit means enable PHY 1, clear this bit means enable PHY 0.

If the board has 2 Type-C ports, the DP driver get the phy id from
devm_of_phy_get_by_index, and then control this switch according to
this id. But some others board only has one Type-C port, it may be PHY 0
or PHY 1. The dts node id can not tell us the correct PHY id. Hence move
this switch to PHY driver, the PHY driver can distinguish between PHY 0
and PHY 1, and then write the correct register bit.



Chris Zhong (4):
  Documentation: bindings: add uphy-dp-sel for Rockchip USB Type-C PHY
  arm64: dts: rockchip: add rockchip,uphy-dp-sel for Type-C phy
  phy: rockchip-typec: support DP phy switch
  drm/rockchip: cdn-dp: remove the DP phy switch

 Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt | 5 +++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi                     | 2 ++
 drivers/gpu/drm/rockchip/cdn-dp-core.c                       | 7 -------
 drivers/phy/phy-rockchip-typec.c                             | 9 +++++++++
 4 files changed, 16 insertions(+), 7 deletions(-)

-- 
2.6.3

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

end of thread, other threads:[~2018-02-16 14:00 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10  7:44 [PATCH 0/4] Move DP phy switch to PHY driver Chris Zhong
2017-02-10  7:44 ` [PATCH 1/4] Documentation: bindings: add uphy-dp-sel for Rockchip USB Type-C PHY Chris Zhong
2017-02-16  2:20   ` Rob Herring
2017-02-16  3:14     ` Chris Zhong
2017-02-10  7:44 ` [PATCH 2/4] arm64: dts: rockchip: add rockchip,uphy-dp-sel for Type-C phy Chris Zhong
2017-02-10  7:44 ` [PATCH 3/4] phy: rockchip-typec: support DP phy switch Chris Zhong
2017-03-09  0:39   ` Brian Norris
2017-03-09  1:02     ` Heiko Stübner
2017-03-09  2:19       ` Chris Zhong
2017-03-09  3:10       ` Brian Norris
2017-03-09  8:31         ` Heiko Stübner
2017-03-09 23:35           ` Brian Norris
2017-02-10  7:44 ` [PATCH 4/4] drm/rockchip: cdn-dp: remove the " Chris Zhong
2017-11-28 23:32 ` [PATCH 0/4] Move DP phy switch to PHY driver Doug Anderson
2017-11-30  2:27   ` Chris Zhong
2017-12-01 21:42     ` Doug Anderson
2017-12-01 21:58       ` Heiko Stuebner
2017-12-04  2:47         ` Chris Zhong
2017-12-04  7:46           ` Heiko Stübner
2017-12-04 16:08             ` Doug Anderson
2017-12-04 21:53               ` Heiko Stübner
2018-02-16 11:04 ` Kishon Vijay Abraham I
2018-02-16 13:05   ` Heiko Stübner
2018-02-16 13:59     ` Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).