linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hehuan1@eswincomputing.com
To: dlemoal@kernel.org, cassel@kernel.org, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org,
	linux-ide@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, p.zabel@pengutronix.de
Cc: ningyu@eswincomputing.com, linmin@eswincomputing.com,
	luyulin@eswincomputing.com, Huan He <hehuan1@eswincomputing.com>
Subject: [PATCH v1 0/2] ESWIN EIC7700 sata driver
Date: Thu, 15 May 2025 16:51:14 +0800	[thread overview]
Message-ID: <20250515085114.1692-1-hehuan1@eswincomputing.com> (raw)

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


             reply	other threads:[~2025-05-15  8:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-15  8:51 hehuan1 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250515085114.1692-1-hehuan1@eswincomputing.com \
    --to=hehuan1@eswincomputing.com \
    --cc=cassel@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linmin@eswincomputing.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luyulin@eswincomputing.com \
    --cc=ningyu@eswincomputing.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).