mbox series

[v4,0/2] Add new UniPhier AHCI PHY driver

Message ID 1594888344-32066-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series Add new UniPhier AHCI PHY driver | expand

Message

Kunihiko Hayashi July 16, 2020, 8:32 a.m. UTC
This series adds support for AHCI PHY interface implemented in Socionext
UniPhier SoCs. This driver supports PXs2 and PXs3 SoCs.

Changes since v3:
- Eliminate a meaningless blank line and a line break
- Fix misspelling

Changes since v2:
- Adjust copyright year
- Add helper for enabling the controller
- Remove redundant .init in uniphier_pxs2_data
- Add comments for dummy read accesses
- Fix return value in uniphier_ahciphy_init
- dt-bindings: Add Reviewed-by line

Changes since v1:
- dt-bindings: Fix items in reset-names

Kunihiko Hayashi (2):
  dt-bindings: phy: Add UniPhier AHCI PHY description
  phy: socionext: Add UniPhier AHCI PHY driver support

 .../bindings/phy/socionext,uniphier-ahci-phy.yaml  |  76 +++++
 drivers/phy/socionext/Kconfig                      |  10 +
 drivers/phy/socionext/Makefile                     |   1 +
 drivers/phy/socionext/phy-uniphier-ahci.c          | 321 +++++++++++++++++++++
 4 files changed, 408 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml
 create mode 100644 drivers/phy/socionext/phy-uniphier-ahci.c

-- 
2.7.4

Comments

Kunihiko Hayashi Aug. 21, 2020, 9:20 a.m. UTC | #1
Gentle ping.
Are there any comments in this series?

Thank you,

On 2020/07/16 17:32, Kunihiko Hayashi wrote:
> This series adds support for AHCI PHY interface implemented in Socionext

> UniPhier SoCs. This driver supports PXs2 and PXs3 SoCs.

> 

> Changes since v3:

> - Eliminate a meaningless blank line and a line break

> - Fix misspelling

> 

> Changes since v2:

> - Adjust copyright year

> - Add helper for enabling the controller

> - Remove redundant .init in uniphier_pxs2_data

> - Add comments for dummy read accesses

> - Fix return value in uniphier_ahciphy_init

> - dt-bindings: Add Reviewed-by line

> 

> Changes since v1:

> - dt-bindings: Fix items in reset-names

> 

> Kunihiko Hayashi (2):

>    dt-bindings: phy: Add UniPhier AHCI PHY description

>    phy: socionext: Add UniPhier AHCI PHY driver support

> 

>   .../bindings/phy/socionext,uniphier-ahci-phy.yaml  |  76 +++++

>   drivers/phy/socionext/Kconfig                      |  10 +

>   drivers/phy/socionext/Makefile                     |   1 +

>   drivers/phy/socionext/phy-uniphier-ahci.c          | 321 +++++++++++++++++++++

>   4 files changed, 408 insertions(+)

>   create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml

>   create mode 100644 drivers/phy/socionext/phy-uniphier-ahci.c

> 


---
Best Regards
Kunihiko Hayashi
Vinod Koul Aug. 23, 2020, 1:26 p.m. UTC | #2
Hello,

On 21-08-20, 18:20, Kunihiko Hayashi wrote:
> Gentle ping.

> Are there any comments in this series?


Sorry I dont have this in my inbox, can you please rebease and resend to
me as well

Thanks
> 

> Thank you,

> 

> On 2020/07/16 17:32, Kunihiko Hayashi wrote:

> > This series adds support for AHCI PHY interface implemented in Socionext

> > UniPhier SoCs. This driver supports PXs2 and PXs3 SoCs.

> > 

> > Changes since v3:

> > - Eliminate a meaningless blank line and a line break

> > - Fix misspelling

> > 

> > Changes since v2:

> > - Adjust copyright year

> > - Add helper for enabling the controller

> > - Remove redundant .init in uniphier_pxs2_data

> > - Add comments for dummy read accesses

> > - Fix return value in uniphier_ahciphy_init

> > - dt-bindings: Add Reviewed-by line

> > 

> > Changes since v1:

> > - dt-bindings: Fix items in reset-names

> > 

> > Kunihiko Hayashi (2):

> >    dt-bindings: phy: Add UniPhier AHCI PHY description

> >    phy: socionext: Add UniPhier AHCI PHY driver support

> > 

> >   .../bindings/phy/socionext,uniphier-ahci-phy.yaml  |  76 +++++

> >   drivers/phy/socionext/Kconfig                      |  10 +

> >   drivers/phy/socionext/Makefile                     |   1 +

> >   drivers/phy/socionext/phy-uniphier-ahci.c          | 321 +++++++++++++++++++++

> >   4 files changed, 408 insertions(+)

> >   create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml

> >   create mode 100644 drivers/phy/socionext/phy-uniphier-ahci.c

> > 

> 

> ---

> Best Regards

> Kunihiko Hayashi


-- 
~Vinod
Kunihiko Hayashi Aug. 25, 2020, 10:33 a.m. UTC | #3
Hi Vinod,

On 2020/08/23 22:26, Vinod Koul wrote:
> Hello,

> 

> On 21-08-20, 18:20, Kunihiko Hayashi wrote:

>> Gentle ping.

>> Are there any comments in this series?

> 

> Sorry I dont have this in my inbox, can you please rebease and resend to

> me as well


Okay, No problem. I confirmed that rebasing the patches had no change.
I'll resend them.

Thank you,

---
Best Regards
Kunihiko Hayashi