linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] ESWIN EIC7700 sata driver
@ 2025-05-15  8:51 hehuan1
  2025-05-15  8:57 ` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC hehuan1
  2025-05-15  9:00 ` [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver hehuan1
  0 siblings, 2 replies; 9+ messages in thread
From: hehuan1 @ 2025-05-15  8:51 UTC (permalink / raw)
  To: dlemoal, cassel, robh, krzk+dt, conor+dt, linux-ide, devicetree,
	linux-kernel, p.zabel
  Cc: ningyu, linmin, luyulin, Huan He

From: Huan He <hehuan1@eswincomputing.com>

  Implements support for the Eswin eic7700 SoC sata controller.
  Provides basic functionality to initialize and manage the sata
  controller  for the eic7700 SoC. Integrates with the Linux AHCI subsystem
  for standardized SATA host control and scalability.

  Supported chips:
    Eswin eic7700 SoC.

  Test:
    I tested this patch on the Sifive HiFive Premier P550 (which uses the EIC7700 SoC),
    Ensure the hard drive is properly connected via the SATA interface on the hardware,
    and confirm that the SATA controller within the chip can read/write to the hard drive
    normally. The SATA driver patch is working properly.

Huan He (2):
  dt-bindings: sata: eswin: Document for EIC7700 SoC
  sata: eswin: Add eic7700 sata driver

 .../bindings/ata/eswin,eic7700-sata.yaml      |  80 ++++++
 drivers/ata/Kconfig                           |  12 +
 drivers/ata/Makefile                          |   1 +
 drivers/ata/ahci_eic7700.c                    | 248 ++++++++++++++++++
 4 files changed, 341 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/ata/eswin,eic7700-sata.yaml
 create mode 100644 drivers/ata/ahci_eic7700.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-08-14 14:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  8:51 [PATCH v1 0/2] ESWIN EIC7700 sata driver hehuan1
2025-05-15  8:57 ` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC hehuan1
2025-05-15 10:18   ` Rob Herring (Arm)
2025-05-15 11:25   ` Niklas Cassel
2025-08-14  9:51     ` luyulin
2025-08-14 14:32       ` Niklas Cassel
2025-05-15  9:00 ` [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver hehuan1
2025-05-15 11:56   ` Niklas Cassel
2025-05-16 14:33   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).