From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Pratyush Yadav <pratyush@kernel.org>,
Steam Lin <STLin2@winbond.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mtd@lists.infradead.org
Subject: Re: (subset) [PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support
Date: Mon, 27 Apr 2026 15:10:17 +0200 [thread overview]
Message-ID: <87se8gh7ly.fsf@bootlin.com> (raw)
In-Reply-To: <177590483913.1311359.6081286854444459409.b4-ty@b4> (Mark Brown's message of "Sat, 11 Apr 2026 11:53:59 +0100")
>> Winbond chips W35N02JW and W35N04JW differ slightly from W35N01JW. As
>> they have more blocks, they require a couple more bits to fully address
>> the whole device. These address bits have been stuffed at the end of the
>> command cycles, which is non standard, and this is something I didn't
>> catch in the first place.
>>
>> [...]
>
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-7.1
>
> Thanks!
>
> [1/5] spi: cadence-qspi: Revert the filtering of certain opcodes in ODTR
> https://git.kernel.org/broonie/spi/c/5e75c1d4d386
> [2/5] spi: spi-mem: Add a packed command operation
> https://git.kernel.org/broonie/spi/c/f79ee9e4b232
The 3 other patches have been queued for the next mtd/fixes PR.
Thanks a lot Mark for the responsiveness.
Bes regards,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Pratyush Yadav <pratyush@kernel.org>,
Steam Lin <STLin2@winbond.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mtd@lists.infradead.org
Subject: Re: (subset) [PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support
Date: Mon, 27 Apr 2026 15:10:17 +0200 [thread overview]
Message-ID: <87se8gh7ly.fsf@bootlin.com> (raw)
In-Reply-To: <177590483913.1311359.6081286854444459409.b4-ty@b4> (Mark Brown's message of "Sat, 11 Apr 2026 11:53:59 +0100")
>> Winbond chips W35N02JW and W35N04JW differ slightly from W35N01JW. As
>> they have more blocks, they require a couple more bits to fully address
>> the whole device. These address bits have been stuffed at the end of the
>> command cycles, which is non standard, and this is something I didn't
>> catch in the first place.
>>
>> [...]
>
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-7.1
>
> Thanks!
>
> [1/5] spi: cadence-qspi: Revert the filtering of certain opcodes in ODTR
> https://git.kernel.org/broonie/spi/c/5e75c1d4d386
> [2/5] spi: spi-mem: Add a packed command operation
> https://git.kernel.org/broonie/spi/c/f79ee9e4b232
The 3 other patches have been queued for the next mtd/fixes PR.
Thanks a lot Mark for the responsiveness.
Bes regards,
Miquèl
next prev parent reply other threads:[~2026-04-27 13:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-10 17:41 [PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-10 17:41 ` [PATCH 1/5] spi: cadence-qspi: Revert the filtering of certain opcodes in ODTR Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-10 17:41 ` [PATCH 2/5] spi: spi-mem: Add a packed command operation Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-10 17:41 ` [PATCH 3/5] mtd: spinand: Add support for packed read data ODTR commands Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-10 17:41 ` [PATCH 4/5] mtd: spinand: winbond: Set the packed page read flag to W35N02/04JW Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-10 17:41 ` [PATCH 5/5] mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJW Miquel Raynal
2026-04-10 17:41 ` Miquel Raynal
2026-04-11 10:53 ` (subset) [PATCH 0/5] mtd/spi: Fix Winbond W35N02JW / W35N04JW support Mark Brown
2026-04-11 10:53 ` Mark Brown
2026-04-27 13:10 ` Miquel Raynal [this message]
2026-04-27 13:10 ` 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=87se8gh7ly.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=thomas.petazzoni@bootlin.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.