public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Tudor Ambarus <tudor.ambarus@linaro.org>,
	 Pratyush Yadav <pratyush@kernel.org>,
	 Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	 Steam Lin <STLin2@winbond.com>,  Santhosh Kumar K <s-k6@ti.com>,
	 linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-mtd@lists.infradead.org
Subject: Re: [PATCH v2 00/27] mtd: spinand: Octal DTR support
Date: Wed, 14 Jan 2026 17:17:51 +0100	[thread overview]
Message-ID: <87qzrsuq1c.fsf@bootlin.com> (raw)
In-Reply-To: <61a547d0-592c-4cf5-ae4f-54456b08e83d@sirena.org.uk> (Mark Brown's message of "Wed, 14 Jan 2026 11:25:32 +0000")

Hi Mark,

>> This series adds support for 8D-8D-8D in SPI NAND, which can already be
>> leveraged without any SPI changes as controllers already have this
>> support for some SPI NOR devices.
>
> The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
>
>   Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-octal-dtr
>
> for you to fetch changes up to 8618271887ca10ac5108fe7e1d82ba8f1b152cf9:
>
>   spi: spi-mem: Limit octal DTR constraints to octal DTR situations (2026-01-12 12:40:30 +0000)

Thanks you very much! I will wait a bit more and eventually merge it in
mtd/next before applying the rest of the series.

Thanks,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2026-01-14 16:18 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-09 17:17 [PATCH v2 00/27] mtd: spinand: Octal DTR support Miquel Raynal
2026-01-09 17:17 ` [PATCH v2 01/27] spi: spi-mem: Make the DTR command operation macro more suitable Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 02/27] spi: spi-mem: Create a repeated address operation Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 03/27] spi: spi-mem: Limit octal DTR constraints to octal DTR situations Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 04/27] mtd: spinand: Fix kernel doc Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 05/27] mtd: spinand: Add missing check Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 06/27] mtd: spinand: Remove stale definitions Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 07/27] mtd: spinand: Use standard return values Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 08/27] mtd: spinand: Decouple write enable and write disable operations Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 09/27] mtd: spinand: Create an array of operation templates Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 10/27] mtd: spinand: Make use of the operation templates through SPINAND_OP() Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 11/27] mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP() Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 12/27] mtd: spinand: winbond: Convert W25N " Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 13/27] mtd: spinand: winbond: Convert W35N " Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 14/27] mtd: spinand: List vendor specific operations and make sure they are supported Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 15/27] mtd: spinand: macronix: Register vendor specific operation Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 16/27] mtd: spinand: winbond: Register W25N " Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 17/27] mtd: spinand: winbond: Register W35N " Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 18/27] mtd: spinand: winbond: Fix style Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 19/27] mtd: spinand: winbond: Rename IO_MODE register macro Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 20/27] mtd: spinand: winbond: Configure the IO mode after the dummy cycles Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 21/27] mtd: spinand: Gather all the bus interface steps in one single function Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 22/27] mtd: spinand: Add support for setting a bus interface Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 23/27] mtd: spinand: Propagate the bus interface across core helpers Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 24/27] mtd: spinand: Give the bus interface to the configuration helper Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 25/27] mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR mode Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 26/27] mtd: spinand: Add octal DTR support Miquel Raynal
2026-01-09 17:18 ` [PATCH v2 27/27] mtd: spinand: winbond: W35N " Miquel Raynal
2026-01-13 17:29 ` (subset) [PATCH v2 00/27] mtd: spinand: Octal " Mark Brown
2026-01-14 11:25 ` Mark Brown
2026-01-14 16:17   ` Miquel Raynal [this message]
2026-01-29 19:23   ` Miquel Raynal

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=87qzrsuq1c.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=STLin2@winbond.com \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --cc=s-k6@ti.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tudor.ambarus@linaro.org \
    --cc=vigneshr@ti.com \
    /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