[PATCH 0/2] spi: axi-spi-engine: improve version checks

David Lechner posted 2 patches 1 month, 2 weeks ago
drivers/spi/spi-axi-spi-engine.c | 17 +++++++----------
include/linux/adi-axi-common.h   | 21 +++++++++++++++++++++
2 files changed, 28 insertions(+), 10 deletions(-)
[PATCH 0/2] spi: axi-spi-engine: improve version checks
Posted by David Lechner 1 month, 2 weeks ago
We have a pending major version bump for the axi-spi-engine so to
prepare for that, improve the existing version checks for feature
enablement.

Unless Nuno knows something I don't, it should be fine for the header
file patch to go through the SPI tree.

Signed-off-by: David Lechner <dlechner@baylibre.com>
---
David Lechner (2):
      include: adi-axi-common: add version check function
      spi: axi-spi-engine: use adi_axi_pcore_ver_gteq()

 drivers/spi/spi-axi-spi-engine.c | 17 +++++++----------
 include/linux/adi-axi-common.h   | 21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 10 deletions(-)
---
base-commit: bbe4656eae2729b8ca87116defa19c568898d08f
change-id: 20250815-spi-axi-spi-enigne-improve-version-checks-cdceedf356d6

Best regards,
-- 
David Lechner <dlechner@baylibre.com>
Re: [PATCH 0/2] spi: axi-spi-engine: improve version checks
Posted by Mark Brown 3 weeks, 1 day ago
On Fri, 15 Aug 2025 12:40:01 -0500, David Lechner wrote:
> We have a pending major version bump for the axi-spi-engine so to
> prepare for that, improve the existing version checks for feature
> enablement.
> 
> Unless Nuno knows something I don't, it should be fine for the header
> file patch to go through the SPI tree.
> 
> [...]

Applied to

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

Thanks!

[1/2] include: adi-axi-common: add version check function
      commit: 67a529b7d3c50a56c162476509361f4fe11350dd
[2/2] spi: axi-spi-engine: use adi_axi_pcore_ver_gteq()
      commit: 30db1b21fa37a2f37c7f4d71864405a05e889833

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
Re: [PATCH 0/2] spi: axi-spi-engine: improve version checks
Posted by Nuno Sá 3 weeks, 1 day ago
On Fri, 2025-08-15 at 12:40 -0500, David Lechner wrote:
> We have a pending major version bump for the axi-spi-engine so to
> prepare for that, improve the existing version checks for feature
> enablement.
> 
> Unless Nuno knows something I don't, it should be fine for the header
> file patch to go through the SPI tree.
> 
> Signed-off-by: David Lechner <dlechner@baylibre.com>
> ---
> David Lechner (2):
>       include: adi-axi-common: add version check function
>       spi: axi-spi-engine: use adi_axi_pcore_ver_gteq()
> 
>  drivers/spi/spi-axi-spi-engine.c | 17 +++++++----------
>  include/linux/adi-axi-common.h   | 21 +++++++++++++++++++++
>  2 files changed, 28 insertions(+), 10 deletions(-)
> ---
> base-commit: bbe4656eae2729b8ca87116defa19c568898d08f
> change-id: 20250815-spi-axi-spi-enigne-improve-version-checks-cdceedf356d6
> 
> Best regards,

LGTM,

Reviewed-by: Nuno Sá <nuno.sa@analog.com>