mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] phy: rockchip: add MIPI-DSI phy driver
Date: Mon, 27 Oct 2025 08:00:52 +0100	[thread overview]
Message-ID: <20251027070214.2425834-1-a.fatoum@barebox.org> (raw)

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




             reply	other threads:[~2025-10-27  7:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-27  7:00 Ahmad Fatoum [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251027070214.2425834-1-a.fatoum@barebox.org \
    --to=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox