public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/7] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups
@ 2026-02-03 18:41 Sebastian Reichel
  2026-02-03 18:41 ` [PATCH 1/7] phy: rockchip: usbdp: Amend SSC modulation deviation Sebastian Reichel
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Sebastian Reichel @ 2026-02-03 18:41 UTC (permalink / raw)
  To: Vinod Koul, Neil Armstrong, Heiko Stuebner
  Cc: Andy Yan, Yubing Zhang, linux-phy, linux-arm-kernel,
	linux-rockchip, linux-kernel, kernel, Sebastian Reichel,
	Frank Wang, William Wu

As there are some issues with the DisplayPort support, I went
though Rockchip's BSP kernel tree and looked for fixes. I found
two small changes for the initial register setup, which do not
help with the DP issue but seem sensible in general. Afterwards
I added one more fix, which corrects an issue that effectively
results in USB-C adapters with combined USB3+DP capabilities
not being able to use the DP part.

Afterwards I added one more patch adding single-lane DP support
(found in Rockchip BSP kernel) and a couple of cleanups from my
side. These are logically independent from the fixes, but I put
all together in a single series because they need to be applied
in the right order to avoid conflicts.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
Frank Wang (1):
      phy: rockchip: usbdp: Amend SSC modulation deviation

Sebastian Reichel (4):
      phy: rockchip: usbdp: Add missing mode_change update
      phy: rockchip: usbdp: Rename DP lane functions
      phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST
      phy: rockchip: usbdp: Cleanup DP lane selection function

William Wu (1):
      phy: rockchip: usbdp: Fix LFPS detect threshold control

Zhang Yubing (1):
      phy: rockchip: usbdp: Support single-lane DP

 drivers/phy/rockchip/phy-rockchip-usbdp.c | 114 +++++++++++++-----------------
 1 file changed, 48 insertions(+), 66 deletions(-)
---
base-commit: 18f7fcd5e69a04df57b563360b88be72471d6b62
change-id: 20260203-rockchip-usbdp-cleanup-5b59dfb561a3

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>



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

end of thread, other threads:[~2026-02-13 14:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 18:41 [PATCH 0/7] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups Sebastian Reichel
2026-02-03 18:41 ` [PATCH 1/7] phy: rockchip: usbdp: Amend SSC modulation deviation Sebastian Reichel
2026-02-03 18:41 ` [PATCH 2/7] phy: rockchip: usbdp: Fix LFPS detect threshold control Sebastian Reichel
2026-02-03 18:41 ` [PATCH 3/7] phy: rockchip: usbdp: Add missing mode_change update Sebastian Reichel
2026-02-03 18:41 ` [PATCH 4/7] phy: rockchip: usbdp: Support single-lane DP Sebastian Reichel
2026-02-03 18:41 ` [PATCH 5/7] phy: rockchip: usbdp: Rename DP lane functions Sebastian Reichel
2026-02-03 18:41 ` [PATCH 6/7] phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST Sebastian Reichel
2026-02-03 18:41 ` [PATCH 7/7] phy: rockchip: usbdp: Cleanup DP lane selection function Sebastian Reichel
2026-02-04 12:09 ` Re:[PATCH 0/7] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups Andy Yan
2026-02-13 14:37   ` [PATCH " Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox