From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function
Date: Mon, 11 Jan 2021 09:47:29 +0100 [thread overview]
Message-ID: <2639b559-a902-18b9-e0b9-174118890d98@baylibre.com> (raw)
In-Reply-To: <20201229135901.30090-1-narmstrong@baylibre.com>
Hi Simon, Tom,
Could you review patches 1 & 2 of this serie ?
Thanks,
Neil
On 29/12/2020 14:58, Neil Armstrong wrote:
> The Amlogic AXg SoCs embeds a MIPI D-PHY to communicate with DSI
> panels, this adds the bindings.
>
> This D-PHY depends on a separate analog PHY.
>
> The Amlogic AXG MIPI + PCIe Analog PHY provides function for both PCIe and
> MIPI DSI at the same time.
>
> In order to configure the DSI PHY timings, a new "configure" PHY op is added to
> permit dynamic (re)configuration of the PHY function.
>
> Finally, the Linux MIPI D-PHY configuration helpers are imported to provide a standard
> set of default D-PHY timings, timings struct and correct calculations.
>
> Neil Armstrong (4):
> phy: dphy: Add configuration helpers
> generic-phy: add configure op
> phy: Add Amlogic AXG MIPI D-PHY driver
> phy: Add Amlogic AXG MIPI PCIe Analog PHY driver
>
> drivers/phy/Kconfig | 23 ++
> drivers/phy/Makefile | 3 +
> drivers/phy/meson-axg-mipi-dphy.c | 393 +++++++++++++++++++++++
> drivers/phy/meson-axg-mipi-pcie-analog.c | 233 ++++++++++++++
> drivers/phy/phy-core-mipi-dphy.c | 161 ++++++++++
> drivers/phy/phy-uclass.c | 11 +
> include/generic-phy.h | 23 ++
> include/phy-mipi-dphy.h | 284 ++++++++++++++++
> 8 files changed, 1131 insertions(+)
> create mode 100644 drivers/phy/meson-axg-mipi-dphy.c
> create mode 100644 drivers/phy/meson-axg-mipi-pcie-analog.c
> create mode 100644 drivers/phy/phy-core-mipi-dphy.c
> create mode 100644 include/phy-mipi-dphy.h
>
next prev parent reply other threads:[~2021-01-11 8:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-29 13:58 [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function Neil Armstrong
2020-12-29 13:58 ` [PATCH 1/4] phy: dphy: Add configuration helpers Neil Armstrong
2020-12-29 13:58 ` [PATCH 2/4] generic-phy: add configure op Neil Armstrong
2020-12-29 13:59 ` [PATCH 3/4] phy: Add Amlogic AXG MIPI D-PHY driver Neil Armstrong
2020-12-29 13:59 ` [PATCH 4/4] phy: Add Amlogic AXG MIPI PCIe Analog PHY driver Neil Armstrong
2021-01-11 8:47 ` Neil Armstrong [this message]
2021-01-15 18:43 ` [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function Tom Rini
2021-01-18 10:22 ` Neil Armstrong
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=2639b559-a902-18b9-e0b9-174118890d98@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=u-boot@lists.denx.de \
/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