All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] spi: spi_amd: Add DMA write and Kconfig changes
@ 2025-05-16 10:06 Raju Rangoju
  2025-05-16 10:06 ` [PATCH v2 1/3] spi: spi_amd: Remove read{q,b} usage on DMA buffer Raju Rangoju
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Raju Rangoju @ 2025-05-16 10:06 UTC (permalink / raw)
  To: broonie
  Cc: linux-spi, linux-kernel, krishnamoorthi.m, akshata.mukundshetty,
	Raju Rangoju

This series include following changes to spi_amd driver:
- Changes to replace read{q,b} functions with direct memory copy logic on
  DMA buffer.
- Support for HID2 DMA single mode basic write operation for the HID2
  SPI controller.
- Changes to add missing Kconfig dependencies.

v1->v2:
-------
- Add a new patch to replace read{q,b} functions on DMA buffer.
- Address the review comments by replacing write{q,b} functions
  with manual data copy on DMA buffer.
- Add a new patch to address missing Kconfig dependencies.

Raju Rangoju (3):
  spi: spi_amd: Remove read{q,b} usage on DMA buffer
  spi: spi_amd: Add HIDDMA basic write support
  spi: spi_amd: Update Kconfig dependencies

 drivers/spi/Kconfig   |   3 +-
 drivers/spi/spi-amd.c | 151 ++++++++++++++++++++++++++++++++++--------
 2 files changed, 125 insertions(+), 29 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-06-09 10:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 10:06 [PATCH v2 0/3] spi: spi_amd: Add DMA write and Kconfig changes Raju Rangoju
2025-05-16 10:06 ` [PATCH v2 1/3] spi: spi_amd: Remove read{q,b} usage on DMA buffer Raju Rangoju
2025-05-16 10:06 ` [PATCH v2 2/3] spi: spi_amd: Add HIDDMA basic write support Raju Rangoju
2025-05-16 10:06 ` [PATCH v2 3/3] spi: spi_amd: Update Kconfig dependencies Raju Rangoju
2025-05-28  7:32   ` Geert Uytterhoeven
2025-06-09 10:47     ` Rangoju, Raju
2025-05-20 11:05 ` [PATCH v2 0/3] spi: spi_amd: Add DMA write and Kconfig changes Mark Brown

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.