From: Raju Rangoju <Raju.Rangoju@amd.com>
To: <broonie@kernel.org>
Cc: <linux-spi@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<krishnamoorthi.m@amd.com>, <akshata.mukundshetty@amd.com>,
Raju Rangoju <Raju.Rangoju@amd.com>
Subject: [PATCH v2 0/3] spi: spi_amd: Add DMA write and Kconfig changes
Date: Fri, 16 May 2025 15:36:55 +0530 [thread overview]
Message-ID: <20250516100658.585654-1-Raju.Rangoju@amd.com> (raw)
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
next reply other threads:[~2025-05-16 10:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-16 10:06 Raju Rangoju [this message]
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
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=20250516100658.585654-1-Raju.Rangoju@amd.com \
--to=raju.rangoju@amd.com \
--cc=akshata.mukundshetty@amd.com \
--cc=broonie@kernel.org \
--cc=krishnamoorthi.m@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.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.