linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] spi: spi-cadence: Add Slave mode support
@ 2023-04-18 13:47 Srinivas Goud
  2023-04-18 13:47 ` [PATCH v2 1/2] spi: spi-cadence: Switch to spi_controller structure Srinivas Goud
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Srinivas Goud @ 2023-04-18 13:47 UTC (permalink / raw)
  To: broonie; +Cc: linux-spi, linux-kernel, git, gcnu.goud, Srinivas Goud

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


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

end of thread, other threads:[~2023-05-05 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 13:47 [PATCH v2 0/2] spi: spi-cadence: Add Slave mode support Srinivas Goud
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

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