[PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY

Yulin Lu posted 3 patches 4 months, 1 week ago
.../bindings/ata/eswin,eic7700-ahci.yaml      |  79 +++++++
.../bindings/phy/eswin,eic7700-sata-phy.yaml  |  36 ++++
drivers/phy/Kconfig                           |   1 +
drivers/phy/Makefile                          |   1 +
drivers/phy/eswin/Kconfig                     |  14 ++
drivers/phy/eswin/Makefile                    |   2 +
drivers/phy/eswin/phy-eic7700-sata.c          | 192 ++++++++++++++++++
7 files changed, 325 insertions(+)
create mode 100644 Documentation/devicetree/bindings/ata/eswin,eic7700-ahci.yaml
create mode 100644 Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
create mode 100644 drivers/phy/eswin/Kconfig
create mode 100644 drivers/phy/eswin/Makefile
create mode 100644 drivers/phy/eswin/phy-eic7700-sata.c
[PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
Posted by Yulin Lu 4 months, 1 week ago
This series depends on the config option patch [1].

[1] Https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250929&id=ce2d00c6e192b588ddc3d1efb72b0ea00ab5538f

Updates:
  v5 -> v4:
    - eswin,eic7700-ahci.yaml
      - Add "dt-bindings: ata:" prefix to the subject.
      - Wrap at 80 characters in the YAML description field.
    - Link to v4: https://lore.kernel.org/lkml/20250915125902.375-1-luyulin@eswincomputing.com/

Yulin Lu (3):
  dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
  dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
  phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver

 .../bindings/ata/eswin,eic7700-ahci.yaml      |  79 +++++++
 .../bindings/phy/eswin,eic7700-sata-phy.yaml  |  36 ++++
 drivers/phy/Kconfig                           |   1 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/eswin/Kconfig                     |  14 ++
 drivers/phy/eswin/Makefile                    |   2 +
 drivers/phy/eswin/phy-eic7700-sata.c          | 192 ++++++++++++++++++
 7 files changed, 325 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ata/eswin,eic7700-ahci.yaml
 create mode 100644 Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
 create mode 100644 drivers/phy/eswin/Kconfig
 create mode 100644 drivers/phy/eswin/Makefile
 create mode 100644 drivers/phy/eswin/phy-eic7700-sata.c

-- 
2.25.1
Re: [PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
Posted by Yulin Lu 3 months, 3 weeks ago
Hi all,

Gentle ping.
Could you please review the PHY-related changes in patch 2/3 and patch 3/3?
Thanks in advance for your time and consideration.

Best regards,
Yulin Lu

> 
> This series depends on the config option patch [1].
> 
> [1] Https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250929&id=ce2d00c6e192b588ddc3d1efb72b0ea00ab5538f
> 
> Updates:
>   v5 -> v4:
>     - eswin,eic7700-ahci.yaml
>       - Add "dt-bindings: ata:" prefix to the subject.
>       - Wrap at 80 characters in the YAML description field.
>     - Link to v4: https://lore.kernel.org/lkml/20250915125902.375-1-luyulin@eswincomputing.com/
> 
> Yulin Lu (3):
>   dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
>   dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHY
>   phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
> 
>  .../bindings/ata/eswin,eic7700-ahci.yaml      |  79 +++++++
>  .../bindings/phy/eswin,eic7700-sata-phy.yaml  |  36 ++++
>  drivers/phy/Kconfig                           |   1 +
>  drivers/phy/Makefile                          |   1 +
>  drivers/phy/eswin/Kconfig                     |  14 ++
>  drivers/phy/eswin/Makefile                    |   2 +
>  drivers/phy/eswin/phy-eic7700-sata.c          | 192 ++++++++++++++++++
>  7 files changed, 325 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/ata/eswin,eic7700-ahci.yaml
>  create mode 100644 Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
>  create mode 100644 drivers/phy/eswin/Kconfig
>  create mode 100644 drivers/phy/eswin/Makefile
>  create mode 100644 drivers/phy/eswin/phy-eic7700-sata.c
> 
> -- 
> 2.25.1
Re: (subset) [PATCH v5 0/3] Add driver support for Eswin EIC7700 SoC SATA Controller and PHY
Posted by Niklas Cassel 3 months, 3 weeks ago
On Tue, 30 Sep 2025 16:37:54 +0800, Yulin Lu wrote:
> This series depends on the config option patch [1].
> 
> [1] Https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250929&id=ce2d00c6e192b588ddc3d1efb72b0ea00ab5538f
> 
> Updates:
>   v5 -> v4:
>     - eswin,eic7700-ahci.yaml
>       - Add "dt-bindings: ata:" prefix to the subject.
>       - Wrap at 80 characters in the YAML description field.
>     - Link to v4: https://lore.kernel.org/lkml/20250915125902.375-1-luyulin@eswincomputing.com/
> 
> [...]

Applied to libata/linux.git (for-6.19), thanks!

[1/3] dt-bindings: ata: eswin: Document for EIC7700 SoC ahci
      https://git.kernel.org/libata/linux/c/c9d869fb

Kind regards,
Niklas