linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Goud <srinivas.goud@amd.com>
To: <broonie@kernel.org>
Cc: <linux-spi@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<git@amd.com>, <gcnu.goud@gmail.com>,
	Srinivas Goud <srinivas.goud@amd.com>
Subject: [PATCH v2 0/2] spi: spi-cadence: Add Slave mode support
Date: Tue, 18 Apr 2023 19:17:03 +0530	[thread overview]
Message-ID: <1681825625-10265-1-git-send-email-srinivas.goud@amd.com> (raw)

Replace spi_master structure with spi_controller structure.

Currently SPI Cadence controller works in Master mode only.
Update driver to support Slave mode and also Full duplex transfer 
support in Slave mode

---
BRANCH: for-next

Changes in v2:
- Rebased the patches on top of
  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
---

Srinivas Goud (2):
  spi: spi-cadence: Switch to spi_controller structure
  spi: spi-cadence: Add support for Slave mode

 drivers/spi/spi-cadence.c | 324 +++++++++++++++++++++++++++++-----------------
 1 file changed, 203 insertions(+), 121 deletions(-)

-- 
2.1.1


             reply	other threads:[~2023-04-18 13:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 13:47 Srinivas Goud [this message]
2023-04-18 13:47 ` [PATCH v2 1/2] spi: spi-cadence: Switch to spi_controller structure Srinivas Goud
2023-04-18 13:47 ` [PATCH v2 2/2] spi: spi-cadence: Add support for Slave mode Srinivas Goud
2023-05-05 16:28   ` Charles Keepax
2023-04-18 16:21 ` [PATCH v2 0/2] spi: spi-cadence: Add Slave mode support 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=1681825625-10265-1-git-send-email-srinivas.goud@amd.com \
    --to=srinivas.goud@amd.com \
    --cc=broonie@kernel.org \
    --cc=gcnu.goud@gmail.com \
    --cc=git@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 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).