mbox series

[0/6] phy: socionext: Add some improvements and legacy SoC support

Message ID 1573035979-32200-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series phy: socionext: Add some improvements and legacy SoC support | expand

Message

Kunihiko Hayashi Nov. 6, 2019, 10:26 a.m. UTC
This series adds some improvements to PHY interface drivers, and adds legacy SoC
support that needs to manage gio clock and reset.

Kunihiko Hayashi (6):
  phy: socionext: Use devm_platform_ioremap_resource()
  dt-bindings: phy: socionext: Add Pro5 support and remove Pro4 from
    usb3-hsphy
  phy: uniphier-usb3ss: Add Pro5 support
  phy: uniphier-usb3hs: Add legacy SoC support for Pro5
  phy: uniphier-usb3hs: Change Rx sync mode to avoid communication
    failure
  phy: uniphier-pcie: Add legacy SoC support for Pro5

 .../devicetree/bindings/phy/uniphier-pcie-phy.txt  | 13 ++-
 .../bindings/phy/uniphier-usb3-hsphy.txt           |  6 +-
 .../bindings/phy/uniphier-usb3-ssphy.txt           |  5 +-
 drivers/phy/socionext/phy-uniphier-pcie.c          | 87 ++++++++++++++++----
 drivers/phy/socionext/phy-uniphier-usb3hs.c        | 92 ++++++++++++++++------
 drivers/phy/socionext/phy-uniphier-usb3ss.c        |  8 +-
 6 files changed, 163 insertions(+), 48 deletions(-)

-- 
2.7.4

Comments

Rob Herring Nov. 7, 2019, 12:52 a.m. UTC | #1
On Wed,  6 Nov 2019 19:26:15 +0900, Kunihiko Hayashi wrote:
> This adds compatible string for Pro5 SoC that needs to manage gio clock

> and reset. And Pro4 SoC uses USB2 PHY instead of USB3 HS-PHY, so this

> removes Pro4 description from usb3-hsphy.

> 

> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

> ---

>  Documentation/devicetree/bindings/phy/uniphier-pcie-phy.txt | 13 +++++++++----

>  .../devicetree/bindings/phy/uniphier-usb3-hsphy.txt         |  6 +++---

>  .../devicetree/bindings/phy/uniphier-usb3-ssphy.txt         |  5 +++--

>  3 files changed, 15 insertions(+), 9 deletions(-)

> 


Reviewed-by: Rob Herring <robh@kernel.org>
Kunihiko Hayashi Dec. 20, 2019, noon UTC | #2
Hi,

Gentle ping.
Are there any comments about this series?

Thank you,

On Wed, 6 Nov 2019 19:26:13 +0900 <hayashi.kunihiko@socionext.com> wrote:

> This series adds some improvements to PHY interface drivers, and adds legacy SoC

> support that needs to manage gio clock and reset.

> 

> Kunihiko Hayashi (6):

>   phy: socionext: Use devm_platform_ioremap_resource()

>   dt-bindings: phy: socionext: Add Pro5 support and remove Pro4 from

>     usb3-hsphy

>   phy: uniphier-usb3ss: Add Pro5 support

>   phy: uniphier-usb3hs: Add legacy SoC support for Pro5

>   phy: uniphier-usb3hs: Change Rx sync mode to avoid communication

>     failure

>   phy: uniphier-pcie: Add legacy SoC support for Pro5

> 

>  .../devicetree/bindings/phy/uniphier-pcie-phy.txt  | 13 ++-

>  .../bindings/phy/uniphier-usb3-hsphy.txt           |  6 +-

>  .../bindings/phy/uniphier-usb3-ssphy.txt           |  5 +-

>  drivers/phy/socionext/phy-uniphier-pcie.c          | 87 ++++++++++++++++----

>  drivers/phy/socionext/phy-uniphier-usb3hs.c        | 92 ++++++++++++++++------

>  drivers/phy/socionext/phy-uniphier-usb3ss.c        |  8 +-

>  6 files changed, 163 insertions(+), 48 deletions(-)

> 

> -- 

> 2.7.4


---
Best Regards,
Kunihiko Hayashi