linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
@ 2023-11-03 18:43 Radhey Shyam Pandey
  2023-11-06 13:03 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Radhey Shyam Pandey @ 2023-11-03 18:43 UTC (permalink / raw)
  To: broonie
  Cc: linux-spi, linux-kernel, git, Amit Kumar Mahapatra, Radhey Shyam Pandey

From: Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>

Zynq QSPI driver has been converted to use spi-mem framework so
add spi-mem to driver kconfig dependencies.

Fixes: 67dca5e580f1 ("spi: spi-mem: Add support for Zynq QSPI controller")
Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
---
 drivers/spi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c7b8596cf990..1336815a0c2c 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1158,6 +1158,7 @@ config SPI_XTENSA_XTFPGA
 config SPI_ZYNQ_QSPI
 	tristate "Xilinx Zynq QSPI controller"
 	depends on ARCH_ZYNQ || COMPILE_TEST
+	depends on SPI_MEM
 	help
 	  This enables support for the Zynq Quad SPI controller
 	  in master mode.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
  2023-11-03 18:43 [PATCH] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies Radhey Shyam Pandey
@ 2023-11-06 13:03 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2023-11-06 13:03 UTC (permalink / raw)
  To: Radhey Shyam Pandey; +Cc: linux-spi, linux-kernel, git, Amit Kumar Mahapatra

On Sat, 04 Nov 2023 00:13:51 +0530, Radhey Shyam Pandey wrote:
> Zynq QSPI driver has been converted to use spi-mem framework so
> add spi-mem to driver kconfig dependencies.
> 
> 

Applied to

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

Thanks!

[1/1] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
      commit: c2ded280a4b1b7bd93e53670528504be08d24967

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-06 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-03 18:43 [PATCH] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies Radhey Shyam Pandey
2023-11-06 13:03 ` Mark Brown

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).