linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
To: Mark Brown <broonie@kernel.org>
Cc: Lorenzo Bianconi <lorenzo@kernel.org>,
	Ray Liu <ray.liu@airoha.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Andy Shevchenko <andy@kernel.org>,
	linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mediatek@lists.infradead.org,
	Andreas Gnau <andreas.gnau@iopsys.eu>
Subject: Re: [PATCH v10 02/16] spi: airoha: remove unnecessary restriction length
Date: Thu, 16 Oct 2025 16:39:19 +0300	[thread overview]
Message-ID: <177bcba2-2358-424a-a22c-9bd8b42cbeae@iopsys.eu> (raw)
In-Reply-To: <dbefe024-9b5c-4531-abb9-a1a7e9d3d769@sirena.org.uk>

On 10/16/25 15:04, Mark Brown wrote:
> On Sun, Oct 12, 2025 at 03:16:53PM +0300, Mikhail Kshevetskiy wrote:
>> The "length < 160" restriction is not needed because airoha_snand_write_data()
>> and airoha_snand_read_data() will properly handle data transfers above
>> SPI_MAX_TRANSFER_SIZE.
> Non-fix changes should be after fixes so there aren't any spurious
> dependencies.

Could you give me an advice?

This patch series consist of:
1) bug fixes (patches 1, 3, 5, 6, 13)
2) removing of boot related dirty hack, absolutely necessary for older
kernels (patch 12 and preparation patches 9-11)
3) improvements (patches: 2, 8)
4) cleanups (patches: 4, 7)
5) support of en7523 SoC (patches: 14-16)

What will be the best order of changes?

Regards,
Mikhail Kshevetskiy


  reply	other threads:[~2025-10-16 13:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-12 12:16 [PATCH v10 00/16] spi: airoha: driver fixes & improvements Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 01/16] spi: airoha: return an error for continuous mode dirmap creation cases Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 02/16] spi: airoha: remove unnecessary restriction length Mikhail Kshevetskiy
2025-10-16 12:04   ` Mark Brown
2025-10-16 13:39     ` Mikhail Kshevetskiy [this message]
2025-10-16 15:07       ` Mark Brown
2025-10-16 15:30         ` Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 03/16] spi: airoha: add support of dual/quad wires spi modes to exec_op() handler Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 04/16] spi: airoha: remove unnecessary switch to non-dma mode Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 05/16] spi: airoha: switch back to non-dma mode in the case of error Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 06/16] spi: airoha: fix reading/writing of flashes with more than one plane per lun Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 07/16] spi: airoha: unify dirmap read/write code Mikhail Kshevetskiy
2025-10-12 12:16 ` [PATCH v10 08/16] spi: airoha: support of dualio/quadio flash reading commands Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 09/16] spi: airoha: avoid setting of page/oob sizes in REG_SPI_NFI_PAGEFMT Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 10/16] spi: airoha: reduce the number of modification of REG_SPI_NFI_CNFG and REG_SPI_NFI_SECCUS_SIZE registers Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 11/16] spi: airoha: set custom sector size equal to flash page size Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 12/16] spi: airoha: avoid reading flash page settings from SNFI registers during driver startup Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 13/16] spi: airoha: buffer must be 0xff-ed before writing Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 14/16] spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GND Mikhail Kshevetskiy
2025-10-12 12:17 ` [PATCH v10 15/16] dt-bindings: spi: airoha: add compatible for EN7523 Mikhail Kshevetskiy
2025-10-13  0:16   ` Krzysztof Kozlowski
2025-10-12 12:17 ` [PATCH v10 16/16] arm: dts: airoha: en7523: add SNAND node Mikhail Kshevetskiy
2025-10-13  7:34   ` AngeloGioacchino Del Regno
2025-10-16 18:49 ` (subset) [PATCH v10 00/16] spi: airoha: driver fixes & improvements Mark Brown
2025-10-16 20:01   ` Mikhail Kshevetskiy
2025-10-16 20:07     ` Mark Brown
2025-10-17 19:01 ` Mark Brown

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=177bcba2-2358-424a-a22c-9bd8b42cbeae@iopsys.eu \
    --to=mikhail.kshevetskiy@iopsys.eu \
    --cc=andreas.gnau@iopsys.eu \
    --cc=andy@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=lorenzo@kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=ray.liu@airoha.com \
    --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).