mbox series

[v3,0/2] phy: amlogic: Add support for AXG MIPI D-PHY

Message ID 20201104134730.1545875-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series phy: amlogic: Add support for AXG MIPI D-PHY | expand

Message

Neil Armstrong Nov. 4, 2020, 1:47 p.m. UTC
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.

Changes since v2 at [2];
- Rebase on v5.10-rc1

Changes since v1 at [1]:
- Fix bindings and add review tag

[1] https://lkml.kernel.org/r/20200907072708.26043-1-narmstrong@baylibre.com
[2] https://lkml.kernel.org/r/20200929093203.337954-1-narmstrong@baylibre.com

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

 .../bindings/phy/amlogic,axg-mipi-dphy.yaml   |  70 +++
 drivers/phy/amlogic/Kconfig                   |  12 +
 drivers/phy/amlogic/Makefile                  |   1 +
 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 413 ++++++++++++++++++
 4 files changed, 496 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/amlogic,axg-mipi-dphy.yaml
 create mode 100644 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c

Comments

Neil Armstrong Nov. 16, 2020, 8:47 a.m. UTC | #1
Hi Vinod, Kishon,


On 04/11/2020 14:47, 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.
> 
> Changes since v2 at [2];
> - Rebase on v5.10-rc1
> 
> Changes since v1 at [1]:
> - Fix bindings and add review tag
> 
> [1] https://lkml.kernel.org/r/20200907072708.26043-1-narmstrong@baylibre.com
> [2] https://lkml.kernel.org/r/20200929093203.337954-1-narmstrong@baylibre.com
> 
> Neil Armstrong (2):
>   dt-bindings: phy: add Amlogic AXG MIPI D-PHY bindings
>   phy: amlogic: Add AXG MIPI D-PHY driver
> 
>  .../bindings/phy/amlogic,axg-mipi-dphy.yaml   |  70 +++
>  drivers/phy/amlogic/Kconfig                   |  12 +
>  drivers/phy/amlogic/Makefile                  |   1 +
>  drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 413 ++++++++++++++++++
>  4 files changed, 496 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/phy/amlogic,axg-mipi-dphy.yaml
>  create mode 100644 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
> 

Could you review this serie ?

Neil
Vinod Koul Nov. 16, 2020, 9:46 a.m. UTC | #2
On 16-11-20, 09:47, Neil Armstrong wrote:
> Hi Vinod, Kishon,
> 
> 
> On 04/11/2020 14:47, 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.

Am not sure why but these two do not seem to be in my inbox, can you
please resend this and the other one please
Neil Armstrong Nov. 16, 2020, 10:09 a.m. UTC | #3
On 16/11/2020 10:46, Vinod Koul wrote:
> On 16-11-20, 09:47, Neil Armstrong wrote:
>> Hi Vinod, Kishon,
>>
>>
>> On 04/11/2020 14:47, 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.
> 
> Am not sure why but these two do not seem to be in my inbox, can you
> please resend this and the other one please
> 

ok