From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
To: Mark Brown <broonie@kernel.org>,
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
Cc: Andreas Gnau <andreas.gnau@iopsys.eu>
Subject: Re: (subset) [PATCH v10 00/16] spi: airoha: driver fixes & improvements
Date: Thu, 16 Oct 2025 23:01:04 +0300 [thread overview]
Message-ID: <6255f959-e37d-4582-88c0-f3808f9701a1@iopsys.eu> (raw)
In-Reply-To: <176064054115.223781.11856902416382505599.b4-ty@kernel.org>
On 10/16/25 21:49, Mark Brown wrote:
> On Sun, 12 Oct 2025 15:16:51 +0300, Mikhail Kshevetskiy wrote:
>> This patch series greatly improve airoha snfi driver and fix a
>> number of serious bugs.
>>
>> Fixed bugs:
>> * Fix reading/writing of flashes with more than one plane per lun
>> * Fill the buffer with 0xff before writing
>> * Fix reading of flashes supporting continuous reading mode
>> * Fix error paths
>>
>> [...]
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
>
> Thanks!
>
> [01/16] spi: airoha: return an error for continuous mode dirmap creation cases
> commit: 4314ffce4eb81a6c18700af1b6e29b6e0c6b9e37
> [03/16] spi: airoha: add support of dual/quad wires spi modes to exec_op() handler
> commit: edd2e261b1babb92213089b5feadca12e3459322
> [05/16] spi: airoha: switch back to non-dma mode in the case of error
> commit: 20d7b236b78c7ec685a22db5689b9c829975e0c3
> [06/16] spi: airoha: fix reading/writing of flashes with more than one plane per lun
> commit: 0b7d9b25e4bc2e478c9d06281a65f930769fca09
>
> All being well this means that it will be integrated into the linux-next
> tree (usually sometime in the next 24 hours) and sent to Linus during
> the next merge window (or sooner if it is a bug fix), however if
> problems are discovered then the patch may be dropped or reverted.
>
> You may get further e-mails resulting from automated or manual testing
> and review of the tree, please engage with people reporting problems and
> send followup patches addressing any issues that are reported if needed.
>
> If any updates are required or you are submitting further changes they
> should be sent as incremental updates against current git, existing
> patches will not be replaced.
>
> Please add any relevant lists and maintainers to the CCs when replying
> to this mail.
>
> Thanks,
> Mark
>
If I do fixes or change a bit description of patches not applied to
linux-next yet, should I post a whole series or it's enough to send
patches based on linux-next?
Regards,
Mikhail Kshevetskiy
next prev parent reply other threads:[~2025-10-16 20:01 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
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 [this message]
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=6255f959-e37d-4582-88c0-f3808f9701a1@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).