public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Boon Khai Ng <boon.khai.ng@altera.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>,
	u-boot@lists.denx.de, Tien Fong Chee <tien.fong.chee@altera.com>
Subject: Re: [PATCH v1 1/2] spi: cadence: Add driver for xSPI
Date: Wed, 15 Oct 2025 16:17:06 -0600	[thread overview]
Message-ID: <20251015221706.GU6113@bill-the-cat> (raw)
In-Reply-To: <20251014101354.11182-2-boon.khai.ng@altera.com>

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]

On Tue, Oct 14, 2025 at 06:13:53PM +0800, Boon Khai Ng wrote:

> This patch ports the Cadence xSPI controller driver from
> the Linux kernel. The controller supports three operating modes:
> 
> 1. ACMD (Auto Command) mode
>    - Includes PIO and CDMA submodes.
>    - CDMA mode uses linked descriptors for high-performance,
>      low-overhead operation.
>    - PIO mode is suitable for simple, single-command transactions.
> 
> 2. STIG (Software Triggered Instruction Generator) mode
>    - Issues low-level 128-bit instructions to memory.
>    - Uses the Slave DMA interface for data transfers.
> 
> 3. Direct mode
>    - Enables direct data access through the slave interface
>      without commands.
> 
> Currently, only the STIG work mode is enabled. Additional modes will be
> supported in future updates.
> 
> This driver has been ported and functionally verified on the Intel Simics
> platform. It is intended for evaluation and experimental use at this stage.
> 
> Link: https://lore.kernel.org/all/1632038734-23999-1-git-send-email-pthombar@cadence.com/
> 
> Signed-off-by: Boon Khai Ng <boon.khai.ng@altera.com>

What's the status of the related binding in the linux kernel?

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2025-10-15 22:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14 10:13 [PATCH v1 0/2] spi: cadence: Add xSPI controller driver support Boon Khai Ng
2025-10-14 10:13 ` [PATCH v1 1/2] spi: cadence: Add driver for xSPI Boon Khai Ng
2025-10-15 22:17   ` Tom Rini [this message]
2025-10-16  3:34     ` Ng, Boon Khai
2025-10-16 15:29       ` Tom Rini
2025-10-14 10:13 ` [PATCH v1 2/2] spi: Enable Kconfig and Makefile " Boon Khai Ng
2025-10-15 22:17   ` Tom Rini
2025-10-16  3:35     ` Ng, Boon Khai

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=20251015221706.GU6113@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=boon.khai.ng@altera.com \
    --cc=jagan@amarulasolutions.com \
    --cc=tien.fong.chee@altera.com \
    --cc=u-boot@lists.denx.de \
    /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