All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: linux-spi@vger.kernel.org, Lorenzo Bianconi <lorenzo@kernel.org>
Cc: conor@kernel.org, lorenzo.bianconi83@gmail.com,
	 linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
	 krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	 devicetree@vger.kernel.org, nbd@nbd.name, john@phrozen.org,
	dd@embedd.com,  catalin.marinas@arm.com, will@kernel.org,
	upstream@airoha.com,  angelogioacchino.delregno@collabora.com,
	andy.shevchenko@gmail.com
Subject: Re: (subset) [PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581
Date: Thu, 02 May 2024 12:57:02 +0900	[thread overview]
Message-ID: <171462222247.1904471.4239751803152625098.b4-ty@kernel.org> (raw)
In-Reply-To: <cover.1714377864.git.lorenzo@kernel.org>

On Mon, 29 Apr 2024 10:13:07 +0200, Lorenzo Bianconi wrote:
> Introduce support for SPI-NAND driver of the Airoha NAND Flash Interface
> found on Airoha ARM EN7581 SoCs.
> 
> Changes since v4:
> - rely on devm_platform_ioremap_resource() routine
> - rework airoha_snand_is_page_ops() routine
> Changes since v3:
> - rely on devm_kzalloc() to allocate airoha_snand_dev buffers
> - rely on dev_err_probe()
> - cosmetic rework
> Changes since v2:
> - Fix compilation warnings
> - Remove interrupt entry in dts since it is not connected so far
> Changes since v1:
> - Introduce spi clock dependency
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller
      commit: 8bd0d557aa8394b75f6983b2334aaf1a633e1ce5
[3/3] spi: airoha: add SPI-NAND Flash controller driver
      commit: a403997c12019d0f82a9480207bf85985b8de5e7

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


WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: linux-spi@vger.kernel.org, Lorenzo Bianconi <lorenzo@kernel.org>
Cc: conor@kernel.org, lorenzo.bianconi83@gmail.com,
	 linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
	 krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	 devicetree@vger.kernel.org, nbd@nbd.name, john@phrozen.org,
	dd@embedd.com,  catalin.marinas@arm.com, will@kernel.org,
	upstream@airoha.com,  angelogioacchino.delregno@collabora.com,
	andy.shevchenko@gmail.com
Subject: Re: (subset) [PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581
Date: Thu, 02 May 2024 12:57:02 +0900	[thread overview]
Message-ID: <171462222247.1904471.4239751803152625098.b4-ty@kernel.org> (raw)
In-Reply-To: <cover.1714377864.git.lorenzo@kernel.org>

On Mon, 29 Apr 2024 10:13:07 +0200, Lorenzo Bianconi wrote:
> Introduce support for SPI-NAND driver of the Airoha NAND Flash Interface
> found on Airoha ARM EN7581 SoCs.
> 
> Changes since v4:
> - rely on devm_platform_ioremap_resource() routine
> - rework airoha_snand_is_page_ops() routine
> Changes since v3:
> - rely on devm_kzalloc() to allocate airoha_snand_dev buffers
> - rely on dev_err_probe()
> - cosmetic rework
> Changes since v2:
> - Fix compilation warnings
> - Remove interrupt entry in dts since it is not connected so far
> Changes since v1:
> - Introduce spi clock dependency
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller
      commit: 8bd0d557aa8394b75f6983b2334aaf1a633e1ce5
[3/3] spi: airoha: add SPI-NAND Flash controller driver
      commit: a403997c12019d0f82a9480207bf85985b8de5e7

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-05-02  3:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29  8:13 [PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581 Lorenzo Bianconi
2024-04-29  8:13 ` Lorenzo Bianconi
2024-04-29  8:13 ` [PATCH v5 1/3] dt-bindings: spi: airoha: Add YAML schema for SNFI controller Lorenzo Bianconi
2024-04-29  8:13   ` Lorenzo Bianconi
2024-04-29 15:12   ` Mark Brown
2024-04-29 15:12     ` Mark Brown
2024-04-29  8:13 ` [PATCH v5 2/3] arm64: dts: airoha: add EN7581 spi-nand node Lorenzo Bianconi
2024-04-29  8:13   ` Lorenzo Bianconi
2024-04-29  8:13 ` [PATCH v5 3/3] spi: airoha: add SPI-NAND Flash controller driver Lorenzo Bianconi
2024-04-29  8:13   ` Lorenzo Bianconi
2024-04-29  9:21   ` Andy Shevchenko
2024-04-29  9:21     ` Andy Shevchenko
2024-04-29  9:50     ` Lorenzo Bianconi
2024-04-29  9:50       ` Lorenzo Bianconi
2024-04-29  9:44   ` AngeloGioacchino Del Regno
2024-04-29  9:44     ` AngeloGioacchino Del Regno
2024-05-02  3:57 ` Mark Brown [this message]
2024-05-02  3:57   ` (subset) [PATCH v5 0/3] Add add SPI-NAND Flash controller driver for EN7581 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=171462222247.1904471.4239751803152625098.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=conor@kernel.org \
    --cc=dd@embedd.com \
    --cc=devicetree@vger.kernel.org \
    --cc=john@phrozen.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=lorenzo@kernel.org \
    --cc=nbd@nbd.name \
    --cc=robh+dt@kernel.org \
    --cc=upstream@airoha.com \
    --cc=will@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 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.