[PATCH v5 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY

Neil Armstrong posted 2 patches 3 years, 9 months ago
.../phy/amlogic,g12a-mipi-dphy-analog.yaml    |  35 ++++
drivers/phy/amlogic/Kconfig                   |  12 ++
drivers/phy/amlogic/Makefile                  |   1 +
.../amlogic/phy-meson-g12a-mipi-dphy-analog.c | 171 ++++++++++++++++++
4 files changed, 219 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/amlogic,g12a-mipi-dphy-analog.yaml
create mode 100644 drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c
[PATCH v5 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY
Posted by Neil Armstrong 3 years, 9 months ago
The Amlogic G12A SoCs embeds an Analog MIPI D-PHY to communicate with DSI
panels, this adds the bindings.
    
This Analog D-PHY works with a separate Digital MIPI D-PHY.

This serie adds the Bindings and the PHY driver.

Changes from v4 at [4]:
- Add bindings review from Rib
- Order in Kconfig alphabetically
- Switch to dev_err_probe for error log
- Remove last comma after sentinel compatible entry
- Depends on MFD_SYSCON instead
- Do not keep reference of parent node pointer

Changes from v3 at [3]:
- Add sentinel comment as requested by Martin

Changes from v2 at [2]:
- Bindings example fix

Changes from v1 at [1]:
- Bindings fixes

[1] https://lore.kernel.org/r/20201123145157.300456-1-narmstrong@baylibre.com
[2] https://lore.kernel.org/r/20210210080736.771803-1-narmstrong@baylibre.com
[3] https://lore.kernel.org/r/20220107150512.614423-1-narmstrong@baylibre.com
[4] https://lore.kernel.org/r/20220616133811.1674777-1-narmstrong@baylibre.com

Neil Armstrong (2):
  dt-bindings: phy: add Amlogic G12A Analog MIPI D-PHY bindings
  phy: amlogic: Add G12A Analog MIPI D-PHY driver

 .../phy/amlogic,g12a-mipi-dphy-analog.yaml    |  35 ++++
 drivers/phy/amlogic/Kconfig                   |  12 ++
 drivers/phy/amlogic/Makefile                  |   1 +
 .../amlogic/phy-meson-g12a-mipi-dphy-analog.c | 171 ++++++++++++++++++
 4 files changed, 219 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/amlogic,g12a-mipi-dphy-analog.yaml
 create mode 100644 drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c

-- 
2.25.1
Re: [PATCH v5 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY
Posted by Vinod Koul 3 years, 9 months ago
On 05-07-22, 09:56, Neil Armstrong wrote:
> The Amlogic G12A SoCs embeds an Analog MIPI D-PHY to communicate with DSI
> panels, this adds the bindings.
>     
> This Analog D-PHY works with a separate Digital MIPI D-PHY.
> 
> This serie adds the Bindings and the PHY driver.

Applied, thanks

-- 
~Vinod