mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] phy: rockchip: add MIPI-DSI phy driver
@ 2025-10-27  7:00 Ahmad Fatoum
  2025-10-27  7:00 ` [PATCH 1/4] phy: add support for generic MIPI D-PHY Ahmad Fatoum
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ahmad Fatoum @ 2025-10-27  7:00 UTC (permalink / raw)
  To: barebox

This is a prerequisite for VOP2 MIPI-DSI support that I am porting[1] for
RK3566.

The VOP2 bits need some attention still, but the PHY patches here are
good to go.

[1]: https://github.com/a3f/barebox/tree/rgb30-display

Ahmad Fatoum (4):
  phy: add support for generic MIPI D-PHY
  phy: add devinfo callback
  phy: add phy_configure operation
  phy: rockchip: add Innosilicon MIPI/LVDS/TTL PHY driver

 drivers/phy/Kconfig                           |   8 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/phy-core-mipi-dphy.c              | 187 +++++
 drivers/phy/phy-core.c                        |  84 ++
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-inno-dsidphy.c  | 764 ++++++++++++++++++
 include/linux/phy/phy-mipi-dphy.h             | 287 +++++++
 include/linux/phy/phy.h                       |  33 +
 include/linux/time64.h                        |  17 +
 10 files changed, 1391 insertions(+)
 create mode 100644 drivers/phy/phy-core-mipi-dphy.c
 create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
 create mode 100644 include/linux/phy/phy-mipi-dphy.h
 create mode 100644 include/linux/time64.h

-- 
2.47.3




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

end of thread, other threads:[~2025-10-28  7:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-27  7:00 [PATCH 0/4] phy: rockchip: add MIPI-DSI phy driver Ahmad Fatoum
2025-10-27  7:00 ` [PATCH 1/4] phy: add support for generic MIPI D-PHY Ahmad Fatoum
2025-10-27  7:00 ` [PATCH 2/4] phy: add devinfo callback Ahmad Fatoum
2025-10-27  7:00 ` [PATCH 3/4] phy: add phy_configure operation Ahmad Fatoum
2025-10-27  7:00 ` [PATCH 4/4] phy: rockchip: add Innosilicon MIPI/LVDS/TTL PHY driver Ahmad Fatoum
2025-10-28  7:35 ` [PATCH 0/4] phy: rockchip: add MIPI-DSI phy driver Sascha Hauer

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